Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_api_types.h21 napi_tsfn_blocking enumerator
/third_party/node/test/node-api/test_threadsafe_function/
Dtest_uncaught_exception.c54 napi_call_threadsafe_function(tsfn, NULL, napi_tsfn_blocking)); in CallIntoModule()
Dbinding.c206 (block_on_full ? napi_tsfn_blocking : napi_tsfn_nonblocking); in StartThreadInternal()
296 NODE_API_CALL(env, napi_call_threadsafe_function(tsfn, NULL, napi_tsfn_blocking)); in CallIntoModule()
/third_party/node/doc/api/
Dn-api.md657 napi_tsfn_blocking
6203 `napi_tsfn_blocking`, the API blocks until space becomes available in the queue.
6207 `napi_call_threadsafe_function()` should not be called with `napi_tsfn_blocking`
6381 `napi_tsfn_blocking` from the main thread or a worker thread
6395 * `[in] is_blocking`: Flag whose value can be either `napi_tsfn_blocking` to
6400 This API should not be called with `napi_tsfn_blocking` from a JavaScript