Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dconcurrent_queue.h24 : maxConcurrency_(maxConcurrency)
66 int maxConcurrency_ {1};
H A Dqueue_attr_private.h35 int maxConcurrency_ = 1; variable
H A Dqueue_api.cpp133 (reinterpret_cast<ffrt::queue_attr_private*>(attr))->maxConcurrency_ = max_concurrency;
141 return (reinterpret_cast<ffrt::queue_attr_private*>(p))->maxConcurrency_;
H A Dconcurrent_queue.cpp51 if (concurrency_.load() < maxConcurrency_) { in Push()