Searched refs:LWS_TP_STATUS_STOPPING (Results 1 – 4 of 4) sorted by relevance
424 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()
105 LWS_TP_STATUS_STOPPING|Task has been asked to stop but didn't stop yet110 `LWS_TP_STATUS_STOPPING` in its status argument... RUNNING means continue with the124 …to stop. Will be called again immediately with `LWS_TP_STATUS_RUNNING` or `LWS_TP_STATUS_STOPPING`
45 LWS_TP_STATUS_STOPPING, enumerator
279 case LWS_TP_STATUS_STOPPING: in callback_minimal()