Searched refs:m_exitSemaphore (Results 1 – 2 of 2) sorted by relevance
51 m_exitSemaphore(create_sem(0, "Authentication Panel")) in AuthenticationPanel()58 delete_sem(m_exitSemaphore); in ~AuthenticationPanel()66 release_sem(m_exitSemaphore); in QuitRequested()76 release_sem(m_exitSemaphore); in MessageReceived()189 err = acquire_sem_etc(m_exitSemaphore, 1, B_RELATIVE_TIMEOUT, in getAuthentication()202 while (acquire_sem(m_exitSemaphore) == B_INTERRUPTED) { in getAuthentication()
40 sem_id m_exitSemaphore; variable