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

/system/bt/osi/src/
H A Dreactor.cc47 pthread_t run_thread; // the pthread on which reactor_run is executing. member in struct:reactor_t
48 bool is_running; // indicates whether |run_thread| is valid.
207 pthread_equal(pthread_self(), reactor->run_thread)) {
237 reactor->run_thread = pthread_self();
H A Dthread.cc62 static void* run_thread(void* start_arg);
87 pthread_create(&ret->pthread, NULL, run_thread, &start);
194 static void* run_thread(void* start_arg) { function

Completed in 156 milliseconds