/external/python/cpython2/Parser/ |
D | myreadline.c | 25 #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()
|
D | intrcheck.c | 174 #ifdef WITH_THREAD in PyOS_AfterFork()
|
/external/python/cpython2/Python/ |
D | dynload_beos.c | 21 #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()
|
D | pystate.c | 29 #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
|
D | mystrtoul.c | 4 #if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
|
D | pythonrun.c | 63 #ifdef WITH_THREAD 286 #ifdef WITH_THREAD in Py_InitializeEx() 520 #ifdef WITH_THREAD in Py_Finalize() 1717 #ifdef WITH_THREAD 1728 #ifdef WITH_THREAD in wait_for_thread_shutdown()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callbacks.c | 221 #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()
|
D | callproc.c | 780 #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/ |
D | signalmodule.c | 77 #ifdef WITH_THREAD 185 #if defined(WITH_THREAD) && defined(WITH_PTH) in signal_handler() 192 #ifdef WITH_THREAD in signal_handler() 290 #ifdef WITH_THREAD in signal_signal() 411 #ifdef WITH_THREAD in signal_set_wakeup_fd() 577 #ifdef WITH_THREAD in initsignal() 897 #ifdef WITH_THREAD in PyErr_CheckSignals() 969 #ifdef WITH_THREAD in PyOS_InterruptOccurred() 998 #ifdef WITH_THREAD in PyOS_AfterFork()
|
D | bsddbmodule.c | 17 #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
|
D | _tkinter.c | 28 #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 …]
|
D | readline.c | 726 #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 | bz2module.c | 15 #ifdef WITH_THREAD 63 #ifdef WITH_THREAD 105 #ifdef WITH_THREAD 114 #ifdef WITH_THREAD 124 #ifdef WITH_THREAD 1447 #ifdef WITH_THREAD in BZ2File_init() 1489 #ifdef WITH_THREAD in BZ2File_init() 1502 #ifdef WITH_THREAD in BZ2File_dealloc() 1805 #ifdef WITH_THREAD in BZ2Comp_init() 1824 #ifdef WITH_THREAD in BZ2Comp_init() [all …]
|
D | _hashopenssl.c | 19 #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/ |
D | connection.c | 188 #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/ |
D | config.c | 41 #ifdef WITH_THREAD 107 #ifdef WITH_THREAD
|
D | pyconfig.h | 42 #define WITH_THREAD 1 macro
|
/external/python/cpython2/PC/os2vacpp/ |
D | config.c | 81 #ifdef WITH_THREAD
|
D | pyconfig.h | 101 #define WITH_THREAD 1 /* Enable Threading Throughout Python */ macro
|
/external/python/cpython2/Include/ |
D | Python.h | 29 #if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
|
D | import.h | 30 #ifdef WITH_THREAD
|
D | pystate.h | 115 #ifdef WITH_THREAD
|
D | ceval.h | 120 #ifdef WITH_THREAD
|
/external/python/cpython3/Include/ |
D | pyport.h | 789 #ifndef WITH_THREAD 790 #define WITH_THREAD macro
|
/external/python/cpython2/PC/ |
D | config.c | 105 #ifdef WITH_THREAD
|