/external/python/cpython3/Modules/ |
D | overlapped.c | 155 Py_BEGIN_ALLOW_THREADS in overlapped_CreateIoCompletionPort() 185 Py_BEGIN_ALLOW_THREADS in overlapped_GetQueuedCompletionStatus() 220 Py_BEGIN_ALLOW_THREADS in overlapped_PostQueuedCompletionStatus() 306 Py_BEGIN_ALLOW_THREADS in overlapped_UnregisterWait() 329 Py_BEGIN_ALLOW_THREADS in overlapped_UnregisterWaitEx() 367 Py_BEGIN_ALLOW_THREADS in overlapped_CreateEvent() 390 Py_BEGIN_ALLOW_THREADS in overlapped_SetEvent() 413 Py_BEGIN_ALLOW_THREADS in overlapped_ResetEvent() 575 Py_BEGIN_ALLOW_THREADS in Overlapped_dealloc() 626 Py_BEGIN_ALLOW_THREADS in Overlapped_cancel() [all …]
|
D | _winapi.c | 210 Py_BEGIN_ALLOW_THREADS in _winapi_Overlapped_GetOverlappedResult_impl() 269 Py_BEGIN_ALLOW_THREADS in _winapi_Overlapped_cancel_impl() 376 Py_BEGIN_ALLOW_THREADS in _winapi_CloseHandle_impl() 407 Py_BEGIN_ALLOW_THREADS in _winapi_ConnectNamedPipe_impl() 455 Py_BEGIN_ALLOW_THREADS in _winapi_CreateFile_impl() 629 Py_BEGIN_ALLOW_THREADS in _winapi_CreateNamedPipe_impl() 663 Py_BEGIN_ALLOW_THREADS in _winapi_CreatePipe_impl() 858 Py_BEGIN_ALLOW_THREADS in _winapi_CreateProcess_impl() 912 Py_BEGIN_ALLOW_THREADS in _winapi_DuplicateHandle_impl() 1055 Py_BEGIN_ALLOW_THREADS in _winapi_GetStdHandle_impl() [all …]
|
D | fcntlmodule.c | 78 Py_BEGIN_ALLOW_THREADS in fcntl_fcntl_impl() 98 Py_BEGIN_ALLOW_THREADS in fcntl_fcntl_impl() 201 Py_BEGIN_ALLOW_THREADS /* think array.resize() */ in fcntl_ioctl_impl() 236 Py_BEGIN_ALLOW_THREADS in fcntl_ioctl_impl() 257 Py_BEGIN_ALLOW_THREADS in fcntl_ioctl_impl() 288 Py_BEGIN_ALLOW_THREADS in fcntl_flock_impl() 313 Py_BEGIN_ALLOW_THREADS in fcntl_flock_impl() 410 Py_BEGIN_ALLOW_THREADS in fcntl_lockf_impl()
|
D | posixmodule.c | 1398 Py_BEGIN_ALLOW_THREADS in posix_fildes_fd() 2052 Py_BEGIN_ALLOW_THREADS in posix_do_stat() 2510 Py_BEGIN_ALLOW_THREADS in os_access_impl() 2528 Py_BEGIN_ALLOW_THREADS in os_access_impl() 2633 Py_BEGIN_ALLOW_THREADS in os_chdir_impl() 2730 Py_BEGIN_ALLOW_THREADS in os_chmod_impl() 2747 Py_BEGIN_ALLOW_THREADS in os_chmod_impl() 2825 Py_BEGIN_ALLOW_THREADS in os_fchmod_impl() 2855 Py_BEGIN_ALLOW_THREADS in os_lchmod_impl() 2897 Py_BEGIN_ALLOW_THREADS in os_chflags_impl() [all …]
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 51 Py_BEGIN_ALLOW_THREADS in fcntl_fcntl() 69 Py_BEGIN_ALLOW_THREADS in fcntl_fcntl() 150 Py_BEGIN_ALLOW_THREADS /* think array.resize() */ in fcntl_ioctl() 182 Py_BEGIN_ALLOW_THREADS in fcntl_ioctl() 200 Py_BEGIN_ALLOW_THREADS in fcntl_ioctl() 262 Py_BEGIN_ALLOW_THREADS in fcntl_flock() 287 Py_BEGIN_ALLOW_THREADS in fcntl_flock() 368 Py_BEGIN_ALLOW_THREADS in fcntl_lockf()
|
D | posixmodule.c | 815 Py_BEGIN_ALLOW_THREADS in os2_strerror() 863 Py_BEGIN_ALLOW_THREADS in posix_fildes() 880 Py_BEGIN_ALLOW_THREADS in posix_1str() 901 Py_BEGIN_ALLOW_THREADS in posix_2str() 926 Py_BEGIN_ALLOW_THREADS in win32_1str() 936 Py_BEGIN_ALLOW_THREADS in win32_1str() 1651 Py_BEGIN_ALLOW_THREADS in posix_do_stat() 1669 Py_BEGIN_ALLOW_THREADS in posix_do_stat() 1707 Py_BEGIN_ALLOW_THREADS in posix_access() 1718 Py_BEGIN_ALLOW_THREADS in posix_access() [all …]
|
D | timemodule.c | 947 Py_BEGIN_ALLOW_THREADS 962 Py_BEGIN_ALLOW_THREADS 975 Py_BEGIN_ALLOW_THREADS 1002 Py_BEGIN_ALLOW_THREADS 1016 Py_BEGIN_ALLOW_THREADS 1028 Py_BEGIN_ALLOW_THREADS 1041 Py_BEGIN_ALLOW_THREADS 1051 Py_BEGIN_ALLOW_THREADS
|
/external/python/cpython2/Modules/_sqlite/ |
D | statement.c | 87 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_create() 227 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_bind_parameters() 284 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_bind_parameters() 340 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_recompile() 378 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_finalize() 396 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_reset() 416 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_dealloc()
|
/external/python/cpython3/Modules/_sqlite/ |
D | statement.c | 95 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_create() 216 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_bind_parameters() 275 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_bind_parameters() 336 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_recompile() 374 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_finalize() 392 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_reset() 412 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_dealloc()
|
/external/python/cpython3/PC/ |
D | msvcrtmodule.c | 113 Py_BEGIN_ALLOW_THREADS in msvcrt_locking_impl() 239 Py_BEGIN_ALLOW_THREADS in msvcrt_getch_impl() 257 Py_BEGIN_ALLOW_THREADS in msvcrt_getwch_impl() 275 Py_BEGIN_ALLOW_THREADS in msvcrt_getche_impl() 293 Py_BEGIN_ALLOW_THREADS in msvcrt_getwche_impl()
|
D | winreg.c | 831 Py_BEGIN_ALLOW_THREADS in winreg_ConnectRegistry_impl() 991 Py_BEGIN_ALLOW_THREADS in winreg_DeleteKeyEx_impl() 1017 Py_BEGIN_ALLOW_THREADS in winreg_DeleteValue_impl() 1058 Py_BEGIN_ALLOW_THREADS in winreg_EnumKey_impl() 1127 Py_BEGIN_ALLOW_THREADS in winreg_EnumValue_impl() 1235 Py_BEGIN_ALLOW_THREADS in winreg_FlushKey_impl() 1280 Py_BEGIN_ALLOW_THREADS in winreg_LoadKey_impl() 1315 Py_BEGIN_ALLOW_THREADS in winreg_OpenKey_impl() 1555 Py_BEGIN_ALLOW_THREADS in winreg_SaveKey_impl() 1604 Py_BEGIN_ALLOW_THREADS in winreg_SetValue_impl() [all …]
|
D | winsound.c | 111 Py_BEGIN_ALLOW_THREADS in winsound_PlaySound_impl() 150 Py_BEGIN_ALLOW_THREADS in winsound_Beep_impl() 177 Py_BEGIN_ALLOW_THREADS in winsound_MessageBeep_impl()
|
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 64 Py_BEGIN_ALLOW_THREADS in msvcrt_locking() 191 Py_BEGIN_ALLOW_THREADS in msvcrt_getch() 218 Py_BEGIN_ALLOW_THREADS in msvcrt_getwch() 240 Py_BEGIN_ALLOW_THREADS in msvcrt_getche() 263 Py_BEGIN_ALLOW_THREADS in msvcrt_getwche()
|
D | _winreg.c | 1027 Py_BEGIN_ALLOW_THREADS in PyConnectRegistry() 1125 Py_BEGIN_ALLOW_THREADS in PyDeleteKeyEx() 1146 Py_BEGIN_ALLOW_THREADS in PyDeleteValue() 1179 Py_BEGIN_ALLOW_THREADS in PyEnumKey() 1230 Py_BEGIN_ALLOW_THREADS in PyEnumValue() 1317 Py_BEGIN_ALLOW_THREADS in PyFlushKey() 1338 Py_BEGIN_ALLOW_THREADS in PyLoadKey() 1364 Py_BEGIN_ALLOW_THREADS in PyOpenKey() 1542 Py_BEGIN_ALLOW_THREADS in PySaveKey() 1588 Py_BEGIN_ALLOW_THREADS in PySetValue() [all …]
|
D | _subprocess.c | 173 Py_BEGIN_ALLOW_THREADS in sp_GetStdHandle() 238 Py_BEGIN_ALLOW_THREADS in sp_DuplicateHandle() 277 Py_BEGIN_ALLOW_THREADS in sp_CreatePipe() 463 Py_BEGIN_ALLOW_THREADS in sp_CreateProcess() 555 Py_BEGIN_ALLOW_THREADS in sp_WaitForSingleObject()
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | win32_functions.c | 28 Py_BEGIN_ALLOW_THREADS in win32_CloseHandle() 49 Py_BEGIN_ALLOW_THREADS in win32_ConnectNamedPipe() 78 Py_BEGIN_ALLOW_THREADS in win32_CreateFile() 112 Py_BEGIN_ALLOW_THREADS in win32_CreateNamedPipe() 208 Py_BEGIN_ALLOW_THREADS in win32_WaitNamedPipe()
|
D | connection.h | 85 Py_BEGIN_ALLOW_THREADS in connection_dealloc() 167 Py_BEGIN_ALLOW_THREADS in connection_recvbytes() 221 Py_BEGIN_ALLOW_THREADS in connection_recvbytes_into() 307 Py_BEGIN_ALLOW_THREADS in connection_recv_obj() 360 Py_BEGIN_ALLOW_THREADS in connection_poll() 388 Py_BEGIN_ALLOW_THREADS in connection_close()
|
D | pipe_connection.c | 23 Py_BEGIN_ALLOW_THREADS in conn_send_string() 49 Py_BEGIN_ALLOW_THREADS in conn_recv_string() 76 Py_BEGIN_ALLOW_THREADS in conn_recv_string()
|
D | socket_connection.c | 120 Py_BEGIN_ALLOW_THREADS in conn_send_string() 131 Py_BEGIN_ALLOW_THREADS in conn_send_string() 154 Py_BEGIN_ALLOW_THREADS in conn_recv_string() 170 Py_BEGIN_ALLOW_THREADS in conn_recv_string()
|
/external/python/cpython2/Modules/_io/ |
D | fileio.c | 83 Py_BEGIN_ALLOW_THREADS in internal_close() 343 Py_BEGIN_ALLOW_THREADS in fileio_init() 490 Py_BEGIN_ALLOW_THREADS in fileio_readinto() 568 Py_BEGIN_ALLOW_THREADS in fileio_readall() 645 Py_BEGIN_ALLOW_THREADS in fileio_read() 687 Py_BEGIN_ALLOW_THREADS in fileio_write() 753 Py_BEGIN_ALLOW_THREADS in portable_lseek() 850 Py_BEGIN_ALLOW_THREADS in fileio_truncate() 882 Py_BEGIN_ALLOW_THREADS in fileio_truncate() 955 Py_BEGIN_ALLOW_THREADS in fileio_isatty()
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | py_record_writer.i | 23 Py_BEGIN_ALLOW_THREADS 32 Py_BEGIN_ALLOW_THREADS
|
D | py_record_reader.i | 22 Py_BEGIN_ALLOW_THREADS 31 Py_BEGIN_ALLOW_THREADS
|
/external/python/cpython3/Modules/_multiprocessing/ |
D | multiprocessing.c | 62 Py_BEGIN_ALLOW_THREADS in multiprocessing_closesocket() 85 Py_BEGIN_ALLOW_THREADS in multiprocessing_recv() 109 Py_BEGIN_ALLOW_THREADS in multiprocessing_send()
|
/external/python/cpython3/Python/ |
D | fileutils.c | 687 Py_BEGIN_ALLOW_THREADS in _Py_fstat() 950 Py_BEGIN_ALLOW_THREADS in _Py_open_impl() 1108 Py_BEGIN_ALLOW_THREADS in _Py_fopen_obj() 1126 Py_BEGIN_ALLOW_THREADS in _Py_fopen_obj() 1193 Py_BEGIN_ALLOW_THREADS in _Py_read() 1252 Py_BEGIN_ALLOW_THREADS in _Py_write_impl() 1479 Py_BEGIN_ALLOW_THREADS in _Py_dup() 1499 Py_BEGIN_ALLOW_THREADS in _Py_dup() 1510 Py_BEGIN_ALLOW_THREADS in _Py_dup()
|
/external/python/cpython2/Include/ |
D | ceval.h | 130 #define Py_BEGIN_ALLOW_THREADS { \ macro 140 #define Py_BEGIN_ALLOW_THREADS { macro
|