Home
last modified time | relevance | path

Searched refs:m_exitSemaphore (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp51 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()
H A DAuthenticationPanel.h40 sem_id m_exitSemaphore; variable