HomeSort by relevance Sort by last modified time
    Searched defs:start_thread (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/thread/
start_thread.c 13 struct thread *start_thread(const char *name, size_t stack_size, int prio, function
  /system/chre/host/msm/daemon/
chre_daemon.cc 96 static bool start_thread(pthread_t *thread_handle,
496 } else if (!start_thread(&data->thread, chreLpmaEnableThread, data)) {
634 } else if (!start_thread(&data->thread, chre_reverse_monitor_thread, data)) {
648 static bool start_thread(pthread_t *thread_handle, function
710 if (!start_thread(&monitor_thread, chre_monitor_thread, NULL)) {
712 } else if (!start_thread(&msg_to_host_thread, chre_message_to_host_thread,
  /system/core/liblog/tests/
liblog_test.cpp 822 static int start_thread() { function
878 EXPECT_EQ(0, start_thread());
    [all...]

Completed in 426 milliseconds