Searched refs:napi_ref_threadsafe_function (Results 1 – 8 of 8) sorted by relevance
148 |FUNC|napi_ref_threadsafe_function|指示在主线程上运行的事件循环在线程安全函数被销毁之前不应退出。|10|550 ### napi_ref_threadsafe_function subsection
951 status = napi_ref_threadsafe_function(env, tsFunc);1068 status = napi_ref_threadsafe_function(env, tsFunc);
6296 napi_status status = napi_ref_threadsafe_function(env, tsFunc);
461 NAPI_EXTERN napi_status napi_ref_threadsafe_function(napi_env env, napi_threadsafe_function func) in napi_ref_threadsafe_function() function
267 | napi_ref_threadsafe_function | 指示在主线程上运行的事件循环在线程安全函数被销毁之前不应退出。 |
148 |FUNC|napi_ref_threadsafe_function|Creates a reference to a thread-safe function. The event loop ru…548 ### napi_ref_threadsafe_function subsection
267 | napi_ref_threadsafe_function | Indicates that the event loop running on the main thread should no…
321 auto status = napi_ref_threadsafe_function(g_stEnv, tsFunc); in NewChildRef()8967 status = napi_ref_threadsafe_function(env, tsFunc);9007 status = napi_ref_threadsafe_function(env, nullptr);