Searched refs:fPendingCommandsSemaphore (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp533 fPendingCommandsSemaphore(-1),
549 delete_sem(fPendingCommandsSemaphore);
603 fPendingCommandsSemaphore = create_sem(0, "imap pending commands");
604 if (fPendingCommandsSemaphore < 0)
605 return fPendingCommandsSemaphore;
783 release_sem(fPendingCommandsSemaphore);
792 get_sem_count(fPendingCommandsSemaphore, &count);
796 while (acquire_sem_etc(fPendingCommandsSemaphore, count, 0,
H A DIMAPConnectionWorker.h83 sem_id fPendingCommandsSemaphore; member in class:IMAPConnectionWorker

Completed in 91 milliseconds