Home
last modified time | relevance | path

Searched refs:lock_released (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_pth.h27 pth_cond_t lock_released; member
103 status = pth_cond_init(&lock->lock_released); in PyThread_allocate_lock()
146 status = pth_cond_await(&thelock->lock_released, in PyThread_acquire_lock()
176 status = pth_cond_notify( &thelock->lock_released, 0 ); in PyThread_release_lock()
Dthread_pthread.h116 pthread_cond_t lock_released; member
374 status = pthread_cond_init(&lock->lock_released, in PyThread_allocate_lock()
399 status = pthread_cond_destroy( &thelock->lock_released ); in PyThread_free_lock()
424 status = pthread_cond_wait(&thelock->lock_released, in PyThread_acquire_lock()
456 status = pthread_cond_signal( &thelock->lock_released ); in PyThread_release_lock()