Home
last modified time | relevance | path

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

/third_party/node/test/node-api/test_async_cleanup_hook/
Dbinding.c8 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) { in MustNotCall()
15 napi_async_cleanup_hook_handle handle;
37 static void AsyncCleanupHook(napi_async_cleanup_hook_handle handle, void* arg) { in AsyncCleanupHook()
89 napi_async_cleanup_hook_handle must_not_call_handle; in Init()
/third_party/node/src/
Dnode_api_types.h45 typedef struct napi_async_cleanup_hook_handle__* napi_async_cleanup_hook_handle; typedef
46 typedef void (*napi_async_cleanup_hook)(napi_async_cleanup_hook_handle handle,
Dnode_api.h259 napi_async_cleanup_hook_handle* remove_handle);
262 napi_async_cleanup_hook_handle remove_handle);
/third_party/node/doc/api/
Dn-api.md730 #### `napi_async_cleanup_hook_handle`
962 typedef void (*napi_async_cleanup_hook)(napi_async_cleanup_hook_handle handle,
1924 napi_async_cleanup_hook_handle* remove_handle);
1963 napi_async_cleanup_hook_handle remove_handle);
1971 This must be called on any `napi_async_cleanup_hook_handle` value obtained