Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dthreadpool.c2641 static NTSTATUS tp_alloc_wait( TP_WAIT **out, PTP_WAIT_CALLBACK callback, PVOID userdata, in tp_alloc_wait() function
2684 return tp_alloc_wait( out, callback, userdata, environment, WT_EXECUTEONLYONCE ); in TpAllocWait()
3432 if ((status = tp_alloc_wait( &wait, rtl_wait_callback, context, &environment, flags ))) in RtlRegisterWait()