Searched refs:thread_is_self (Results 1 – 6 of 6) sorted by relevance
37 struct thread_is_self thread_is_self; variable60 bool thread_is_self(const thread_t* thread) { in thread_is_self() function62 return test::mock::osi_thread::thread_is_self(thread); in thread_is_self()
61 struct thread_is_self { struct67 extern struct thread_is_self thread_is_self; argument
42 EXPECT_TRUE(thread_is_self(thread)); in thread_is_self_fn()53 EXPECT_FALSE(thread_is_self(thread)); in TEST_F()
78 bool thread_is_self(const thread_t* thread);
180 bool thread_is_self(const thread_t* thread) { in thread_is_self() function
222 bool thread_is_self(const thread_t* thread) { in thread_is_self() function