Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc452 static pthread_cond_t emergency_malloc_wait = PTHREAD_COND_INITIALIZER; variable
496 pthread_cond_wait(&emergency_malloc_wait, &emergency_malloc_lock); in emergency_malloc()
537 pthread_cond_signal(&emergency_malloc_wait); in emergency_malloc_free()