Searched refs:context_destroy (Results 1 – 3 of 3) sorted by relevance
91 void (*context_destroy)(void *context)) in dllockinit()93 if (context_destroy != NULL) in dllockinit()94 context_destroy(context); in dllockinit()
122 void (*context_destroy)(void *context); member
2860 void (*context_destroy)(void *context)) in dllockinit()2869 cur_context_destroy = context_destroy; in dllockinit()