Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_threadsafe_napi.cpp26 static constexpr int MAX_THREAD_SIZE = 2; variable
31 static uv_thread_t uv_threads[MAX_THREAD_SIZE];
205 MAX_THREAD_SIZE, uv_threads, FinalizeCallBack, &tsinfo, cb, &tsfun)); in StartThreadInternal()