Home
last modified time | relevance | path

Searched refs:worker_thread (Results 1 – 10 of 10) sorted by relevance

/third_party/node/src/inspector/
Dworker_inspector.cc16 std::shared_ptr<node::inspector::MainThreadHandle> worker_thread, in WorkerStartedRequest() argument
20 info_(BuildWorkerTitle(id, name), url, worker_thread), in WorkerStartedRequest()
41 if (info.worker_thread) in Report()
42 delegate->WorkerCreated(info.title, info.url, waiting, info.worker_thread); in Report()
76 std::shared_ptr<MainThreadHandle> worker_thread, bool waiting) { in WorkerStarted() argument
78 new WorkerStartedRequest(id_, url_, worker_thread, waiting, name_)); in WorkerStarted()
95 if (info.worker_thread->Expired()) in WorkerStarted()
Dworker_inspector.h45 std::shared_ptr<MainThreadHandle> worker_thread) in WorkerInfo()
48 worker_thread(worker_thread) {} in WorkerInfo()
51 std::shared_ptr<MainThreadHandle> worker_thread; member
67 void WorkerStarted(std::shared_ptr<MainThreadHandle> worker_thread,
/third_party/ltp/testcases/realtime/func/pi-tests/
Dsbrk_mutex.c76 void *worker_thread(void *arg) in worker_thread() function
134 create_fifo_thread(worker_thread, (void *)t, in main()
/third_party/ltp/testcases/realtime/func/prio-wake/
Dprio-wake.c130 void *worker_thread(void *arg) in worker_thread() function
209 create_fifo_thread(worker_thread, (void *)(intptr_t) i, prio); in main()
/third_party/ltp/testcases/realtime/func/prio-preempt/
Dprio-preempt.c161 void *worker_thread(void *arg) in worker_thread() function
265 create_fifo_thread(worker_thread, (void *)(intptr_t) i, in master_thread()
/third_party/ltp/testcases/kernel/io/direct_io/
Ddma_thread_diotest.c157 static void *worker_thread(void *arg) in worker_thread() function
290 worker_thread, worker + j); in dma_thread_diotest_verify()
/third_party/python/Doc/howto/
Dlogging-cookbook.rst2949 self.worker_thread = QtCore.QThread()
2951 self.worker_thread.setObjectName('WorkerThread') # for qThreadName
2952 self.worker.moveToThread(self.worker_thread)
2954 self.worker_thread.start()
2959 self.worker_thread.requestInterruption()
2960 if self.worker_thread.isRunning():
2961 self.worker_thread.quit()
2962 self.worker_thread.wait()
2968 if self.worker_thread.isRunning():
/third_party/node/doc/api/
Desm.md696 // Perform resizing in worker_thread to avoid main thread blocking
/third_party/libabigail/tests/data/test-diff-pkg/
Dspice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt586 … 'pthread_t worker_thread' offset changed from 2048 to 2112 (in bits) (by +64 bits)
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md4241 * The `worker_thread` module is now stable [#29512](https://github.com/nodejs/node/pull/29512)