Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dthreadpool.c444 static struct threadpool *default_threadpool = NULL; variable
1837 assert( pool != default_threadpool ); in tp_threadpool_shutdown()
1906 if (!default_threadpool) in tp_threadpool_lock()
1912 … if (InterlockedCompareExchangePointer( (void *)&default_threadpool, pool, NULL ) != NULL) in tp_threadpool_lock()
1919 pool = default_threadpool; in tp_threadpool_lock()