Searched refs:avc_func_stop_thread (Results 1 – 2 of 2) sorted by relevance
28 extern void (*avc_func_stop_thread) (void *);55 avc_func_stop_thread = thread_cb->func_stop_thread; in set_callbacks()111 if (avc_func_stop_thread) in avc_stop_thread()112 avc_func_stop_thread(thread); in avc_stop_thread()
42 void (*avc_func_stop_thread) (void *) = NULL; variable