Home
last modified time | relevance | path

Searched refs:napi_call_threadsafe_function (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c73 status = napi_call_threadsafe_function(ts_fn, &ints[index], in data_source_thread()
296 NODE_API_CALL(env, napi_call_threadsafe_function(tsfn, NULL, napi_tsfn_blocking)); in CallIntoModule()
/third_party/node/test/node-api/test_instance_data/
Dtest_instance_data.c113 status = napi_call_threadsafe_function(data->tsfn, in ThreadsafeFunctionTestThread()
/third_party/node/src/
Dnode_api.h233 napi_call_threadsafe_function(napi_threadsafe_function func,
Dnode_api.cc1375 napi_call_threadsafe_function(napi_threadsafe_function func, in napi_call_threadsafe_function() function
/third_party/node/doc/api/
Dn-api.md644 `napi_call_threadsafe_function()`.
656 `napi_acquire_threadsafe_function()` and `napi_call_threadsafe_function()`.
672 A value to be given to `napi_call_threadsafe_function()` to indicate whether
6142 `napi_call_threadsafe_function()` can be used for initiating a call into
6143 JavaScript. `napi_call_threadsafe_function()` accepts a parameter which controls
6148 `napi_call_threadsafe_function()` never blocks if the thread-safe function was
6151 `napi_call_threadsafe_function()` should not be called with `napi_tsfn_blocking`
6158 `napi_call_threadsafe_function()`. If such a callback is not given, a default
6191 `napi_call_threadsafe_function`. The queue is emptied before the
6198 `napi_call_threadsafe_function`. Data associated with the
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md209 * Calls to `napi_call_threadsafe_function` from the main thread can now return