Searched refs:ptw32_mcs_lock_acquire (Results 1 – 25 of 32) sorted by relevance
12
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | pthread_key_delete.c | 77 ptw32_mcs_lock_acquire (&(key->keyLock), &keyLock); in pthread_key_delete() 97 ptw32_mcs_lock_acquire (&(thread->threadLock), &threadLock); in pthread_key_delete() 114 ptw32_mcs_lock_acquire (&(key->keyLock), &keyLock); in pthread_key_delete()
|
D | pthread_detach.c | 82 ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); in pthread_detach() 103 ptw32_mcs_lock_acquire (&tp->stateLock, &stateLock); in pthread_detach()
|
D | ptw32_reuse.c | 81 ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); in ptw32_threadReusePop() 120 ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); in ptw32_threadReusePush()
|
D | pthread_setspecific.c | 126 ptw32_mcs_lock_acquire(&(key->keyLock), &keyLock); in pthread_setspecific() 127 ptw32_mcs_lock_acquire(&(sp->threadLock), &threadLock); in pthread_setspecific()
|
D | ptw32_callUserDestroyRoutines.c | 98 ptw32_mcs_lock_acquire(&(sp->threadLock), &threadLock); in ptw32_callUserDestroyRoutines() 121 ptw32_mcs_lock_acquire(&(sp->threadLock), &threadLock); in ptw32_callUserDestroyRoutines()
|
D | pthread_cond_destroy.c | 130 ptw32_mcs_lock_acquire(&ptw32_cond_list_lock, &node); in pthread_cond_destroy() 225 ptw32_mcs_lock_acquire(&ptw32_cond_test_init_lock, &node); in pthread_cond_destroy()
|
D | ptw32_cond_check_need_init.c | 52 ptw32_mcs_lock_acquire(&ptw32_cond_test_init_lock, &node); in ptw32_cond_check_need_init()
|
D | ptw32_rwlock_check_need_init.c | 50 ptw32_mcs_lock_acquire(&ptw32_rwlock_test_init_lock, &node); in ptw32_rwlock_check_need_init()
|
D | ptw32_spinlock_check_need_init.c | 51 ptw32_mcs_lock_acquire(&ptw32_spinlock_test_init_lock, &node); in ptw32_spinlock_check_need_init()
|
D | ptw32_threadStart.c | 167 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in ptw32_threadStart() 171 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in ptw32_threadStart()
|
D | pthread_timechange_handler_np.c | 95 ptw32_mcs_lock_acquire(&ptw32_cond_list_lock, &node); in pthread_timechange_handler_np()
|
D | pthread_kill.c | 82 ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); in pthread_kill()
|
D | ptw32_processTerminate.c | 90 ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); in ptw32_processTerminate()
|
D | pthread_testcancel.c | 90 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in pthread_testcancel()
|
D | pthread_once.c | 54 ptw32_mcs_lock_acquire((ptw32_mcs_lock_t *)&once_control->lock, &node); in pthread_once()
|
D | ptw32_mutex_check_need_init.c | 55 ptw32_mcs_lock_acquire(&ptw32_mutex_test_init_lock, &node); in ptw32_mutex_check_need_init()
|
D | pthread_spin_destroy.c | 83 ptw32_mcs_lock_acquire(&ptw32_spinlock_test_init_lock, &node); in pthread_spin_destroy()
|
D | pthread_barrier_wait.c | 54 ptw32_mcs_lock_acquire(&(*barrier)->lock, &node); in pthread_barrier_wait()
|
D | pthread_setcanceltype.c | 97 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in pthread_setcanceltype()
|
D | pthread_setcancelstate.c | 96 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in pthread_setcancelstate()
|
D | pthread_mutex_destroy.c | 121 ptw32_mcs_lock_acquire(&ptw32_mutex_test_init_lock, &node); in pthread_mutex_destroy()
|
D | pthread_join.c | 90 ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); in pthread_join()
|
D | pthread_setschedparam.c | 104 ptw32_mcs_lock_acquire (&tp->threadLock, &threadLock); in ptw32_setthreadpriority()
|
D | pthread_delay_np.c | 148 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in pthread_delay_np()
|
D | w32_CancelableWait.c | 118 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in ptw32_cancelable_wait()
|
12