Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi_threadsafe.cpp978 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 Dtest_napi.cpp6304 napi_status status = napi_unref_threadsafe_function(env, tsFunc);
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dnapi.md149 |FUNC|napi_unref_threadsafe_function|指示在主线程上运行的事件循环可能会在线程安全函数被销毁之前退出。|10|
556 ### napi_unref_threadsafe_function subsection
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp475 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 Dnapi-data-types-interfaces.md268 | napi_unref_threadsafe_function | 指示在主线程上运行的事件循环可能会在线程安全函数被销毁之前退出。 |
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dnapi.md149 |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 Dnapi-data-types-interfaces.md268 | 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 Dtest_napi.cpp328 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);