Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dthreadpool.c1785 static NTSTATUS tp_threadpool_alloc( struct threadpool **out ) in tp_threadpool_alloc() function
1908 status = tp_threadpool_alloc( &pool ); in tp_threadpool_lock()
2598 return tp_threadpool_alloc( (struct threadpool **)out ); in TpAllocPool()