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

  /system/bt/osi/include/
thread.h 78 bool thread_is_self(const thread_t* thread);
  /system/bt/osi/test/
thread_test.cc 44 EXPECT_TRUE(thread_is_self(thread));
55 EXPECT_FALSE(thread_is_self(thread));
  /system/bt/osi/src/
thread.cc 179 bool thread_is_self(const thread_t* thread) { function

Completed in 99 milliseconds