Home
last modified time | relevance | path

Searched refs:MAX_DUMP_QUEUE_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/libuv/src/
H A Dthreadpool.c60 #define MAX_DUMP_QUEUE_SIZE 200 macro
109 if (dump_queue_size + 1 > MAX_DUMP_QUEUE_SIZE) { /* release works already done */ in uv__queue_work_info()
119 if (dump_queue_size + 1 > MAX_DUMP_QUEUE_SIZE) { in uv__queue_work_info()

Completed in 2 milliseconds