Home
last modified time | relevance | path

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

/third_party/node/test/node-api/test_instance_data/
Dtest_instance_data.c128 status = napi_call_threadsafe_function(data->tsfn, in ThreadsafeFunctionTestThread()
/third_party/ejdb/src/bindings/ejdb2_node/
Dnode_api.h233 napi_call_threadsafe_function(napi_threadsafe_function func,
Dejdb2_node.c1593 napi_status ns = napi_call_threadsafe_function(qs->jbn->resultset_tsf, cs, napi_tsfn_blocking); in jn_jql_stream_visitor()
1663 ns = napi_call_threadsafe_function(qs->jbn->resultset_tsf, cs, napi_tsfn_blocking); in jn_jql_stream_execute()
/third_party/node/src/
Dnode_api.h233 napi_call_threadsafe_function(napi_threadsafe_function func,
Dnode_api.cc1273 napi_call_threadsafe_function(napi_threadsafe_function func, in napi_call_threadsafe_function() function
/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c73 status = napi_call_threadsafe_function(ts_fn, &ints[index], in data_source_thread()
/third_party/node/doc/api/
Dn-api.md634 `napi_call_threadsafe_function()`.
645 `napi_acquire_threadsafe_function()` and `napi_call_threadsafe_function()`.
660 A value to be given to `napi_call_threadsafe_function()` to indicate whether
5692 `napi_call_threadsafe_function()` can be used for initiating a call into
5693 JavaScript. `napi_call_threadsafe_function()` accepts a parameter which controls
5698 `napi_call_threadsafe_function()` never blocks if the thread-safe function was
5701 `napi_call_threadsafe_function()` should not be called with `napi_tsfn_blocking`
5708 `napi_call_threadsafe_function()`. If such a callback is not given, a default
5736 `napi_call_threadsafe_function`. The queue is emptied before the
5743 `napi_call_threadsafe_function`. Data associated with the
[all …]