/external/mesa3d/src/pixelflinger2/ |
D | pixelflinger2.h | 106 mutable struct Worker { struct 107 const GGLInterface * iface; 108 unsigned startY, endY, varyingCount; 109 VertexOutput bV, cV, bDx, cDx; 110 int width, height; 111 bool assignedWork; // only used by main; worker uses assignCond & quit 112 bool quit; 114 pthread_cond_t assignCond; 115 pthread_mutex_t assignLock; // held by worker execpt for during cond_wait assign 116 pthread_cond_t finishCond; [all …]
|
/external/webkit/Source/WebCore/workers/ |
D | WorkerContextProxy.h | 43 class Worker; variable
|
D | WorkerMessagingProxy.h | 47 class Worker; variable
|
D | Worker.cpp | 53 inline Worker::Worker(ScriptExecutionContext* context) in Worker() function in WebCore::Worker
|
/external/valgrind/unittest/ |
D | atomicity_tests.cc | 70 void Worker() { in Worker() function 129 void Worker() { in Worker() function
|
D | racecheck_unittest.cc | 403 void Worker() { in Worker() function 696 void Worker() { in Worker() function 730 void Worker() { in Worker() function 1073 void Worker() { in Worker() function 1374 void Worker() { in Worker() function 1426 void Worker() { in Worker() function 1466 void Worker() { in Worker() function 1674 void Worker() { in Worker() function 1772 void Worker() { in Worker() function 2465 void Worker() { in Worker() function [all …]
|
D | posix_tests.cc | 73 void Worker() { in Worker() function 265 void Worker() { in Worker() function 356 void Worker() { in Worker() function 523 void Worker() { in Worker() function 547 void Worker() { in Worker() function 777 void Worker() { in Worker() function 1045 void Worker() { in Worker() function
|
D | demo_tests.cc | 76 void Worker() { in Worker() function 474 void Worker() { Func19(); } in Worker() function 489 void Worker(int depth) { in Worker() function
|
D | thread_wrappers.h | 270 static void *Worker(void *p) { in Worker() function
|
D | windows_tests.cc | 492 void Worker() { in Worker() function
|
/external/valgrind/main/drd/tests/ |
D | tsan_unittest.cpp | 331 void Worker() { in Worker() function 643 void Worker() { in Worker() function 743 void Worker() { in Worker() function 990 void Worker() { in Worker() function 1024 void Worker() { in Worker() function 1379 void Worker() { in Worker() function 1682 void Worker() { in Worker() function 1734 void Worker() { in Worker() function 1774 void Worker() { in Worker() function 1983 void Worker() { in Worker() function [all …]
|
D | tsan_thread_wrappers_pthread.h | 540 static void *Worker(void *p) { in Worker() function
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | WorkersSidebarPane.js | 97 WebInspector.Worker = function(id, url, shared) class in WebInspector
|
D | InjectedFakeWorker.js | 34 Worker = function(url) class in InjectedFakeWorker
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | PipedInputStreamTest.java | 355 static class Worker extends Thread { class in PipedInputStreamTest 358 Worker(PipedOutputStream pos) { in Worker() method in PipedInputStreamTest.Worker
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | signalthread.h | 120 friend class Worker; variable
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | worker.py | 44 class Worker(manager_worker_broker.AbstractWorker, worker_mixin.WorkerMixin): class
|
/external/webkit/Source/WebCore/dom/ |
D | EventTarget.h | 66 class Worker; variable
|