Home
last modified time | relevance | path

Searched defs:sl (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1751 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0) argument
1752 #define ACQUIRE_LOCK(sl) pthread_acquire_lock(sl) argument
1753 #define RELEASE_LOCK(sl) pthread_release_lock(sl) argument
1754 #define TRY_LOCK(sl) pthread_try_lock(sl) argument
1759 static FORCEINLINE int pthread_acquire_lock (MLOCK_T *sl) { in pthread_acquire_lock()
1799 static FORCEINLINE void pthread_release_lock (MLOCK_T *sl) { in pthread_release_lock()
1814 static FORCEINLINE int pthread_try_lock (MLOCK_T *sl) { in pthread_try_lock()
1851 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0) argument
1852 #define ACQUIRE_LOCK(sl) win32_acquire_lock(sl) argument
1853 #define RELEASE_LOCK(sl) win32_release_lock(sl) argument
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1458 static int win32_acquire_lock (MLOCK_T *sl) { in win32_acquire_lock()
1471 static void win32_release_lock (MLOCK_T *sl) { in win32_release_lock()