Searched refs:napi_add_async_cleanup_hook (Results 1 – 5 of 5) sorted by relevance
51 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()
255 NAPI_EXTERN napi_status napi_add_async_cleanup_hook(
702 napi_status napi_add_async_cleanup_hook( in napi_add_async_cleanup_hook() function
738 An opaque value returned by [`napi_add_async_cleanup_hook`][]. It must be passed875 Function pointer used with [`napi_add_async_cleanup_hook`][]. It will be called888 * `[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 subsubsection1733 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