Searched refs:run_thread (Results 1 – 2 of 2) sorted by relevance
64 static void* run_thread(void* start_arg);90 pthread_create(&ret->pthread, NULL, run_thread, &start); in thread_new_sized()195 static void* run_thread(void* start_arg) { in run_thread() function
48 pthread_t run_thread; // the pthread on which reactor_run is executing. member206 pthread_equal(pthread_self(), reactor->run_thread)) { in reactor_unregister()236 reactor->run_thread = pthread_self(); in run_reactor()