Home
last modified time | relevance | path

Searched refs:napi_closing (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Djs_native_api_types.h90 napi_closing, enumerator
Dnode_api.cc252 return napi_closing; in Push()
265 return napi_closing; in Acquire()
/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c90 case napi_closing: in data_source_thread()
/third_party/node/doc/api/
Dn-api.md577 napi_closing,
6190 return status of `napi_closing` in response to a call to
6197 after receiving a return value of `napi_closing` in response to a call to
6209 error value of `napi_closing`.
6214 `napi_release_threadsafe_function()` to return `napi_closing` even before its
6216 will return `napi_closing`, thus informing the threads that it is no longer
6219 of `napi_closing` from `napi_call_threadsafe_function()` a thread must not use
6341 This API will return `napi_closing` if `napi_release_threadsafe_function()` was
6389 `napi_call_threadsafe_function()` will return `napi_closing`, and no further