Home
last modified time | relevance | path

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

/dports/security/signify/outils-0.10/src/liboutils/
H A Dthread_private.h146 #define _MALLOC_UNLOCK() do { \ macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdlib/
H A Dmalloc.c82 # define _MALLOC_UNLOCK() if (__isthreaded) _SPINUNLOCK(&thread_lock); macro
101 #define _MALLOC_UNLOCK() if (__isthreaded) mutex_unlock(&thread_lock); macro
202 #define _MALLOC_UNLOCK() macro
/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c1410 #define _MALLOC_UNLOCK() if (__isthreaded) mutex_unlock(&thread_lock) macro
1420 #define _MALLOC_UNLOCK() if (__isthreaded) _thread_malloc_unlock() macro
1439 #define _MALLOC_UNLOCK() if (__isthreaded) _spinunlock(&thread_lock) macro
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c1410 #define _MALLOC_UNLOCK() if (__isthreaded) mutex_unlock(&thread_lock) macro
1420 #define _MALLOC_UNLOCK() if (__isthreaded) _thread_malloc_unlock() macro
1439 #define _MALLOC_UNLOCK() if (__isthreaded) _spinunlock(&thread_lock) macro
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c1410 #define _MALLOC_UNLOCK() if (__isthreaded) mutex_unlock(&thread_lock) macro
1420 #define _MALLOC_UNLOCK() if (__isthreaded) _thread_malloc_unlock() macro
1439 #define _MALLOC_UNLOCK() if (__isthreaded) _spinunlock(&thread_lock) macro
/dports/security/tor/tor-0.4.6.8/src/ext/
H A DOpenBSD_malloc_Linux.c104 #define _MALLOC_UNLOCK() {pthread_mutex_unlock(&gen_mutex);} macro
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/
H A DOpenBSD_malloc_Linux.c104 #define _MALLOC_UNLOCK() {pthread_mutex_unlock(&gen_mutex);} macro