Lines Matching refs:napi_release_threadsafe_function
653 A value to be given to `napi_release_threadsafe_function()` to indicate whether
6185 Similarly, `napi_release_threadsafe_function` can be called to indicate that an
6189 the object has called `napi_release_threadsafe_function()` or has received a
6192 `napi_threadsafe_function` is destroyed. `napi_release_threadsafe_function()`
6208 associated with it, except `napi_release_threadsafe_function()`, will return an
6212 to `napi_release_threadsafe_function()`. This will cause all subsequent APIs
6214 `napi_release_threadsafe_function()` to return `napi_closing` even before its
6341 This API will return `napi_closing` if `napi_release_threadsafe_function()` was
6369 ### `napi_release_threadsafe_function`
6378 napi_release_threadsafe_function(napi_threadsafe_function func,
6420 `napi_release_threadsafe_function` are available for that purpose.