Searched refs:pthread_mutex_lock (Results 1 – 10 of 10) sorted by relevance
3 int pthread_mutex_lock(pthread_mutex_t* m) { in pthread_mutex_lock() function
134 if ((tmp = pthread_mutex_lock(m))) in pthread_cond_timedwait()
105 if (pthread_mutex_lock(&g_destructors_lock) != 0) { in thread_local_destructor()195 if (pthread_mutex_lock(&g_destructors_lock) != 0) { in CRYPTO_set_thread_local()
65 #pragma weak pthread_mutex_lock macro71 (pthread_mutex_lock != NULL ? pthread_mutex_lock (l) : 0)
53 pthread_mutex_lock(&mtx->lock); in mtx_lock()
28 pthread_mutex_lock(&mutex->lock); in malloc_mutex_lock()
96 int pthread_mutex_lock(pthread_mutex_t*);
1560 pthread_mutex_lock(&init_fini_lock); in do_init_fini()1591 pthread_mutex_lock(&init_fini_lock); in __libc_start_init()
85 $(LOCAL_DIR)/pthread/pthread_mutex_lock.c \
831 pthread_mutex_lock().
Completed in 21 milliseconds