Searched refs:PTHREADPOOL_FLAG_YIELD_WORKERS (Results 1 – 3 of 3) sorted by relevance
62 if ((last_flags & PTHREADPOOL_FLAG_YIELD_WORKERS) == 0) { in wait_for_new_command()
150 if ((last_flags & PTHREADPOOL_FLAG_YIELD_WORKERS) == 0) { in wait_for_new_command()
61 #define PTHREADPOOL_FLAG_YIELD_WORKERS 0x00000002 macro