Home
last modified time | relevance | path

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

/third_party/node/src/
Djs_native_api_types.h89 napi_queue_full, enumerator
Dnode_api.cc242 return napi_queue_full; in Push()
/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c82 case napi_queue_full: in data_source_thread()
/third_party/node/doc/api/
Dn-api.md576 napi_queue_full,
6145 behaves non-blockingly, returning `napi_queue_full` if the queue was full,
6335 with a status of `napi_queue_full` whenever the queue is full.