Searched refs:avc_func_stop_thread (Results 1 – 2 of 2) sorted by relevance
29 extern void (*avc_func_stop_thread) (void *)hidden;52 avc_func_stop_thread = thread_cb->func_stop_thread; in set_callbacks()106 if (avc_func_stop_thread) in avc_stop_thread()107 avc_func_stop_thread(thread); in avc_stop_thread()
41 void (*avc_func_stop_thread) (void *) = NULL; variable