Searched defs:napi_unref_threadsafe_function (Results 1 – 2 of 2) sorted by relevance
5773 ### napi_unref_threadsafe_function subsection5800 [Error handling]: #n_api_error_handling5806 [Object lifetime management]: #n_api_object_lifetime_management5807 [Object wrap]: #n_api_object_wrap5837 [Working with JavaScript properties]: #n_api_working_with_javascript_properties5844 [`napi_add_async_cleanup_hook`]: #n_api_napi_add_async_cleanup_hook5845 [`napi_add_env_cleanup_hook`]: #n_api_napi_add_env_cleanup_hook5846 [`napi_add_finalizer`]: #n_api_napi_add_finalizer5847 [`napi_async_cleanup_hook`]: #n_api_napi_async_cleanup_hook5848 [`napi_async_complete_callback`]: #n_api_napi_async_complete_callback[all …]
1147 napi_unref_threadsafe_function(napi_env env, napi_threadsafe_function func) { in napi_unref_threadsafe_function() function