Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1420 #define RELEASE_LOCK(l) pthread_mutex_unlock(l)
1433 #define RELEASE_LOCK(l) ({OSSemPost((*(l))); (0); }) macro
1477 #define RELEASE_LOCK(l) win32_release_lock(l) macro
1492 #define RELEASE_MORECORE_LOCK() RELEASE_LOCK(&morecore_mutex);
1500 #define RELEASE_MAGIC_INIT_LOCK() RELEASE_LOCK(&magic_init_mutex);
2162 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1753 #define RELEASE_LOCK(sl) pthread_release_lock(sl) macro
1853 #define RELEASE_LOCK(sl) win32_release_lock(sl) macro
1918 #define RELEASE_LOCK(sl) pthread_mutex_unlock(sl) macro
1949 #define RELEASE_LOCK(s) LeaveCriticalSection(sl) macro
2002 #define RELEASE_MALLOC_GLOBAL_LOCK() RELEASE_LOCK(&malloc_global_mutex);
2694 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }