Home
last modified time | relevance | path

Searched defs:thelock (Results 1 – 3 of 3) 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
457 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
/external/python/cpython3/Python/
Dthread_pthread.h308 sem_t *thelock = (sem_t *)lock; in PyThread_free_lock() local
340 sem_t *thelock = (sem_t *)lock; in PyThread_acquire_lock_timed() local
435 sem_t *thelock = (sem_t *)lock; in PyThread_release_lock() local
492 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_free_lock() local
515 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_acquire_lock_timed() local
584 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_release_lock() local