Home
last modified time | relevance | path

Searched refs:napi_add_async_cleanup_hook (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/node-api/test_async_cleanup_hook/
Dbinding.c51 napi_add_async_cleanup_hook(env, AsyncCleanupHook, data, &data->handle); in Init()
57 napi_add_async_cleanup_hook(env, AsyncCleanupHook, data, NULL); in Init()
62 napi_add_async_cleanup_hook( in Init()
/third_party/node/src/
Dnode_api.h255 NAPI_EXTERN napi_status napi_add_async_cleanup_hook(
Dnode_api.cc702 napi_status napi_add_async_cleanup_hook( in napi_add_async_cleanup_hook() function
/third_party/ejdb/src/bindings/ejdb2_node/
Dnode_api.h255 NAPI_EXTERN napi_status napi_add_async_cleanup_hook(
/third_party/node/doc/api/
Dn-api.md738 An opaque value returned by [`napi_add_async_cleanup_hook`][]. It must be passed
875 Function pointer used with [`napi_add_async_cleanup_hook`][]. It will be called
888 * `[in] data`: The data that was passed to [`napi_add_async_cleanup_hook`][].
1699 For asynchronous cleanup, [`napi_add_async_cleanup_hook`][] is available.
1720 #### napi_add_async_cleanup_hook subsubsection
1733 NAPI_EXTERN napi_status napi_add_async_cleanup_hook(
1775 created with [`napi_add_async_cleanup_hook`][].
1780 from [`napi_add_async_cleanup_hook`][].
6039 [`napi_add_async_cleanup_hook`]: #n_api_napi_add_async_cleanup_hook