Searched refs:reactor_thread (Results 1 – 1 of 1) sorted by relevance
18 static void *reactor_thread(void *ptr) { in reactor_thread() function29 int ret = pthread_create(&thread, NULL, reactor_thread, reactor); in spawn_reactor_thread()