Searched refs:FFRTBlockQueue (Results 1 – 3 of 3) sorted by relevance
25 template<typename T> class FFRTBlockQueue {27 explicit FFRTBlockQueue(uint32_t timeout) : timeout_(timeout) in FFRTBlockQueue() function31 ~FFRTBlockQueue() = default;
128 static FFRTBlockQueue<JsEventInfo> jsQueue_;
35 FFRTBlockQueue<JsEventInfo> JsPanel::jsQueue_{ MAX_WAIT_TIME };