Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-threadpool.h42 LWS_TP_STATUS_QUEUED, enumerator
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c277 case LWS_TP_STATUS_QUEUED: in callback_minimal()
/external/libwebsockets/lib/misc/threadpool/
DREADME.md102 LWS_TP_STATUS_QUEUED|Task is still waiting for a pool thread
Dthreadpool.c1021 state_transition(task, LWS_TP_STATUS_QUEUED); in lws_threadpool_enqueue()