Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dservice_dispatcher.cpp61 thread_count_++; in ThreadEnter()
67 thread_count_--; in ThreadExit()
92 if (thread_count_ > 0) in RemoveService()
179 if (canceled_ && thread_count_ > 0) { in SetCanceled()
182 condition_.wait(lock, [this] { return !(canceled_ && thread_count_ > 0); }); in SetCanceled()
/frameworks/native/services/vr/performanced/
Dtask.h33 size_t thread_count() const { return thread_count_; } in thread_count()
59 size_t thread_count_; variable
Dtask.cpp48 thread_count_(0), in Task()
142 thread_count_ = std::strtoul(value.c_str(), nullptr, 10); in ReadStatusFields()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice_dispatcher.h96 int thread_count_ = 0; variable