Lines Matching refs:shnd
64 # define tickle_sem(sh) ReleaseSemaphore((sh->shnd), 1, NULL)
405 return obj && osh && (obj->shnd == (HANDLE)osh);
511 (*addremove_io_semaphore)(c->responses_pending->shnd, FALSE);
711 semptr->shnd = CreateSemaphore(NULL, svini, svmax, NULL);
712 if (NULL == semptr->shnd)
736 if (obj->shnd)
737 CloseHandle(obj->shnd);
738 obj->shnd = NULL;
802 if (!(sem && sem->shnd)) {
821 rc = WaitForSingleObject(sem->shnd, msec);
931 (*addremove_io_semaphore)(c->responses_pending->shnd, TRUE);