Home
last modified time | relevance | path

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

/src/contrib/libcxxrt/
H A Dexception.cc549 static pthread_cond_t emergency_malloc_wait = PTHREAD_COND_INITIALIZER; variable
593 pthread_cond_wait(&emergency_malloc_wait, &emergency_malloc_lock); in emergency_malloc()
634 pthread_cond_signal(&emergency_malloc_wait); in emergency_malloc_free()