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
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
/external/python/cpython3/Python/
Dthread_pthread.h304 sem_t *thelock = (sem_t *)lock; in PyThread_free_lock() local
336 sem_t *thelock = (sem_t *)lock; in PyThread_acquire_lock_timed() local
388 sem_t *thelock = (sem_t *)lock; in PyThread_release_lock() local
445 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_free_lock() local
468 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_acquire_lock_timed() local
532 pthread_lock *thelock = (pthread_lock *)lock; in PyThread_release_lock() local