Home
last modified time | relevance | path

Searched defs:Worker (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/pixelflinger2/
Dpixelflinger2.h106 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/
DWorkerContextProxy.h43 class Worker; variable
DWorkerMessagingProxy.h47 class Worker; variable
DWorker.cpp53 inline Worker::Worker(ScriptExecutionContext* context) in Worker() function in WebCore::Worker
/external/valgrind/unittest/
Datomicity_tests.cc70 void Worker() { in Worker() function
129 void Worker() { in Worker() function
Dracecheck_unittest.cc403 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 …]
Dposix_tests.cc73 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
Ddemo_tests.cc76 void Worker() { in Worker() function
474 void Worker() { Func19(); } in Worker() function
489 void Worker(int depth) { in Worker() function
Dthread_wrappers.h270 static void *Worker(void *p) { in Worker() function
Dwindows_tests.cc492 void Worker() { in Worker() function
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp331 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 …]
Dtsan_thread_wrappers_pthread.h540 static void *Worker(void *p) { in Worker() function
/external/webkit/Source/WebCore/inspector/front-end/
DWorkersSidebarPane.js97 WebInspector.Worker = function(id, url, shared) class in WebInspector
DInjectedFakeWorker.js34 Worker = function(url) class in InjectedFakeWorker
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DPipedInputStreamTest.java355 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/
Dsignalthread.h120 friend class Worker; variable
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dworker.py44 class Worker(manager_worker_broker.AbstractWorker, worker_mixin.WorkerMixin): class
/external/webkit/Source/WebCore/dom/
DEventTarget.h66 class Worker; variable