Home
last modified time | relevance | path

Searched defs:_exit (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dpy_context_manager.cc38 static char _exit[] = "__exit__"; in ~PyContextManager() local
/external/llvm-project/clang/test/Sema/
Dbuiltins-gnu-mode.c15 int _exit; variable
/external/clang/test/Sema/
Dbuiltins-gnu-mode.c15 int _exit; variable
/external/python/cpython3/Lib/test/
Dtest_contextlib_async.py333 async def _exit(*args, **kwds): function
414 async def _exit(): function
Dtest_contextlib.py580 def _exit(*args, **kwds): function
655 def _exit(): function
667 def _exit(): function
678 def _exit(): function
Dtest_concurrent_futures.py1020 def _exit(): function
/external/pigweed/pw_watch/py/pw_watch/
Dwatch.py380 def _exit(code: int) -> NoReturn: function
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/
Dsyscalls.c107 void _exit(int32_t status) in _exit() function
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp491 INTERCEPTOR(void, _exit, int status) { in INTERCEPTOR() argument
493 REAL(_exit)(status); in INTERCEPTOR() local
/external/python/cpython3/Lib/
Dthreading.py680 def _exit(self): member in Barrier
/external/rust/crates/libc/src/windows/
Dmod.rs313 pub fn _exit(status: c_int) -> !; in _exit() function
/external/rust/crates/libc/src/unix/
Dmod.rs497 pub fn _exit(status: c_int) -> !; in _exit() function
/external/rust/crates/libc/src/
Dwasi.rs342 pub fn _exit(code: c_int) -> !; in _exit() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1704 pub fn _exit(status: ::c_int) -> !; in _exit() function
/external/python/cpython2/Lib/lib-tk/
DTkinter.py215 def _exit(code=0): function
/external/python/cpython3/Lib/tkinter/
D__init__.py295 def _exit(code=0): function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3400 pub fn _exit(status: c_int) -> !; in _exit() function