Home
last modified time | relevance | path

Searched defs:AtExitUnit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/stdlib/
H A Dexit_handler.h25 struct AtExitUnit { struct
28 LIBC_INLINE constexpr AtExitUnit() = default; argument
29 LIBC_INLINE constexpr AtExitUnit(AtExitCallback *c, void *p) in AtExitUnit() function
/aosp_15_r20/external/llvm-libc/src/__support/threads/
H A Dthread.cpp24 struct AtExitUnit { struct
25 AtExitCallback *callback = nullptr;
26 void *obj = nullptr;
28 constexpr AtExitUnit(AtExitCallback *cb, void *o) : callback(cb), obj(o) {} in AtExitUnit() argument