Home
last modified time | relevance | path

Searched defs:worker_id (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/inspector/
Dworker_inspector.cc45 explicit WorkerFinishedRequest(uint64_t worker_id) : worker_id_(worker_id) {} in WorkerFinishedRequest()
/third_party/skia/third_party/externals/angle2/src/tests/
Dcapture_replay_tests.py417 def SetWorkerId(self, worker_id): argument
716 def RunTests(args, worker_id, job_queue, result_list, message_queue, logger, ninja_lock): argument
/third_party/cef/libcef/renderer/
Dv8_impl.cc159 void SetWorkerAttributes(int worker_id, const GURL& worker_url) { in SetWorkerAttributes()
169 int worker_id() const { return worker_id_; } in worker_id() function in __anon6b278a6b0111::CefV8IsolateManager
822 void CefV8SetWorkerAttributes(int worker_id, const GURL& worker_url) { in CefV8SetWorkerAttributes()