Searched refs:counterp (Results 1 – 3 of 3) sorted by relevance
31 if (*waitlist->counterp > 0 && --*waitlist->counterp == 0) \32 futex_wake ((unsigned int *) waitlist->counterp, 1, FUTEX_PRIVATE); \
32 if (*waitlist->counterp > 0 && --*waitlist->counterp == 0) \33 futex_wake ((unsigned int *) waitlist->counterp, 1, FUTEX_PRIVATE); \
54 volatile unsigned int *counterp; member
Completed in 4 milliseconds