Searched defs:g_hSemNotifytable (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c222 HMTX g_hSemNotifytable; variable
288 rc=DosCreateMutexSem(NULL,&g_hSemNotifytable,DC_SEM_SHARED,FALSE);
331 DosCloseMutexSem(g_hSemNotifytable);
332 g_hSemNotifytable = NULLHANDLE;
444 rc = DosRequestMutexSem(g_hSemNotifytable,SEM_INDEFINITE_WAIT);
461 DosReleaseMutexSem(g_hSemNotifytable);
521 rc = DosRequestMutexSem(g_hSemNotifytable,SEM_INDEFINITE_WAIT);
539 DosReleaseMutexSem(g_hSemNotifytable);
586 rc = DosRequestMutexSem(g_hSemNotifytable,SEM_INDEFINITE_WAIT);
591 DosReleaseMutexSem(g_hSemNotifytable);
[all...]

Completed in 46 milliseconds