/external/python/cpython3/Modules/ |
D | overlapped.c | 158 Py_BEGIN_ALLOW_THREADS in overlapped_CreateIoCompletionPort() 188 Py_BEGIN_ALLOW_THREADS in overlapped_GetQueuedCompletionStatus() 223 Py_BEGIN_ALLOW_THREADS in overlapped_PostQueuedCompletionStatus() 309 Py_BEGIN_ALLOW_THREADS in overlapped_UnregisterWait() 332 Py_BEGIN_ALLOW_THREADS in overlapped_UnregisterWaitEx() 370 Py_BEGIN_ALLOW_THREADS in overlapped_CreateEvent() 393 Py_BEGIN_ALLOW_THREADS in overlapped_SetEvent() 416 Py_BEGIN_ALLOW_THREADS in overlapped_ResetEvent() 600 Py_BEGIN_ALLOW_THREADS in Overlapped_dealloc() 643 Py_BEGIN_ALLOW_THREADS in Overlapped_cancel() [all …]
|
D | fcntlmodule.c | 80 Py_BEGIN_ALLOW_THREADS in fcntl_fcntl_impl() 101 Py_BEGIN_ALLOW_THREADS in fcntl_fcntl_impl() 204 Py_BEGIN_ALLOW_THREADS /* think array.resize() */ in fcntl_ioctl_impl() 239 Py_BEGIN_ALLOW_THREADS in fcntl_ioctl_impl() 260 Py_BEGIN_ALLOW_THREADS in fcntl_ioctl_impl() 293 Py_BEGIN_ALLOW_THREADS in fcntl_flock_impl() 320 Py_BEGIN_ALLOW_THREADS in fcntl_flock_impl() 419 Py_BEGIN_ALLOW_THREADS in fcntl_lockf_impl()
|
D | posixmodule.c | 1503 Py_BEGIN_ALLOW_THREADS in posix_fildes_fd() 2125 Py_BEGIN_ALLOW_THREADS in posix_do_stat() 2583 Py_BEGIN_ALLOW_THREADS in os_access_impl() 2601 Py_BEGIN_ALLOW_THREADS in os_access_impl() 2706 Py_BEGIN_ALLOW_THREADS in os_chdir_impl() 2803 Py_BEGIN_ALLOW_THREADS in os_chmod_impl() 2820 Py_BEGIN_ALLOW_THREADS in os_chmod_impl() 2899 Py_BEGIN_ALLOW_THREADS in os_fchmod_impl() 2929 Py_BEGIN_ALLOW_THREADS in os_lchmod_impl() 2971 Py_BEGIN_ALLOW_THREADS in os_chflags_impl() [all …]
|
D | _winapi.c | 208 Py_BEGIN_ALLOW_THREADS in _winapi_Overlapped_GetOverlappedResult_impl() 267 Py_BEGIN_ALLOW_THREADS in _winapi_Overlapped_cancel_impl() 374 Py_BEGIN_ALLOW_THREADS in _winapi_CloseHandle_impl() 405 Py_BEGIN_ALLOW_THREADS in _winapi_ConnectNamedPipe_impl() 453 Py_BEGIN_ALLOW_THREADS in _winapi_CreateFile_impl() 627 Py_BEGIN_ALLOW_THREADS in _winapi_CreateNamedPipe_impl() 661 Py_BEGIN_ALLOW_THREADS in _winapi_CreatePipe_impl() 1061 Py_BEGIN_ALLOW_THREADS in _winapi_CreateProcess_impl() 1123 Py_BEGIN_ALLOW_THREADS in _winapi_DuplicateHandle_impl() 1266 Py_BEGIN_ALLOW_THREADS in _winapi_GetStdHandle_impl() [all …]
|
/external/python/cpython2/Modules/_io/ |
D | fileio.c | 86 Py_BEGIN_ALLOW_THREADS in internal_close() 153 Py_BEGIN_ALLOW_THREADS in dircheck() 179 Py_BEGIN_ALLOW_THREADS in check_fd() 369 Py_BEGIN_ALLOW_THREADS in fileio_init() 516 Py_BEGIN_ALLOW_THREADS in fileio_readinto() 547 Py_BEGIN_ALLOW_THREADS in new_buffersize() 554 Py_BEGIN_ALLOW_THREADS in new_buffersize() 604 Py_BEGIN_ALLOW_THREADS in fileio_readall() 681 Py_BEGIN_ALLOW_THREADS in fileio_read() 723 Py_BEGIN_ALLOW_THREADS in fileio_write() [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 | 820 Py_BEGIN_ALLOW_THREADS in os2_strerror() 868 Py_BEGIN_ALLOW_THREADS in posix_fildes() 885 Py_BEGIN_ALLOW_THREADS in posix_1str() 906 Py_BEGIN_ALLOW_THREADS in posix_2str() 931 Py_BEGIN_ALLOW_THREADS in win32_1str() 941 Py_BEGIN_ALLOW_THREADS in win32_1str() 1657 Py_BEGIN_ALLOW_THREADS in posix_do_stat() 1675 Py_BEGIN_ALLOW_THREADS in posix_do_stat() 1713 Py_BEGIN_ALLOW_THREADS in posix_access() 1724 Py_BEGIN_ALLOW_THREADS in posix_access() [all …]
|
D | timemodule.c | 1045 Py_BEGIN_ALLOW_THREADS 1060 Py_BEGIN_ALLOW_THREADS 1073 Py_BEGIN_ALLOW_THREADS 1100 Py_BEGIN_ALLOW_THREADS 1114 Py_BEGIN_ALLOW_THREADS 1126 Py_BEGIN_ALLOW_THREADS 1139 Py_BEGIN_ALLOW_THREADS 1149 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() 328 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_finalize() 346 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_reset() 366 Py_BEGIN_ALLOW_THREADS in pysqlite_statement_dealloc()
|
D | connection.c | 118 Py_BEGIN_ALLOW_THREADS in pysqlite_connection_init() 127 Py_BEGIN_ALLOW_THREADS in pysqlite_connection_init() 252 Py_BEGIN_ALLOW_THREADS in pysqlite_connection_dealloc() 345 Py_BEGIN_ALLOW_THREADS in pysqlite_connection_close() 386 Py_BEGIN_ALLOW_THREADS in _pysqlite_connection_begin() 400 Py_BEGIN_ALLOW_THREADS in _pysqlite_connection_begin() 428 Py_BEGIN_ALLOW_THREADS in pysqlite_connection_commit() 441 Py_BEGIN_ALLOW_THREADS in pysqlite_connection_commit() 471 Py_BEGIN_ALLOW_THREADS in pysqlite_connection_rollback() 484 Py_BEGIN_ALLOW_THREADS in pysqlite_connection_rollback() [all …]
|
/external/python/cpython3/PC/ |
D | msvcrtmodule.c | 119 Py_BEGIN_ALLOW_THREADS in msvcrt_locking_impl() 245 Py_BEGIN_ALLOW_THREADS in msvcrt_getch_impl() 263 Py_BEGIN_ALLOW_THREADS in msvcrt_getwch_impl() 281 Py_BEGIN_ALLOW_THREADS in msvcrt_getche_impl() 299 Py_BEGIN_ALLOW_THREADS in msvcrt_getwche_impl()
|
D | winreg.c | 835 Py_BEGIN_ALLOW_THREADS in winreg_ConnectRegistry_impl() 997 Py_BEGIN_ALLOW_THREADS in winreg_DeleteKeyEx_impl() 1023 Py_BEGIN_ALLOW_THREADS in winreg_DeleteValue_impl() 1064 Py_BEGIN_ALLOW_THREADS in winreg_EnumKey_impl() 1133 Py_BEGIN_ALLOW_THREADS in winreg_EnumValue_impl() 1242 Py_BEGIN_ALLOW_THREADS in winreg_FlushKey_impl() 1287 Py_BEGIN_ALLOW_THREADS in winreg_LoadKey_impl() 1322 Py_BEGIN_ALLOW_THREADS in winreg_OpenKey_impl() 1562 Py_BEGIN_ALLOW_THREADS in winreg_SaveKey_impl() 1611 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/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/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 | 1026 Py_BEGIN_ALLOW_THREADS in PyConnectRegistry() 1124 Py_BEGIN_ALLOW_THREADS in PyDeleteKeyEx() 1145 Py_BEGIN_ALLOW_THREADS in PyDeleteValue() 1178 Py_BEGIN_ALLOW_THREADS in PyEnumKey() 1229 Py_BEGIN_ALLOW_THREADS in PyEnumValue() 1316 Py_BEGIN_ALLOW_THREADS in PyFlushKey() 1337 Py_BEGIN_ALLOW_THREADS in PyLoadKey() 1363 Py_BEGIN_ALLOW_THREADS in PyOpenKey() 1541 Py_BEGIN_ALLOW_THREADS in PySaveKey() 1587 Py_BEGIN_ALLOW_THREADS in PySetValue() [all …]
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | py_record_reader.i | 22 Py_BEGIN_ALLOW_THREADS 31 Py_BEGIN_ALLOW_THREADS
|
D | py_record_writer.i | 28 Py_BEGIN_ALLOW_THREADS 38 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 | bootstrap_hash.c | 131 Py_BEGIN_ALLOW_THREADS in py_getrandom() 143 Py_BEGIN_ALLOW_THREADS in py_getrandom() 230 Py_BEGIN_ALLOW_THREADS in py_getentropy() 316 Py_BEGIN_ALLOW_THREADS in dev_urandom()
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 114 Py_BEGIN_ALLOW_THREADS in internal_close() 375 Py_BEGIN_ALLOW_THREADS 432 Py_BEGIN_ALLOW_THREADS 691 Py_BEGIN_ALLOW_THREADS 905 Py_BEGIN_ALLOW_THREADS 1020 Py_BEGIN_ALLOW_THREADS 1115 Py_BEGIN_ALLOW_THREADS
|