Home
last modified time | relevance | path

Searched refs:WITH_THREAD (Results 1 – 25 of 42) sorted by relevance

12

/external/python/cpython2/Parser/
Dmyreadline.c25 #ifdef WITH_THREAD
83 #ifdef WITH_THREAD in my_fgets()
87 #ifdef WITH_THREAD in my_fgets()
187 #ifdef WITH_THREAD in PyOS_Readline()
195 #ifdef WITH_THREAD in PyOS_Readline()
211 #ifdef WITH_THREAD in PyOS_Readline()
Dintrcheck.c174 #ifdef WITH_THREAD in PyOS_AfterFork()
/external/python/cpython2/Python/
Ddynload_beos.c21 #ifdef WITH_THREAD
74 #ifdef WITH_THREAD in beos_cleanup_dyn()
90 #ifdef WITH_THREAD in beos_cleanup_dyn()
110 #ifdef WITH_THREAD in beos_init_dyn()
132 #ifdef WITH_THREAD in beos_add_dyn()
150 #ifdef WITH_THREAD in beos_add_dyn()
Dpystate.c29 #ifdef WITH_THREAD
52 #ifdef WITH_THREAD
65 #ifdef WITH_THREAD in PyInterpreterState_New()
174 #ifdef WITH_THREAD in new_threadstate()
225 #ifdef WITH_THREAD in _PyThreadState_Init()
302 #ifdef WITH_THREAD in PyThreadState_Delete()
309 #ifdef WITH_THREAD
346 #if defined(Py_DEBUG) && defined(WITH_THREAD) in PyThreadState_Swap()
499 #ifdef WITH_THREAD
Dmystrtoul.c4 #if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
Dpythonrun.c71 #ifdef WITH_THREAD
279 #ifdef WITH_THREAD in Py_InitializeEx()
511 #ifdef WITH_THREAD in Py_Finalize()
1705 #ifdef WITH_THREAD
1716 #ifdef WITH_THREAD in wait_for_thread_shutdown()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c221 #ifdef WITH_THREAD in _CallPythonObject()
364 #ifdef WITH_THREAD in _CallPythonObject()
505 #ifdef WITH_THREAD in LoadPython()
578 #ifdef WITH_THREAD in DllGetClassObject()
583 #ifdef WITH_THREAD in DllGetClassObject()
587 #ifdef WITH_THREAD in DllGetClassObject()
641 #ifdef WITH_THREAD in DllCanUnloadNow()
645 #ifdef WITH_THREAD in DllCanUnloadNow()
Dcallproc.c780 #ifdef WITH_THREAD in _call_function_pointer()
821 #ifdef WITH_THREAD in _call_function_pointer()
861 #ifdef WITH_THREAD in _call_function_pointer()
1018 #ifdef WITH_THREAD in GetComError()
1044 #ifdef WITH_THREAD in GetComError()
/external/python/cpython2/Modules/
Dsignalmodule.c77 #ifdef WITH_THREAD
188 #if defined(WITH_THREAD) && defined(WITH_PTH) in signal_handler()
195 #ifdef WITH_THREAD in signal_handler()
293 #ifdef WITH_THREAD in signal_signal()
411 #ifdef WITH_THREAD in signal_set_wakeup_fd()
577 #ifdef WITH_THREAD in initsignal()
900 #ifdef WITH_THREAD in PyErr_CheckSignals()
972 #ifdef WITH_THREAD in PyOS_InterruptOccurred()
1001 #ifdef WITH_THREAD in PyOS_AfterFork()
Dbsddbmodule.c17 #ifdef WITH_THREAD
37 #ifdef WITH_THREAD
78 #ifdef WITH_THREAD in newdbhashobject()
88 #ifdef WITH_THREAD in newdbhashobject()
128 #ifdef WITH_THREAD in newdbbtobject()
138 #ifdef WITH_THREAD in newdbbtobject()
187 #ifdef WITH_THREAD in newdbrnobject()
197 #ifdef WITH_THREAD in newdbrnobject()
212 #ifdef WITH_THREAD in bsddb_dealloc()
233 #ifdef WITH_THREAD
Dreadline.c726 #ifdef WITH_THREAD in on_hook()
745 #ifdef WITH_THREAD in on_hook()
785 #ifdef WITH_THREAD in on_completion_display_matches_hook()
816 #ifdef WITH_THREAD in on_completion_display_matches_hook()
851 #ifdef WITH_THREAD in on_completion()
873 #ifdef WITH_THREAD in on_completion()
1055 #ifdef WITH_THREAD in readline_until_enter_or_signal()
1059 #ifdef WITH_THREAD in readline_until_enter_or_signal()
D_tkinter.c28 #ifdef WITH_THREAD
146 #ifdef WITH_THREAD
314 #ifdef WITH_THREAD
737 #ifdef WITH_THREAD in Tkapp_New()
848 #ifdef WITH_THREAD
1430 #ifdef WITH_THREAD
1534 #ifdef WITH_THREAD
1610 #ifdef WITH_THREAD in Tkapp_Call()
1821 #ifdef WITH_THREAD
1865 #ifdef WITH_THREAD
[all …]
Dbz2module.c15 #ifdef WITH_THREAD
63 #ifdef WITH_THREAD
105 #ifdef WITH_THREAD
114 #ifdef WITH_THREAD
124 #ifdef WITH_THREAD
1431 #ifdef WITH_THREAD in BZ2File_init()
1460 #ifdef WITH_THREAD in BZ2File_init()
1473 #ifdef WITH_THREAD in BZ2File_dealloc()
1791 #ifdef WITH_THREAD in BZ2Comp_init()
1810 #ifdef WITH_THREAD in BZ2Comp_init()
[all …]
D_hashopenssl.c19 #ifdef WITH_THREAD
75 #ifdef WITH_THREAD
145 #ifdef WITH_THREAD in newEVPobject()
174 #ifdef WITH_THREAD in EVP_dealloc()
304 #ifdef WITH_THREAD in EVP_update()
/external/python/cpython2/Modules/_sqlite/
Dconnection.c188 #ifdef WITH_THREAD in pysqlite_connection_init()
658 #ifdef WITH_THREAD in _pysqlite_func_callback()
686 #ifdef WITH_THREAD in _pysqlite_func_callback()
699 #ifdef WITH_THREAD in _pysqlite_step_callback()
750 #ifdef WITH_THREAD in _pysqlite_step_callback()
761 #ifdef WITH_THREAD in _pysqlite_final_callback()
794 #ifdef WITH_THREAD in _pysqlite_final_callback()
931 #ifdef WITH_THREAD in _authorizer_callback()
957 #ifdef WITH_THREAD in _authorizer_callback()
967 #ifdef WITH_THREAD in _progress_handler()
[all …]
/external/python/cpython2/PC/os2emx/
Dconfig.c41 #ifdef WITH_THREAD
107 #ifdef WITH_THREAD
Dpyconfig.h42 #define WITH_THREAD 1 macro
/external/python/cpython2/PC/os2vacpp/
Dconfig.c81 #ifdef WITH_THREAD
Dpyconfig.h101 #define WITH_THREAD 1 /* Enable Threading Throughout Python */ macro
/external/python/cpython2/Include/
DPython.h29 #if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
Dimport.h30 #ifdef WITH_THREAD
Dceval.h120 #ifdef WITH_THREAD
Dpystate.h115 #ifdef WITH_THREAD
/external/python/cpython2/PC/
Dconfig.c105 #ifdef WITH_THREAD
Dpyconfig.h86 #define WITH_THREAD macro

12