Home
last modified time | relevance | path

Searched refs:start_thread (Results 1 – 3 of 3) sorted by relevance

/system/chre/host/msm/daemon/
Dchre_daemon.cc73 static bool start_thread(pthread_t *thread_handle,
229 } else if (!start_thread(&data->thread, chre_reverse_monitor_thread, data)) { in init_reverse_monitor()
243 static bool start_thread(pthread_t *thread_handle, in start_thread() function
293 if (!start_thread(&monitor_thread, chre_monitor_thread, NULL)) { in main()
295 } else if (!start_thread(&msg_to_host_thread, chre_message_to_host_thread, in main()
/system/chre/host/msm/daemon/idl/
Dchre_slpi.idl28 long start_thread();
/system/core/liblog/tests/
Dliblog_test.cpp815 static int start_thread() { in start_thread() function
871 EXPECT_EQ(0, start_thread()); in TEST()