Searched defs:cleanUpSem (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtthread.c58 sem_id cleanUpSem; /* the primoridal thread will block on this member in struct:_BT_Bookeeping
250 if (bt_book.threadCount == 0 && bt_book.cleanUpSem != B_ERROR) {
254 delete_sem(bt_book.cleanUpSem);
634 bt_book.cleanUpSem = create_sem(0, "cleanup sem");
642 while (acquire_sem(bt_book.cleanUpSem) == B_INTERRUPTED);

Completed in 50 milliseconds