Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c58 lws_usec_t acc_running; member
139 if (task->acc_running) in __lws_threadpool_task_dump()
140 runms = (int)task->acc_running; in __lws_threadpool_task_dump()
592 us_accrue(&task->acc_running, then); in lws_threadpool_worker()