Home
last modified time | relevance | path

Searched refs:run_thread (Results 1 – 2 of 2) sorted by relevance

/system/bt/osi/src/
Dthread.cc62 static void* run_thread(void* start_arg);
87 pthread_create(&ret->pthread, NULL, run_thread, &start); in thread_new_sized()
194 static void* run_thread(void* start_arg) { in run_thread() function
Dreactor.cc47 pthread_t run_thread; // the pthread on which reactor_run is executing. member
207 pthread_equal(pthread_self(), reactor->run_thread)) { in reactor_unregister()
237 reactor->run_thread = pthread_self(); in run_reactor()