Home
last modified time | relevance | path

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

/system/bt/gd/os/
Dthread.h38 REAL_TIME, enumerator
Dalarm_benchmark.cc38 thread_ = std::make_unique<Thread>("timer_benchmark", Thread::Priority::REAL_TIME); in SetUp()
/system/bt/gd/os/linux_generic/
Dthread.cc39 if (priority == Priority::REAL_TIME) { in run()