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/
H A Dthread_wince.h8 long PyThread_get_thread_ident(void);
30 dprintf(("%ld: PyThread_start_new_thread called\n", PyThread_get_thread_ident()));
38 dprintf(("%ld: PyThread_start_new_thread succeeded:\n", PyThread_get_thread_ident()));
48 long PyThread_get_thread_ident(void) function
58 dprintf(("%ld: PyThread_exit_thread called\n", PyThread_get_thread_ident()));
82 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock));
89 dprintf(("%ld: PyThread_free_lock(%p) called\n", PyThread_get_thread_ident(),aLock));
105 dprintf(("%ld: PyThread_acquire_lock(%p, %d) called\n", PyThread_get_thread_ident(),aLock, waitflag));
123 dprintf(("%ld: PyThread_acquire_lock(%p, %d) -> %d\n", PyThread_get_thread_ident(),aLock, waitflag, success));
130 dprintf(("%ld: PyThread_release_lock(%p) called\n", PyThread_get_thread_ident(),aLoc
[all...]
H A Dthread_os2.h14 long PyThread_get_thread_ident(void);
53 PyThread_get_thread_ident(void) function
75 PyThread_get_thread_ident()));
100 PyThread_get_thread_ident(),
120 PyThread_get_thread_ident(),
135 PyThread_get_thread_ident(),aLock));
165 PyThread_get_thread_ident(),
212 PyThread_get_thread_ident(),
221 PyThread_get_thread_ident(),
229 PyThread_get_thread_ident(),
[all...]
H A Dthread_nt.h90 long PyThread_get_thread_ident(void);
134 PyThread_get_thread_ident()));
156 /* Save error in variable, to prevent PyThread_get_thread_ident
160 PyThread_get_thread_ident(), e));
167 PyThread_get_thread_ident(), e));
174 PyThread_get_thread_ident(), (void*)hThread));
185 PyThread_get_thread_ident(void) function
196 dprintf(("%ld: PyThread_exit_thread called\n", PyThread_get_thread_ident()));
222 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock));
230 dprintf(("%ld: PyThread_free_lock(%p) called\n", PyThread_get_thread_ident(),aLoc
[all...]
H A Dthread_foobar.h26 PyThread_get_thread_ident(void) function
H A Dthread.c227 /* The thread id, according to PyThread_get_thread_ident(). */
264 long id = PyThread_get_thread_ident();
372 long id = PyThread_get_thread_ident();
398 long id = PyThread_get_thread_ident();
H A Dthread_cthread.h46 PyThread_get_thread_ident(void) function
H A Dthread_lwp.h40 long PyThread_get_thread_ident(void) function
H A Dthread_solaris.h60 PyThread_get_thread_ident(void) function
H A Dthread_pth.h67 long PyThread_get_thread_ident(void) function
H A Dthread_atheos.h125 long PyThread_get_thread_ident(void) function
H A Dthread_beos.h138 long PyThread_get_thread_ident( void ) function
H A Dthread_pthread.h226 PyThread_get_thread_ident(void) function
H A Dthread_sgi.h170 long PyThread_get_thread_ident(void) function
H A Dpystate.c176 tstate->thread_id = PyThread_get_thread_ident();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dpythread.h15 PyAPI_FUNC(long) PyThread_get_thread_ident(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpythread.h15 PyAPI_FUNC(long) PyThread_get_thread_ident(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsignalmodule.c189 if (PyThread_get_thread_ident() != main_thread) {
294 if (PyThread_get_thread_ident() != main_thread) {
412 if (PyThread_get_thread_ident() != main_thread) {
578 main_thread = PyThread_get_thread_ident();
902 if (PyThread_get_thread_ident() != main_thread)
974 if (PyThread_get_thread_ident() != main_thread)
1007 main_thread = PyThread_get_thread_ident();
H A Dtimemodule.c878 main_thread = PyThread_get_thread_ident();
981 main_thread != PyThread_get_thread_ident())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsignalmodule.c189 if (PyThread_get_thread_ident() != main_thread) {
294 if (PyThread_get_thread_ident() != main_thread) {
404 if (PyThread_get_thread_ident() != main_thread) {
570 main_thread = PyThread_get_thread_ident();
894 if (PyThread_get_thread_ident() != main_thread)
966 if (PyThread_get_thread_ident() != main_thread)
981 main_thread = PyThread_get_thread_ident();
H A Dthreadmodule.c610 tstate->thread_id = PyThread_get_thread_ident();
756 ident = PyThread_get_thread_ident();
H A Dtimemodule.c873 main_thread = PyThread_get_thread_ident();
976 main_thread != PyThread_get_thread_ident())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dconnection.c186 self->thread_ident = PyThread_get_thread_ident();
1092 if (PyThread_get_thread_ident() != self->thread_ident) {
1096 self->thread_ident, PyThread_get_thread_ident());
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dpystate.c175 tstate->thread_id = PyThread_get_thread_ident();
H A Dimport.c294 long me = PyThread_get_thread_ident();
319 long me = PyThread_get_thread_ident();
2173 me = PyThread_get_thread_ident();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dimport.c266 long me = PyThread_get_thread_ident();
291 long me = PyThread_get_thread_ident();
2088 me = PyThread_get_thread_ident();

Completed in 228 milliseconds

12