Lines Matching full:acquire_lock
1642 and at least INITIAL_LOCK, ACQUIRE_LOCK, RELEASE_LOCK and possibly
1663 #define ACQUIRE_LOCK(sl) pthread_acquire_lock(sl)
1763 #define ACQUIRE_LOCK(sl) win32_acquire_lock(sl)
1828 #define ACQUIRE_LOCK(sl) pthread_mutex_lock(sl)
1859 #define ACQUIRE_LOCK(s) (EnterCriticalSection(sl), 0)
1893 /* #define ACQUIRE_LOCK(sl) ... */
1910 #define ACQUIRE_MALLOC_GLOBAL_LOCK() ACQUIRE_LOCK(&malloc_global_mutex);
2603 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)