OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitForSemaphoreCE
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
win_ce_semaphore.h
20
extern DWORD
WaitForSemaphoreCE
(SYNCHHANDLE, DWORD);
SDL_syssem.c
103
switch (
WaitForSemaphoreCE
(sem->id, dwMilliseconds)) {
win_ce_semaphore.c
135
DWORD
WaitForSemaphoreCE
(SYNCHHANDLE hSemCE, DWORD dwMilliseconds)
Completed in 192 milliseconds