OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hWaitHandle
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspcall.h
49
HANDLE
hWaitHandle
;
51
WINBOOL operator ==(struct _THREADPOOLWAITBLOCK &t) { return ((
hWaitHandle
==t.
hWaitHandle
) && (pContext==t.pContext)); }
wsdclient.h
93
STDMETHOD_(HRESULT,SetWaitHandle)(THIS_ HANDLE
hWaitHandle
) PURE;
107
#define IWSDAsyncResult_SetWaitHandle(This,
hWaitHandle
) (This)->lpVtbl->SetWaitHandle(This,
hWaitHandle
)
Completed in 145 milliseconds