Home
last modified time | relevance | path

Searched refs:suspendCount (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d2016 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() local
2459 status = sem_post( &suspendCount ); in version()