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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp25 fExploreSem(-1),
36 fExploreSem = create_sem(0, "usb explore sem");
37 if (fExploreSem < B_OK) {
70 delete_sem(fExploreSem);
71 fExploreSem = -1;
208 while (acquire_sem_etc(stack->fExploreSem, 1, B_RELATIVE_TIMEOUT,
227 get_sem_count(fExploreSem, &semCount);
229 acquire_sem_etc(fExploreSem, semCount, B_RELATIVE_TIMEOUT, 0);
H A Dusb_private.h186 sem_id fExploreSem; member in class:Stack

Completed in 38 milliseconds