Home
last modified time | relevance | path

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

/dports/security/signify/outils-0.10/src/liboutils/
H A Dthread_private.h142 #define _MALLOC_LOCK() do { \ macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdlib/
H A Dmalloc.c81 # define _MALLOC_LOCK() if (__isthreaded) _SPINLOCK(&thread_lock); macro
100 #define _MALLOC_LOCK() if (__isthreaded) mutex_lock(&thread_lock); macro
198 #define _MALLOC_LOCK() macro
/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c1409 #define _MALLOC_LOCK() if (__isthreaded) mutex_lock(&thread_lock) macro
1419 #define _MALLOC_LOCK() if (__isthreaded) _thread_malloc_lock() macro
1438 #define _MALLOC_LOCK() if (__isthreaded) _spinlock(&thread_lock) macro
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c1409 #define _MALLOC_LOCK() if (__isthreaded) mutex_lock(&thread_lock) macro
1419 #define _MALLOC_LOCK() if (__isthreaded) _thread_malloc_lock() macro
1438 #define _MALLOC_LOCK() if (__isthreaded) _spinlock(&thread_lock) macro
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c1409 #define _MALLOC_LOCK() if (__isthreaded) mutex_lock(&thread_lock) macro
1419 #define _MALLOC_LOCK() if (__isthreaded) _thread_malloc_lock() macro
1438 #define _MALLOC_LOCK() if (__isthreaded) _spinlock(&thread_lock) macro
/dports/security/tor/tor-0.4.6.8/src/ext/
H A DOpenBSD_malloc_Linux.c103 #define _MALLOC_LOCK() {pthread_mutex_lock(&gen_mutex);} macro
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/
H A DOpenBSD_malloc_Linux.c103 #define _MALLOC_LOCK() {pthread_mutex_lock(&gen_mutex);} macro