Home
last modified time | relevance | path

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/
Dpthread_key_delete.c77 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()
Dpthread_detach.c82 ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); in pthread_detach()
103 ptw32_mcs_lock_acquire (&tp->stateLock, &stateLock); in pthread_detach()
Dptw32_reuse.c81 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()
Dpthread_setspecific.c126 ptw32_mcs_lock_acquire(&(key->keyLock), &keyLock); in pthread_setspecific()
127 ptw32_mcs_lock_acquire(&(sp->threadLock), &threadLock); in pthread_setspecific()
Dptw32_callUserDestroyRoutines.c98 ptw32_mcs_lock_acquire(&(sp->threadLock), &threadLock); in ptw32_callUserDestroyRoutines()
121 ptw32_mcs_lock_acquire(&(sp->threadLock), &threadLock); in ptw32_callUserDestroyRoutines()
Dpthread_cond_destroy.c130 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()
Dptw32_cond_check_need_init.c52 ptw32_mcs_lock_acquire(&ptw32_cond_test_init_lock, &node); in ptw32_cond_check_need_init()
Dptw32_rwlock_check_need_init.c50 ptw32_mcs_lock_acquire(&ptw32_rwlock_test_init_lock, &node); in ptw32_rwlock_check_need_init()
Dptw32_spinlock_check_need_init.c51 ptw32_mcs_lock_acquire(&ptw32_spinlock_test_init_lock, &node); in ptw32_spinlock_check_need_init()
Dptw32_threadStart.c167 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in ptw32_threadStart()
171 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in ptw32_threadStart()
Dpthread_timechange_handler_np.c95 ptw32_mcs_lock_acquire(&ptw32_cond_list_lock, &node); in pthread_timechange_handler_np()
Dpthread_kill.c82 ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); in pthread_kill()
Dptw32_processTerminate.c90 ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); in ptw32_processTerminate()
Dpthread_testcancel.c90 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in pthread_testcancel()
Dpthread_once.c54 ptw32_mcs_lock_acquire((ptw32_mcs_lock_t *)&once_control->lock, &node); in pthread_once()
Dptw32_mutex_check_need_init.c55 ptw32_mcs_lock_acquire(&ptw32_mutex_test_init_lock, &node); in ptw32_mutex_check_need_init()
Dpthread_spin_destroy.c83 ptw32_mcs_lock_acquire(&ptw32_spinlock_test_init_lock, &node); in pthread_spin_destroy()
Dpthread_barrier_wait.c54 ptw32_mcs_lock_acquire(&(*barrier)->lock, &node); in pthread_barrier_wait()
Dpthread_setcanceltype.c97 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in pthread_setcanceltype()
Dpthread_setcancelstate.c96 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in pthread_setcancelstate()
Dpthread_mutex_destroy.c121 ptw32_mcs_lock_acquire(&ptw32_mutex_test_init_lock, &node); in pthread_mutex_destroy()
Dpthread_join.c90 ptw32_mcs_lock_acquire(&ptw32_thread_reuse_lock, &node); in pthread_join()
Dpthread_setschedparam.c104 ptw32_mcs_lock_acquire (&tp->threadLock, &threadLock); in ptw32_setthreadpriority()
Dpthread_delay_np.c148 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in pthread_delay_np()
Dw32_CancelableWait.c118 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock); in ptw32_cancelable_wait()

12