Searched defs:WaitForThread (Results 1 - 2 of 2) sorted by relevance

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

Completed in 157 milliseconds