/external/python/cpython3/Modules/ |
D | _winapi.c | 222 Py_END_ALLOW_THREADS in _winapi_Overlapped_GetOverlappedResult_impl() 283 Py_END_ALLOW_THREADS in _winapi_Overlapped_cancel_impl() 387 Py_END_ALLOW_THREADS in _winapi_CloseHandle_impl() 419 Py_END_ALLOW_THREADS in _winapi_ConnectNamedPipe_impl() 475 Py_END_ALLOW_THREADS in _winapi_CreateFile_impl() 508 Py_END_ALLOW_THREADS in _winapi_CreateFileMapping_impl() 694 Py_END_ALLOW_THREADS in _winapi_CreateNamedPipe_impl() 729 Py_END_ALLOW_THREADS in _winapi_CreatePipe_impl() 1140 Py_END_ALLOW_THREADS in _winapi_CreateProcess_impl() 1200 Py_END_ALLOW_THREADS in _winapi_DuplicateHandle_impl() [all …]
|
D | overlapped.c | 145 Py_END_ALLOW_THREADS in initialize_function_pointers() 175 Py_END_ALLOW_THREADS in overlapped_CreateIoCompletionPort() 205 Py_END_ALLOW_THREADS in overlapped_GetQueuedCompletionStatus() 240 Py_END_ALLOW_THREADS in overlapped_PostQueuedCompletionStatus() 324 Py_END_ALLOW_THREADS in overlapped_UnregisterWait() 347 Py_END_ALLOW_THREADS in overlapped_UnregisterWaitEx() 385 Py_END_ALLOW_THREADS in overlapped_CreateEvent() 408 Py_END_ALLOW_THREADS in overlapped_SetEvent() 431 Py_END_ALLOW_THREADS in overlapped_ResetEvent() 633 Py_END_ALLOW_THREADS in Overlapped_dealloc() [all …]
|
D | fcntlmodule.c | 86 Py_END_ALLOW_THREADS in fcntl_fcntl_impl() 107 Py_END_ALLOW_THREADS in fcntl_fcntl_impl() 215 Py_END_ALLOW_THREADS in fcntl_ioctl_impl() 250 Py_END_ALLOW_THREADS in fcntl_ioctl_impl() 271 Py_END_ALLOW_THREADS in fcntl_ioctl_impl() 308 Py_END_ALLOW_THREADS in fcntl_flock_impl() 335 Py_END_ALLOW_THREADS in fcntl_flock_impl() 439 Py_END_ALLOW_THREADS in fcntl_lockf_impl()
|
D | posixmodule.c | 1704 Py_END_ALLOW_THREADS in posix_fildes_fd() 2462 Py_END_ALLOW_THREADS in posix_do_stat() 2905 Py_END_ALLOW_THREADS in os_access_impl() 2941 Py_END_ALLOW_THREADS in os_access_impl() 3077 Py_END_ALLOW_THREADS in os_chdir_impl() 3182 Py_END_ALLOW_THREADS in os_chmod_impl() 3232 Py_END_ALLOW_THREADS in os_chmod_impl() 3287 Py_END_ALLOW_THREADS in os_fchmod_impl() 3320 Py_END_ALLOW_THREADS in os_lchmod_impl() 3371 Py_END_ALLOW_THREADS in os_chflags_impl() [all …]
|
/external/python/cpython2/Modules/_io/ |
D | fileio.c | 90 Py_END_ALLOW_THREADS in internal_close() 155 Py_END_ALLOW_THREADS in dircheck() 181 Py_END_ALLOW_THREADS in check_fd() 377 Py_END_ALLOW_THREADS in fileio_init() 525 Py_END_ALLOW_THREADS in fileio_readinto() 549 Py_END_ALLOW_THREADS in new_buffersize() 556 Py_END_ALLOW_THREADS in new_buffersize() 618 Py_END_ALLOW_THREADS in fileio_readall() 688 Py_END_ALLOW_THREADS in fileio_read() 733 Py_END_ALLOW_THREADS in fileio_write() [all …]
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 53 Py_END_ALLOW_THREADS in fcntl_fcntl() 71 Py_END_ALLOW_THREADS in fcntl_fcntl() 152 Py_END_ALLOW_THREADS in fcntl_ioctl() 184 Py_END_ALLOW_THREADS in fcntl_ioctl() 206 Py_END_ALLOW_THREADS in fcntl_ioctl() 264 Py_END_ALLOW_THREADS in fcntl_flock() 289 Py_END_ALLOW_THREADS in fcntl_flock() 370 Py_END_ALLOW_THREADS in fcntl_lockf()
|
D | posixmodule.c | 823 Py_END_ALLOW_THREADS in os2_strerror() 870 Py_END_ALLOW_THREADS in posix_fildes() 887 Py_END_ALLOW_THREADS in posix_1str() 908 Py_END_ALLOW_THREADS in posix_2str() 933 Py_END_ALLOW_THREADS in win32_1str() 943 Py_END_ALLOW_THREADS in win32_1str() 1659 Py_END_ALLOW_THREADS in posix_do_stat() 1677 Py_END_ALLOW_THREADS in posix_do_stat() 1715 Py_END_ALLOW_THREADS in posix_access() 1726 Py_END_ALLOW_THREADS in posix_access() [all …]
|
D | timemodule.c | 1057 Py_END_ALLOW_THREADS 1062 Py_END_ALLOW_THREADS 1096 Py_END_ALLOW_THREADS 1106 Py_END_ALLOW_THREADS 1121 Py_END_ALLOW_THREADS 1130 Py_END_ALLOW_THREADS 1145 Py_END_ALLOW_THREADS 1151 Py_END_ALLOW_THREADS
|
/external/python/cpython2/Modules/_sqlite/ |
D | statement.c | 93 Py_END_ALLOW_THREADS in pysqlite_statement_create() 229 Py_END_ALLOW_THREADS in pysqlite_statement_bind_parameters() 286 Py_END_ALLOW_THREADS in pysqlite_statement_bind_parameters() 346 Py_END_ALLOW_THREADS in pysqlite_statement_recompile() 380 Py_END_ALLOW_THREADS in pysqlite_statement_finalize() 398 Py_END_ALLOW_THREADS in pysqlite_statement_reset() 418 Py_END_ALLOW_THREADS in pysqlite_statement_dealloc()
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | win32_functions.c | 30 Py_END_ALLOW_THREADS in win32_CloseHandle() 51 Py_END_ALLOW_THREADS in win32_ConnectNamedPipe() 83 Py_END_ALLOW_THREADS in win32_CreateFile() 117 Py_END_ALLOW_THREADS in win32_CreateNamedPipe() 210 Py_END_ALLOW_THREADS in win32_WaitNamedPipe()
|
D | pipe_connection.c | 25 Py_END_ALLOW_THREADS in conn_send_string() 52 Py_END_ALLOW_THREADS in conn_recv_string() 78 Py_END_ALLOW_THREADS in conn_recv_string()
|
D | connection.h | 87 Py_END_ALLOW_THREADS in connection_dealloc() 169 Py_END_ALLOW_THREADS in connection_recvbytes() 223 Py_END_ALLOW_THREADS in connection_recvbytes_into() 309 Py_END_ALLOW_THREADS in connection_recv_obj() 362 Py_END_ALLOW_THREADS in connection_poll() 390 Py_END_ALLOW_THREADS in connection_close()
|
D | socket_connection.c | 122 Py_END_ALLOW_THREADS in conn_send_string() 134 Py_END_ALLOW_THREADS in conn_send_string() 156 Py_END_ALLOW_THREADS in conn_recv_string() 172 Py_END_ALLOW_THREADS in conn_recv_string()
|
/external/python/cpython3/PC/ |
D | msvcrtmodule.c | 127 Py_END_ALLOW_THREADS in msvcrt_locking_impl() 259 Py_END_ALLOW_THREADS in msvcrt_getch_impl() 277 Py_END_ALLOW_THREADS in msvcrt_getwch_impl() 295 Py_END_ALLOW_THREADS in msvcrt_getche_impl() 313 Py_END_ALLOW_THREADS in msvcrt_getwche_impl()
|
D | winreg.c | 853 Py_END_ALLOW_THREADS in winreg_ConnectRegistry_impl() 1036 Py_END_ALLOW_THREADS in winreg_DeleteKeyEx_impl() 1044 Py_END_ALLOW_THREADS in winreg_DeleteKeyEx_impl() 1074 Py_END_ALLOW_THREADS in winreg_DeleteValue_impl() 1119 Py_END_ALLOW_THREADS in winreg_EnumKey_impl() 1199 Py_END_ALLOW_THREADS in winreg_EnumValue_impl() 1306 Py_END_ALLOW_THREADS in winreg_FlushKey_impl() 1355 Py_END_ALLOW_THREADS in winreg_LoadKey_impl() 1395 Py_END_ALLOW_THREADS in winreg_OpenKey_impl() 1656 Py_END_ALLOW_THREADS in winreg_SaveKey_impl() [all …]
|
D | winsound.c | 113 Py_END_ALLOW_THREADS in winsound_PlaySound_impl() 152 Py_END_ALLOW_THREADS in winsound_Beep_impl() 179 Py_END_ALLOW_THREADS in winsound_MessageBeep_impl()
|
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 66 Py_END_ALLOW_THREADS in msvcrt_locking() 193 Py_END_ALLOW_THREADS in msvcrt_getch() 220 Py_END_ALLOW_THREADS in msvcrt_getwch() 242 Py_END_ALLOW_THREADS in msvcrt_getche() 265 Py_END_ALLOW_THREADS in msvcrt_getwche()
|
D | _winreg.c | 1028 Py_END_ALLOW_THREADS in PyConnectRegistry() 1126 Py_END_ALLOW_THREADS in PyDeleteKeyEx() 1147 Py_END_ALLOW_THREADS in PyDeleteValue() 1180 Py_END_ALLOW_THREADS in PyEnumKey() 1238 Py_END_ALLOW_THREADS in PyEnumValue() 1318 Py_END_ALLOW_THREADS in PyFlushKey() 1339 Py_END_ALLOW_THREADS in PyLoadKey() 1365 Py_END_ALLOW_THREADS in PyOpenKey() 1543 Py_END_ALLOW_THREADS in PySaveKey() 1589 Py_END_ALLOW_THREADS in PySetValue() [all …]
|
D | winsound.c | 93 Py_END_ALLOW_THREADS in sound_playsound() 121 Py_END_ALLOW_THREADS in sound_beep()
|
/external/python/cpython3/Modules/_sqlite/ |
D | statement.c | 103 Py_END_ALLOW_THREADS in pysqlite_statement_create() 220 Py_END_ALLOW_THREADS in pysqlite_statement_bind_parameters() 281 Py_END_ALLOW_THREADS in pysqlite_statement_bind_parameters() 339 Py_END_ALLOW_THREADS in pysqlite_statement_finalize() 357 Py_END_ALLOW_THREADS in pysqlite_statement_reset() 377 Py_END_ALLOW_THREADS in pysqlite_statement_dealloc()
|
/external/python/cpython3/Modules/_multiprocessing/ |
D | posixshmem.c | 52 Py_END_ALLOW_THREADS in _posixshmem_shm_open_impl() 91 Py_END_ALLOW_THREADS in _posixshmem_shm_unlink_impl()
|
D | multiprocessing.c | 64 Py_END_ALLOW_THREADS in multiprocessing_closesocket() 87 Py_END_ALLOW_THREADS in multiprocessing_recv() 111 Py_END_ALLOW_THREADS in multiprocessing_send()
|
/external/python/cpython3/Python/ |
D | dynload_win.c | 194 Py_END_ALLOW_THREADS 272 Py_END_ALLOW_THREADS 278 Py_END_ALLOW_THREADS
|
D | bootstrap_hash.c | 142 Py_END_ALLOW_THREADS in py_getrandom() 154 Py_END_ALLOW_THREADS in py_getrandom() 251 Py_END_ALLOW_THREADS in py_getentropy() 337 Py_END_ALLOW_THREADS in dev_urandom()
|
/external/python/cpython2/Include/ |
D | ceval.h | 135 #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \ macro 143 #define Py_END_ALLOW_THREADS } macro
|