Home
last modified time | relevance | path

Searched refs:finalizer (Results 1 – 6 of 6) sorted by relevance

/src/lib/libc/csu/
H A Dlibc_start1.c82 finalizer(void) in finalizer() function
107 atexit(finalizer); in handle_static_init()
/src/contrib/libevent/
H A Dwhatsnew-2.1.txt252 on an event, and provide a finalizer callback to be run on the event
256 With event_free_finalize(), the event is also freed once the finalizer
259 A finalized event cannot be re-added or activated. The finalizer
263 If any finalizer callbacks are pending as the event_base is being
/src/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt252 on an event, and provide a finalizer callback to be run on the event
256 With event_free_finalize(), the event is also freed once the finalizer
259 A finalized event cannot be re-added or activated. The finalizer
263 If any finalizer callbacks are pending as the event_base is being
/src/crypto/krb5/
H A DREADME205 9139 Block library unloading to avoid finalizer races
/src/contrib/llvm-project/lld/ELF/
H A DOptions.td249 defm fini: Eq<"fini", "Specify a finalizer function">, MetaVarName<"<symbol>">;
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Instructions.td62 // XXX: The r600g finalizer in Mesa expects last to be one in most cases.