Searched refs:napi_call_threadsafe_function (Results 1 – 6 of 6) sorted by relevance
73 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()
113 status = napi_call_threadsafe_function(data->tsfn, in ThreadsafeFunctionTestThread()
233 napi_call_threadsafe_function(napi_threadsafe_function func,
1375 napi_call_threadsafe_function(napi_threadsafe_function func, in napi_call_threadsafe_function() function
644 `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 whether6142 `napi_call_threadsafe_function()` can be used for initiating a call into6143 JavaScript. `napi_call_threadsafe_function()` accepts a parameter which controls6148 `napi_call_threadsafe_function()` never blocks if the thread-safe function was6151 `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 default6191 `napi_call_threadsafe_function`. The queue is emptied before the6198 `napi_call_threadsafe_function`. Data associated with the[all …]
209 * Calls to `napi_call_threadsafe_function` from the main thread can now return