Searched refs:lwsl_thread (Results 1 - 2 of 2) sorted by relevance
/third_party/libwebsockets/lib/misc/threadpool/ |
H A D | threadpool.c | 182 lwsl_thread("%s: tp: %s, Queued: %d, Run: %d, Done: %d\n", __func__, in lws_threadpool_dump() 191 lwsl_thread(" - %s\n", buf); in lws_threadpool_dump() 208 lwsl_thread(" - worker %d: %s\n", n, buf); in lws_threadpool_dump() 222 lwsl_thread(" - %s\n", buf); in lws_threadpool_dump() 262 lwsl_thread("%s: tp %p: cleaned finished task for %s\n", in lws_threadpool_task_cleanup_destroy() 286 lwsl_thread("%s: tp %s: reaped task %s\n", __func__, in __lws_threadpool_reap() 420 lwsl_thread("%s: %s: task %p (%s): No longer bound to any " in lws_threadpool_worker_sync() 551 lwsl_thread("%s: %s: worker %d ACQUIRING: %s\n", in lws_threadpool_worker() 643 lwsl_thread("%s: %s: worker %d REAPING: %s\n", in lws_threadpool_worker() 656 lwsl_thread(" in lws_threadpool_worker() [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-logs.h | 322 #define lwsl_thread(...) _lws_log(LLL_THREAD, __VA_ARGS__) macro 324 #define lwsl_thread(...) do {} while(0) macro
|
Completed in 3 milliseconds