Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dreactor_test.cpp16 static volatile bool thread_running; variable
21 thread_running = true; in reactor_thread()
23 thread_running = false; in reactor_thread()
68 EXPECT_TRUE(thread_running); in TEST_F()
72 EXPECT_FALSE(thread_running); in TEST_F()