Home
last modified time | relevance | path

Searched defs:PTP_WAIT (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_common/linux/common/os/
H A Dmos_defs_specific.h78 typedef struct _TP_WAIT TP_WAIT, *PTP_WAIT; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinnt.h8747 typedef struct _TP_WAIT TP_WAIT,*PTP_WAIT; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs61212 pub type PTP_WAIT = *mut _TP_WAIT; typedef
68496 ) -> 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()