Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/thread/
Drthread_libc.c207 static pthread_mutex_t malloc_mutex[_MALLOC_MUTEXES] = { variable
245 pthread_mutex_lock(&malloc_mutex[i]); in _thread_malloc_lock()
251 pthread_mutex_unlock(&malloc_mutex[i]); in _thread_malloc_unlock()
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2.sym14 malloc_mutex
/openbsd/src/gnu/usr.bin/perl/
Dperlvars.h352 PERLVAR(G, malloc_mutex, perl_mutex) /* Mutex for malloc */