Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Dffrt_block_queue.h25 template<typename T> class FFRTBlockQueue {
27 explicit FFRTBlockQueue(uint32_t timeout) : timeout_(timeout) in FFRTBlockQueue() function
31 ~FFRTBlockQueue() = default;
H A Djs_panel.h128 static FFRTBlockQueue<JsEventInfo> jsQueue_;
H A Djs_panel.cpp35 FFRTBlockQueue<JsEventInfo> JsPanel::jsQueue_{ MAX_WAIT_TIME };