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

/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc447 static pthread_cond_t emergency_malloc_wait = PTHREAD_COND_INITIALIZER; variable
491 pthread_cond_wait(&emergency_malloc_wait, &emergency_malloc_lock);
532 pthread_cond_signal(&emergency_malloc_wait);

Completed in 56 milliseconds