Home
last modified time | relevance | path

Searched refs:thread_is_self (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/osi/test/
H A Dthread_test.cc44 EXPECT_TRUE(thread_is_self(thread)); in thread_is_self_fn()
55 EXPECT_FALSE(thread_is_self(thread)); in TEST_F()
/aosp12/system/bt/osi/include/
H A Dthread.h78 bool thread_is_self(const thread_t* thread);
/aosp12/system/bt/osi/src/
H A Dthread.cc177 bool thread_is_self(const thread_t* thread) { in thread_is_self() function
/aosp12/system/bt/test/stub/
H A Dosi.cc249 bool thread_is_self(const thread_t* thread) { in thread_is_self() function