Home
last modified time | relevance | path

Searched refs:PyThread_get_thread_ident (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_wince.h8 long PyThread_get_thread_ident(void);
30 dprintf(("%ld: PyThread_start_new_thread called\n", PyThread_get_thread_ident())); in PyThread_start_new_thread()
38 dprintf(("%ld: PyThread_start_new_thread succeeded:\n", PyThread_get_thread_ident())); in PyThread_start_new_thread()
48 long PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
58 dprintf(("%ld: PyThread_exit_thread called\n", PyThread_get_thread_ident())); in PyThread_exit_thread()
82 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock)); in PyThread_allocate_lock()
89 dprintf(("%ld: PyThread_free_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_free_lock()
105 …dprintf(("%ld: PyThread_acquire_lock(%p, %d) called\n", PyThread_get_thread_ident(),aLock, waitfla… in PyThread_acquire_lock()
123 …dprintf(("%ld: PyThread_acquire_lock(%p, %d) -> %d\n", PyThread_get_thread_ident(),aLock, waitflag… in PyThread_acquire_lock()
130 dprintf(("%ld: PyThread_release_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_release_lock()
[all …]
Dthread_nt.h90 long PyThread_get_thread_ident(void);
134 PyThread_get_thread_ident())); in PyThread_start_new_thread()
160 PyThread_get_thread_ident(), e)); in PyThread_start_new_thread()
167 PyThread_get_thread_ident(), e)); in PyThread_start_new_thread()
174 PyThread_get_thread_ident(), (void*)hThread)); in PyThread_start_new_thread()
185 PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
196 dprintf(("%ld: PyThread_exit_thread called\n", PyThread_get_thread_ident())); in PyThread_exit_thread()
222 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock)); in PyThread_allocate_lock()
230 dprintf(("%ld: PyThread_free_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_free_lock()
246 …dprintf(("%ld: PyThread_acquire_lock(%p, %d) called\n", PyThread_get_thread_ident(),aLock, waitfla… in PyThread_acquire_lock()
[all …]
Dthread_os2.h14 long PyThread_get_thread_ident(void);
53 PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
75 PyThread_get_thread_ident())); in PyThread_exit_thread()
100 PyThread_get_thread_ident(), in PyThread_allocate_lock()
120 PyThread_get_thread_ident(), in PyThread_allocate_lock()
135 PyThread_get_thread_ident(),aLock)); in PyThread_free_lock()
165 PyThread_get_thread_ident(), in PyThread_acquire_lock()
212 PyThread_get_thread_ident(), in PyThread_release_lock()
221 PyThread_get_thread_ident(), in PyThread_release_lock()
229 PyThread_get_thread_ident(), in PyThread_release_lock()
Dthread.c264 long id = PyThread_get_thread_ident(); in find_key()
372 long id = PyThread_get_thread_ident(); in PyThread_delete_key_value()
398 long id = PyThread_get_thread_ident(); in PyThread_ReInitTLS()
Dthread_foobar.h26 PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
Dthread_cthread.h46 PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
Dthread_solaris.h60 PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
Dthread_lwp.h40 long PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
Dthread_pth.h67 long PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
Dthread_beos.h138 long PyThread_get_thread_ident( void ) in PyThread_get_thread_ident() function
Dthread_atheos.h125 long PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
Dthread_sgi.h170 long PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
Dthread_pthread.h226 PyThread_get_thread_ident(void) in PyThread_get_thread_ident() function
Dpystate.c176 tstate->thread_id = PyThread_get_thread_ident(); in new_threadstate()
Dimport.c266 long me = PyThread_get_thread_ident(); in _PyImport_AcquireLock()
291 long me = PyThread_get_thread_ident(); in _PyImport_ReleaseLock()
2088 me = PyThread_get_thread_ident(); in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsignalmodule.c189 if (PyThread_get_thread_ident() != main_thread) { in signal_handler()
294 if (PyThread_get_thread_ident() != main_thread) { in signal_signal()
412 if (PyThread_get_thread_ident() != main_thread) { in signal_set_wakeup_fd()
578 main_thread = PyThread_get_thread_ident(); in initsignal()
902 if (PyThread_get_thread_ident() != main_thread) in PyErr_CheckSignals()
974 if (PyThread_get_thread_ident() != main_thread) in PyOS_InterruptOccurred()
1007 main_thread = PyThread_get_thread_ident(); in PyOS_AfterFork()
Dtimemodule.c878 main_thread = PyThread_get_thread_ident(); in inittime()
981 main_thread != PyThread_get_thread_ident())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsignalmodule.c189 if (PyThread_get_thread_ident() != main_thread) { in signal_handler()
294 if (PyThread_get_thread_ident() != main_thread) { in signal_signal()
404 if (PyThread_get_thread_ident() != main_thread) { in signal_set_wakeup_fd()
570 main_thread = PyThread_get_thread_ident(); in initsignal()
894 if (PyThread_get_thread_ident() != main_thread) in PyErr_CheckSignals()
966 if (PyThread_get_thread_ident() != main_thread) in PyOS_InterruptOccurred()
981 main_thread = PyThread_get_thread_ident(); in PyOS_AfterFork()
Dthreadmodule.c610 tstate->thread_id = PyThread_get_thread_ident(); in t_bootstrap()
756 ident = PyThread_get_thread_ident(); in thread_get_ident()
Dtimemodule.c873 main_thread = PyThread_get_thread_ident(); in inittime()
976 main_thread != PyThread_get_thread_ident())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythread.h15 PyAPI_FUNC(long) PyThread_get_thread_ident(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythread.h15 PyAPI_FUNC(long) PyThread_get_thread_ident(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c186 self->thread_ident = PyThread_get_thread_ident(); in pysqlite_connection_init()
1092 if (PyThread_get_thread_ident() != self->thread_ident) { in pysqlite_check_thread()
1096 self->thread_ident, PyThread_get_thread_ident()); in pysqlite_check_thread()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c175 tstate->thread_id = PyThread_get_thread_ident(); in new_threadstate()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c266 long me = PyThread_get_thread_ident(); in _PyImport_AcquireLock()
291 long me = PyThread_get_thread_ident(); in _PyImport_ReleaseLock()
2088 me = PyThread_get_thread_ident(); in find_module()

12