Home
last modified time | relevance | path

Searched refs:pth_lock (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dthread_pth.h29 } pth_lock; typedef
90 pth_lock *lock; in PyThread_allocate_lock()
97 lock = (pth_lock *) malloc(sizeof(pth_lock)); in PyThread_allocate_lock()
98 memset((void *)lock, '\0', sizeof(pth_lock)); in PyThread_allocate_lock()
116 pth_lock *thelock = (pth_lock *)lock; in PyThread_free_lock()
126 pth_lock *thelock = (pth_lock *)lock; in PyThread_acquire_lock()
162 pth_lock *thelock = (pth_lock *)lock; in PyThread_release_lock()