Searched defs:PTP_WAIT (Results 1 – 3 of 3) sorted by relevance
78 typedef struct _TP_WAIT TP_WAIT, *PTP_WAIT; typedef
8747 typedef struct _TP_WAIT TP_WAIT,*PTP_WAIT; typedef
61212 pub type PTP_WAIT = *mut _TP_WAIT; typedef68496 ) -> PTP_WAIT; in CreateThreadpoolWait()68499 pub fn SetThreadpoolWait(pwa: PTP_WAIT, h: HANDLE, pftTimeout: PFILETIME); in SetThreadpoolWait()68502 pub fn WaitForThreadpoolWaitCallbacks(pwa: PTP_WAIT, fCancelPendingCallbacks: BOOL); in WaitForThreadpoolWaitCallbacks()68505 pub fn CloseThreadpoolWait(pwa: PTP_WAIT); in CloseThreadpoolWait()68537 pwa: PTP_WAIT, in SetThreadpoolWaitEx()