HomeSort by relevance Sort by last modified time
    Searched refs:PyThread_allocate_lock (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythread.h 17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pythread.h 17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_foobar.h 44 PyThread_allocate_lock(void)
47 dprintf(("PyThread_allocate_lock called\n"));
51 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
thread_cthread.h 66 PyThread_allocate_lock(void)
70 dprintf(("PyThread_allocate_lock called\n"));
80 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
thread_wince.h 69 PyThread_type_lock PyThread_allocate_lock(void)
73 dprintf(("PyThread_allocate_lock called\n"));
82 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock));
thread.c 311 keymutex = PyThread_allocate_lock();
406 keymutex = PyThread_allocate_lock();
thread_lwp.h 61 PyThread_type_lock PyThread_allocate_lock(void)
66 dprintf(("PyThread_allocate_lock called\n"));
74 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
thread_solaris.h 80 PyThread_allocate_lock(void)
84 dprintf(("PyThread_allocate_lock called\n"));
94 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
thread_os2.h 93 PyThread_allocate_lock(void)
99 dprintf(("%ld: PyThread_allocate_lock() -> %lx\n",
111 dprintf(("PyThread_allocate_lock called\n"));
119 dprintf(("%ld: PyThread_allocate_lock() -> %p\n",
thread_pth.h 88 PyThread_type_lock PyThread_allocate_lock(void)
93 dprintf(("PyThread_allocate_lock called\n"));
110 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
  /external/python/cpython2/Include/
pythread.h 17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
  /external/python/cpython2/Python/
thread_foobar.h 44 PyThread_allocate_lock(void)
47 dprintf(("PyThread_allocate_lock called\n"));
51 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
thread_cthread.h 66 PyThread_allocate_lock(void)
70 dprintf(("PyThread_allocate_lock called\n"));
80 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
thread_wince.h 69 PyThread_type_lock PyThread_allocate_lock(void)
73 dprintf(("PyThread_allocate_lock called\n"));
82 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock));
thread.c 311 keymutex = PyThread_allocate_lock();
406 keymutex = PyThread_allocate_lock();
thread_lwp.h 61 PyThread_type_lock PyThread_allocate_lock(void)
66 dprintf(("PyThread_allocate_lock called\n"));
74 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
thread_solaris.h 80 PyThread_allocate_lock(void)
84 dprintf(("PyThread_allocate_lock called\n"));
94 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythread.h 17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
  /prebuilts/gdb/linux-x86/include/python2.7/
pythread.h 17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythread.h 17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythread.h 17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
  /external/python/cpython3/Include/
pythread.h 25 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
  /external/python/cpython3/Python/
thread_foobar.h 43 PyThread_allocate_lock(void)
46 dprintf(("PyThread_allocate_lock called\n"));
50 dprintf(("PyThread_allocate_lock() -> %p\n", lock));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
myreadline.c 189 _PyOS_ReadlineLock = PyThread_allocate_lock();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
myreadline.c 192 _PyOS_ReadlineLock = PyThread_allocate_lock();

Completed in 455 milliseconds

1 2 3 4