Home
last modified time | relevance | path

Searched defs:thelock (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_pthread.h284 sem_t *thelock = (sem_t *)lock; in PyThread_free_lock() local
314 sem_t *thelock = (sem_t *)lock; in PyThread_acquire_lock() local
341 sem_t *thelock = (sem_t *)lock; in PyThread_release_lock() local
391 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_free_lock() local
409 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_acquire_lock() local
442 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_release_lock() local
Dthread_pth.h116 pth_lock *thelock = (pth_lock *)lock; in PyThread_free_lock() local
126 pth_lock *thelock = (pth_lock *)lock; in PyThread_acquire_lock() local
162 pth_lock *thelock = (pth_lock *)lock; in PyThread_release_lock() local