Searched refs:ms_delta (Results 1 - 1 of 1) sorted by relevance
/third_party/libwebsockets/lib/misc/threadpool/ |
H A D | threadpool.c | 103 ms_delta(lws_usec_t now, lws_usec_t then) in ms_delta() function 134 task->name, ms_delta(now, task->created)); in __lws_threadpool_task_dump() 150 ms_delta(now, task->entered_state), in __lws_threadpool_task_dump() 151 ms_delta(now, task->created), in __lws_threadpool_task_dump() 152 ms_delta(task->acquired, task->created), in __lws_threadpool_task_dump() 153 ms_delta(now, task->acquired), in __lws_threadpool_task_dump() 164 ms_delta(task->done, task->created), in __lws_threadpool_task_dump() 165 ms_delta(task->acquired, task->created), in __lws_threadpool_task_dump() 166 ms_delta(task->done, task->acquired), in __lws_threadpool_task_dump()
|
Completed in 2 milliseconds