Lines Matching refs:worker
104 napi_delete_async_work(env, optionsInfo->worker);
108 reinterpret_cast<void*>(optionsInfo_), &optionsInfo_->worker);
109 napi_queue_async_work_with_qos(env, optionsInfo_->worker, napi_qos_user_initiated);
163 NAPI_CALL(env, napi_delete_async_work(env, stdOutInfo_->worker));
191 NAPI_CALL(env, napi_delete_async_work(env, stdErrInfo_->worker));
260 reinterpret_cast<void*>(stdOutInfo_), &stdOutInfo_->worker);
261 napi_queue_async_work_with_qos(env, stdOutInfo_->worker, napi_qos_user_initiated);
275 reinterpret_cast<void*>(stdErrInfo_), &stdErrInfo_->worker);
276 napi_queue_async_work_with_qos(env, stdErrInfo_->worker, napi_qos_user_initiated);
309 napi_delete_async_work(env, stdOutInfo->worker);
344 napi_delete_async_work(env, stdErrInfo->worker);