Home
last modified time | relevance | path

Searched refs:context_destroy (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/lib/libc/gen/
H A Ddlfcn.c104 void (*context_destroy)(void *context) __unused) in dllockinit()
107 if (context_destroy != NULL) in dllockinit()
108 context_destroy(context); in dllockinit()
/freebsd-14.2/libexec/rtld-elf/
H A Drtld.h104 void (*context_destroy)(void *context); member
H A Drtld.c3682 void (*context_destroy)(void *context)) in dllockinit()
3691 cur_context_destroy = context_destroy; in dllockinit()