Home
last modified time | relevance | path

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

/trueos/lib/libc/gen/
HDdlfcn.c91 void (*context_destroy)(void *context)) in dllockinit()
93 if (context_destroy != NULL) in dllockinit()
94 context_destroy(context); in dllockinit()
/trueos/libexec/rtld-elf/
HDrtld.h122 void (*context_destroy)(void *context); member
HDrtld.c2860 void (*context_destroy)(void *context)) in dllockinit()
2869 cur_context_destroy = context_destroy; in dllockinit()