Searched refs:WaitForThread (Results 1 – 5 of 5) sorted by relevance
| /third_party/cef/tests/ceftests/ |
| D | thread_helper.h | 18 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)
|
| D | thread_helper.cc | 15 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/ |
| D | present.h | 96 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/ |
| D | d8.h | 110 void WaitForThread();
|
| D | d8.cc | 4074 void SourceGroup::WaitForThread() { in WaitForThread() function in v8::SourceGroup 4760 options.isolate_sources[i].WaitForThread(); in RunMain()
|