Home
last modified time | relevance | path

Searched refs:WaitForThread (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/include/d3dadapter/
Dpresent.h96 BOOL (WINAPI *WaitForThread)(ID3DPresent *This, HANDLE thread);
132 #define ID3DPresent_WaitForThread(p,a) (p)->lpVtbl->WaitForThread(p,a)
/external/v8/src/
Dd8.h117 void WaitForThread();
256 void WaitForThread();
Dd8.cc2201 void SourceGroup::WaitForThread() { in WaitForThread() function in v8::SourceGroup
2294 void Worker::WaitForThread() { in WaitForThread() function in v8::Worker
2561 options.isolate_sources[i].WaitForThread(); in RunMain()
2813 worker->WaitForThread(); in CleanupWorkers()