Searched refs:napi_async_work (Results 1 – 7 of 7) sorted by relevance
168 napi_async_work* result);170 napi_async_work work);172 napi_async_work work);174 napi_async_work work);
8 typedef struct napi_async_work__* napi_async_work; typedef
1229 napi_async_work* result) { in napi_create_async_work()1253 *result = reinterpret_cast<napi_async_work>(work); in napi_create_async_work()1259 napi_async_work work) { in napi_delete_async_work()1276 napi_async_work work) { in napi_queue_async_work()1291 napi_async_work work) { in napi_cancel_async_work()
14 napi_async_work _request;164 napi_async_work work;
64 napi_async_work work; in AsyncWorkCallback()
5477 Node-API defines the `napi_async_work` structure which is used to manage5511 napi_async_work work);5540 napi_async_work* result);5557 * `[out] result`: `napi_async_work*` which is the handle to the newly created5582 napi_async_work work);5603 napi_async_work work);5613 with the same `napi_async_work` item or the result will be undefined.5624 napi_async_work work);
1427 + napi_async_work work;