Searched refs:mut (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | thread_pth.h | 28 pth_mutex_t mut; member 101 status = pth_mutex_init(&lock->mut); in PyThread_allocate_lock() 131 status = pth_mutex_acquire(&thelock->mut, !waitflag, NULL); in PyThread_acquire_lock() 135 status = pth_mutex_release( &thelock->mut ); in PyThread_acquire_lock() 143 status = pth_mutex_acquire( &thelock->mut, !waitflag, NULL ); in PyThread_acquire_lock() 147 &thelock->mut, NULL); in PyThread_acquire_lock() 151 status = pth_mutex_release( &thelock->mut ); in PyThread_acquire_lock() 167 status = pth_mutex_acquire( &thelock->mut, 0, NULL ); in PyThread_release_lock() 172 status = pth_mutex_release( &thelock->mut ); in PyThread_release_lock()
|
D | thread_pthread.h | 117 pthread_mutex_t mut; member 370 status = pthread_mutex_init(&lock->mut, in PyThread_allocate_lock() 396 status = pthread_mutex_destroy( &thelock->mut ); in PyThread_free_lock() 414 status = pthread_mutex_lock( &thelock->mut ); in PyThread_acquire_lock() 425 &thelock->mut); in PyThread_acquire_lock() 431 status = pthread_mutex_unlock( &thelock->mut ); in PyThread_acquire_lock() 447 status = pthread_mutex_lock( &thelock->mut ); in PyThread_release_lock() 452 status = pthread_mutex_unlock( &thelock->mut ); in PyThread_release_lock()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_thread.py | 110 mut = thread.allocate_lock() 111 mut.acquire() 115 mut.acquire() 116 mut.release() 122 mut.release()
|
D | test_deque.py | 474 mut = [10] 475 d = deque([mut]) 478 mut[0] = 11 483 mut = [10] 484 d = deque([mut]) 487 mut[0] = 11
|
/device/linaro/bootloader/edk2/BaseTools/Conf/ |
D | build_rule.template | 544 ?.txt, ?.TXT, ?.Txt, ?.mut, ?.inc
|