Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dthread_helper.h18 void WaitForThread(CefThreadId thread_id, int64 delay_ms = 0);
19 void WaitForThread(CefRefPtr<CefTaskRunner> task_runner, int64 delay_ms = 0);
21 #define WaitForIOThread() WaitForThread(TID_IO)
22 #define WaitForUIThread() WaitForThread(TID_UI)
23 #define WaitForFILEThread() WaitForThread(TID_FILE_USER_VISIBLE)
24 #define WaitForIOThreadWithDelay(delay_ms) WaitForThread(TID_IO, delay_ms)
25 #define WaitForUIThreadWithDelay(delay_ms) WaitForThread(TID_UI, delay_ms)
27 WaitForThread(TID_FILE_USER_VISIBLE, delay_ms)
Dthread_helper.cc15 void WaitForThread(CefThreadId thread_id, int64 delay_ms) { in WaitForThread() function
22 void WaitForThread(CefRefPtr<CefTaskRunner> task_runner, int64 delay_ms) { in WaitForThread() function
/third_party/mesa3d/include/d3dadapter/
Dpresent.h96 BOOL (WINAPI *WaitForThread)(ID3DPresent *This, HANDLE thread);
132 #define ID3DPresent_WaitForThread(p,a) (p)->lpVtbl->WaitForThread(p,a)
/third_party/node/deps/v8/src/d8/
Dd8.h110 void WaitForThread();
Dd8.cc4074 void SourceGroup::WaitForThread() { in WaitForThread() function in v8::SourceGroup
4760 options.isolate_sources[i].WaitForThread(); in RunMain()