Home
last modified time | relevance | path

Searched refs:LWS_TP_STATUS_STOPPING (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c424 state_transition(task, LWS_TP_STATUS_STOPPING); in lws_threadpool_worker_sync()
586 state_transition(task, LWS_TP_STATUS_STOPPING); in lws_threadpool_worker()
628 if (pool->task->status == LWS_TP_STATUS_STOPPING) in lws_threadpool_worker()
918 state_transition(task, LWS_TP_STATUS_STOPPING); in lws_threadpool_dequeue_task()
1117 state_transition(task, LWS_TP_STATUS_STOPPING); in lws_threadpool_task_sync()
DREADME.md105 LWS_TP_STATUS_STOPPING|Task has been asked to stop but didn't stop yet
110 `LWS_TP_STATUS_STOPPING` in its status argument... RUNNING means continue with the
124 …to stop. Will be called again immediately with `LWS_TP_STATUS_RUNNING` or `LWS_TP_STATUS_STOPPING`
/external/libwebsockets/include/libwebsockets/
Dlws-threadpool.h45 LWS_TP_STATUS_STOPPING, enumerator
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c279 case LWS_TP_STATUS_STOPPING: in callback_minimal()