HomeSort by relevance Sort by last modified time
    Searched defs:PyThread_type_lock (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /external/python/cpython2/Include/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /prebuilts/gdb/linux-x86/include/python2.7/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythread.h 5 typedef void *PyThread_type_lock;
17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
  /external/python/cpython3/Include/
pythread.h 5 typedef void *PyThread_type_lock;
25 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
26 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
27 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
63 PyAPI_FUNC(PyLockStatus) PyThread_acquire_lock_timed(PyThread_type_lock,
67 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);

Completed in 268 milliseconds