Searched refs:napi_tsfn_blocking (Results 1 – 4 of 4) sorted by relevance
21 napi_tsfn_blocking enumerator
54 napi_call_threadsafe_function(tsfn, NULL, napi_tsfn_blocking)); in CallIntoModule()
206 (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()
657 napi_tsfn_blocking6203 `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 thread6395 * `[in] is_blocking`: Flag whose value can be either `napi_tsfn_blocking` to6400 This API should not be called with `napi_tsfn_blocking` from a JavaScript