Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1419 #define ACQUIRE_LOCK(l) pthread_mutex_lock(l)
1432 #define ACQUIRE_LOCK(l) ({ INT8U u8Err; OSSemPend((*(l)), 0, &u8Err); u8Err; }) macro
1476 #define ACQUIRE_LOCK(l) win32_acquire_lock(l) macro
1491 #define ACQUIRE_MORECORE_LOCK() ACQUIRE_LOCK(&morecore_mutex);
1499 #define ACQUIRE_MAGIC_INIT_LOCK() ACQUIRE_LOCK(&magic_init_mutex);
2161 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1752 #define ACQUIRE_LOCK(sl) pthread_acquire_lock(sl) macro
1852 #define ACQUIRE_LOCK(sl) win32_acquire_lock(sl) macro
1917 #define ACQUIRE_LOCK(sl) pthread_mutex_lock(sl) macro
1948 #define ACQUIRE_LOCK(s) (EnterCriticalSection(sl), 0) macro
1999 #define ACQUIRE_MALLOC_GLOBAL_LOCK() ACQUIRE_LOCK(&malloc_global_mutex);
2693 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)