Home
last modified time | relevance | path

Searched defs:atexit (Results 1 - 25 of 25) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/exit/
H A Datexit.c3 int atexit(void (*func)(void)) in atexit() function
/third_party/musl/porting/uniproton/kernel/src/exit/
H A Datexit.c3 int atexit(void (*func)(void)) in atexit() function
/third_party/python/Lib/
H A Drlcompleter.py32 import atexit namespace
H A Dsite.py443 import atexit namespace
H A Dweakref.py572 import atexit namespace
614 def atexit(self): member in finalize
620 def atexit(sel member in finalize
[all...]
/third_party/python/Lib/test/
H A Dtest_atexit.py1 import atexit namespace
[all...]
H A D_test_atexit.py4 import atexit namespace
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dmake_distribution_archives.py7 import atexit namespace
/third_party/benchmark/bindings/python/google_benchmark/
H A D__init__.py29 import atexit namespace
/third_party/googletest/googletest/test/
H A Dgtest_test_utils.py42 import atexit namespace
/third_party/musl/src/exit/
H A Datexit.c76 int atexit(void (*func)(void)) in atexit() function
/third_party/python/Lib/test/libregrtest/
H A Dsetup.py1 import atexit namespace
/third_party/musl/porting/linux/user/src/exit/
H A Datexit.c200 int atexit(void (*func)(void)) in atexit() function
/third_party/musl/src/exit/linux/
H A Datexit.c199 int atexit(void (*func)(void)) in atexit() function
/third_party/python/Lib/multiprocessing/
H A Dutil.py14 import atexit namespace
/third_party/python/Include/internal/
H A Dpycore_interp.h158 struct atexit_state atexit; member
/third_party/python/Lib/idlelib/
H A Drun.py314 import atexit namespace
/third_party/python/Lib/logging/
H A D__init__.py2208 import atexit namespace
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs349 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs541 pub fn atexit(arg1: ::Option<unsafe extern "C" fn()>) -> c_int; in atexit() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs497 pub fn atexit(a: extern "C" fn()) -> c_int; in atexit() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1498 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1138 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3212 pub unsafe fn atexit(cb: extern "C" fn()) -> ::c_int { in atexit() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3422 pub fn atexit(cb: extern "C" fn()) -> c_int; in atexit() functions

Completed in 44 milliseconds