Searched refs:napi_unref_threadsafe_function (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi_threadsafe.cpp | 978 status = napi_unref_threadsafe_function(env, tsFunc); 1005 status = napi_unref_threadsafe_function(env, tsFunc); 1008 status = napi_unref_threadsafe_function(env, tsFunc); 1036 status = napi_unref_threadsafe_function(env, tsFunc);
|
H A D | test_napi.cpp | 6304 napi_status status = napi_unref_threadsafe_function(env, tsFunc);
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | napi.md | 149 |FUNC|napi_unref_threadsafe_function|指示在主线程上运行的事件循环可能会在线程安全函数被销毁之前退出。|10| 556 ### napi_unref_threadsafe_function subsection
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_node_api.cpp | 475 NAPI_EXTERN napi_status napi_unref_threadsafe_function(napi_env env, napi_threadsafe_function func) in napi_unref_threadsafe_function() function
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | napi-data-types-interfaces.md | 268 | napi_unref_threadsafe_function | 指示在主线程上运行的事件循环可能会在线程安全函数被销毁之前退出。 |
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 149 |FUNC|napi_unref_threadsafe_function|Releases the reference to a thread-safe function. The event lo… 554 ### napi_unref_threadsafe_function subsection
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | napi-data-types-interfaces.md | 268 | napi_unref_threadsafe_function | Indicates that the event loop running on the main thread may exi…
|
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | test_napi.cpp | 328 auto status = napi_unref_threadsafe_function(g_stEnv, tsFunc); in NewChildUnRef() 9042 status = napi_unref_threadsafe_function(env, tsFunc); 9126 status = napi_unref_threadsafe_function(env, tsFunc); 9166 status = napi_unref_threadsafe_function(env, nullptr);
|