Searched refs:on_exit (Results 1 – 8 of 8) sorted by relevance
/third_party/libuv/docs/code/spawn/ |
D | main.c | 10 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { in on_exit() function 23 options.exit_cb = on_exit; in main()
|
/third_party/libuv/docs/code/proc-streams/ |
D | main.c | 11 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { in on_exit() function 38 options.exit_cb = on_exit; in main()
|
/third_party/node/src/ |
D | node_sockaddr-inl.h | 234 auto on_exit = OnScopeLeave([&]() { CheckExpired(); }); in Upsert() local
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | mid-tier-register-allocator.cc | 865 void AddDeferredBlockSpill(int instr_index, bool on_exit, Zone* zone); 903 DeferredBlockSpill(int instr, bool on_exit) in DeferredBlockSpill() 904 : instr_index(instr), on_deferred_exit(on_exit) {} in DeferredBlockSpill() 992 bool on_exit, Zone* zone) { in AddDeferredBlockSpill() argument 997 deferred_block_spills_->emplace_back(instr_index, on_exit); in AddDeferredBlockSpill()
|
/third_party/NuttX/ |
D | ReleaseNotes | 2605 * Library: Add support for on_exit(). Implemented tcsetattr() and 2877 * on_exit(): Fix compilation errors if CONFIG_SCHED_ONEXIT is enabled. 3215 * RTOS: If both atexit() and on_exit() are enabled, use on_exit() to 3817 atexit/on_exit callbacks, waitpid data structures, and message 16254 - atexit()/on_exit(): Clear atexit()/on_exit() function pointer 31710 …#6384](https://github.com/apache/nuttx/pull/6384) libc/stdio: Generate the dummy atexit and on_exit
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 500 …nc-type' binding='global-binding' visibility='default-visibility' alias='on_exit' is-defined='yes'… 2697 <!-- on_exit --> 2698 …<elf-symbol name='on_exit' type='func-type' binding='weak-binding' visibility='default-visibility'…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 256 …nc-type' binding='global-binding' visibility='default-visibility' alias='on_exit' is-defined='yes'… 1355 …<elf-symbol name='on_exit' type='func-type' binding='weak-binding' visibility='default-visibility'…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 6511 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
|