Searched refs:func_sent (Results 1 – 1 of 1) sorted by relevance
30 static void (*func_sent) (void); variable45 if (func_sent != NULL) in thread_func()47 void (*func) (void) = func_sent; in thread_func()55 func_sent = NULL; in thread_func()73 func_sent = func; in run_on_thread()86 while (func_sent != NULL) in run_on_thread()