Searched refs:worker_thread (Results 1 – 10 of 10) sorted by relevance
/third_party/node/src/inspector/ |
D | worker_inspector.cc | 16 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()
|
D | worker_inspector.h | 45 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/ |
D | sbrk_mutex.c | 76 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/ |
D | prio-wake.c | 130 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/ |
D | prio-preempt.c | 161 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/ |
D | dma_thread_diotest.c | 157 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/ |
D | logging-cookbook.rst | 2949 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/ |
D | esm.md | 696 // Perform resizing in worker_thread to avoid main thread blocking
|
/third_party/libabigail/tests/data/test-diff-pkg/ |
D | spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt | 586 … 'pthread_t worker_thread' offset changed from 2048 to 2112 (in bits) (by +64 bits)
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V12.md | 4241 * The `worker_thread` module is now stable [#29512](https://github.com/nodejs/node/pull/29512)
|