Home
last modified time | relevance | path

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

/freebsd/lib/libc/csu/
H A Dlibc_start1.c81 finalizer(void) in finalizer() function
106 atexit(finalizer); in handle_static_init()
/freebsd/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
/freebsd/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
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td249 defm fini: Eq<"fini", "Specify a finalizer function">, MetaVarName<"<symbol>">;
/freebsd/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.