Searched refs:default_threadpool (Results 1 – 1 of 1) sorted by relevance
444 static struct threadpool *default_threadpool = NULL; variable1837 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()