Home
last modified time | relevance | path

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

/minix3/lib/libc/stdlib/
H A Dmalloc.c94 # define _MALLOC_UNLOCK() if (__isthreaded) _SPINUNLOCK(&thread_lock); macro
122 #define _MALLOC_UNLOCK() if (__isthreaded) mutex_unlock(&thread_lock); macro
222 #ifndef _MALLOC_UNLOCK
223 #define _MALLOC_UNLOCK() macro
1193 _MALLOC_UNLOCK(); in pubrealloc()
1203 _MALLOC_UNLOCK(); in pubrealloc()
1230 _MALLOC_UNLOCK(); in pubrealloc()
1330 _MALLOC_UNLOCK(); in _malloc_postfork()