Searched refs:ThreadPoolWorkerThreadsRequests (Results 1 – 1 of 1) sorted by relevance
72 static LONG ThreadPoolWorkerThreadsRequests; variable100 ThreadPoolWorkerThreadsRequests = 0; in RtlpInitializeThreadPool()248 InterlockedDecrement(&ThreadPoolWorkerThreadsRequests); in RtlpExecuteWorkItem()262 InterlockedIncrement(&ThreadPoolWorkerThreadsRequests); in RtlpQueueWorkerThread()295 InterlockedDecrement(&ThreadPoolWorkerThreadsRequests); in RtlpQueueWorkerThread()867 …(FreeWorkers <= 0 || ThreadPoolWorkerThreads - ThreadPoolWorkerThreadsRequests < WORKERTHREAD_CREA… in RtlQueueWorkItem()