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

/freebsd-10.1-release/lib/libc/gen/
H A Ddlfcn.c91 void (*context_destroy)(void *context))
93 if (context_destroy != NULL)
94 context_destroy(context);
/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld.h119 void (*context_destroy)(void *context); member in struct:Struct_LockInfo
H A Drtld.c2767 void (*context_destroy)(void *context))
2776 cur_context_destroy = context_destroy;

Completed in 112 milliseconds