Searched refs:shptr (Results 1 – 1 of 1) sorted by relevance
34 srwl_or_handle* shptr = (srwl_or_handle*) h_; in init_binsem_using_event() local35 shptr->h = CreateEventEx( nullptr, nullptr, 0, EVENT_ALL_ACCESS|SEMAPHORE_ALL_ACCESS ); in init_binsem_using_event()40 srwl_or_handle* shptr = (srwl_or_handle*) h_; in acquire_binsem_using_event() local41 WaitForSingleObjectEx( shptr->h, INFINITE, FALSE ); in acquire_binsem_using_event()46 srwl_or_handle* shptr = (srwl_or_handle*) h_; in release_binsem_using_event() local47 SetEvent( shptr->h ); in release_binsem_using_event()