Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dthread_pthread.h285 sem_t *thelock = (sem_t *)lock; in PyThread_free_lock() local
316 sem_t *thelock = (sem_t *)lock; in PyThread_acquire_lock() local
344 sem_t *thelock = (sem_t *)lock; in PyThread_release_lock() local
395 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_free_lock() local
414 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_acquire_lock() local
447 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