Searched refs:run_thread (Results 1 – 2 of 2) sorted by relevance
59 static void *run_thread(void *start_arg);87 pthread_create(&ret->pthread, NULL, run_thread, &start); in thread_new_sized()182 static void *run_thread(void *start_arg) { in run_thread() function
45 pthread_t run_thread; // the pthread on which reactor_run is executing. member201 if (reactor->is_running && pthread_equal(pthread_self(), reactor->run_thread)) { in reactor_unregister()230 reactor->run_thread = pthread_self(); in run_reactor()