Searched refs:suspendCount (Results 1 – 1 of 1) sorted by relevance
2016 while (sem_wait(&suspendCount) != 0) in thread_suspendAll()2172 status = sem_init( &suspendCount, 0, 0 ); in thread_init()2427 __gshared sem_t suspendCount; in version() local2459 status = sem_post( &suspendCount ); in version()