Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/test/
Dreactor_test.cc12 static volatile bool thread_running; variable
17 thread_running = true; in reactor_thread()
19 thread_running = false; in reactor_thread()
60 EXPECT_TRUE(thread_running); in TEST_F()
64 EXPECT_FALSE(thread_running); in TEST_F()