Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/stdlib/
Dmalloc.c82 # define _MALLOC_UNLOCK() if (__isthreaded) _SPINUNLOCK(&thread_lock); macro
103 # define _MALLOC_UNLOCK() if (__isthreaded) mutex_unlock(&thread_lock); macro
106 # define _MALLOC_UNLOCK() macro
207 #ifndef _MALLOC_UNLOCK
208 #define _MALLOC_UNLOCK() macro
1160 _MALLOC_UNLOCK(); in pubrealloc()
1170 _MALLOC_UNLOCK(); in pubrealloc()
1197 _MALLOC_UNLOCK(); in pubrealloc()
1297 _MALLOC_UNLOCK(); in _malloc_postfork()
1304 _MALLOC_UNLOCK(); in _malloc_postfork_child()