Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dthread.h38 REAL_TIME, enumerator
Dalarm_benchmark.cc38 thread_ = std::make_unique<Thread>("timer_benchmark", Thread::Priority::REAL_TIME); in SetUp()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dthread.cc40 if (priority == Priority::REAL_TIME) { in run()
/packages/modules/Bluetooth/system/gd/
Dmodule_state_dumper_unittest.cc144 new bluetooth::os::Thread("Name", bluetooth::os::Thread::Priority::REAL_TIME); in TEST_F()
Dmodule_jniloop_unittest.cc220 new bluetooth::os::Thread("Name", bluetooth::os::Thread::Priority::REAL_TIME); in TEST_F()
Dmodule_mainloop_unittest.cc219 new bluetooth::os::Thread("Name", bluetooth::os::Thread::Priority::REAL_TIME); in TEST_F()
Dmodule_gdx_unittest.cc343 new bluetooth::os::Thread("Name", bluetooth::os::Thread::Priority::REAL_TIME); in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dstack.cc142 new os::Thread("gd_stack_thread", os::Thread::Priority::REAL_TIME); in Start()