Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dtask_queue_win.cc180 bool QueueAPC(PAPCFUNC apc_function, ULONG_PTR data) { in QueueAPC() function in webrtc::__anonb2f280180111::TaskQueueWin::WorkerThread
181 return rtc::PlatformThread::QueueAPC(apc_function, data); in QueueAPC()
221 RTC_CHECK(thread_.QueueAPC(&InitializeQueueThread, in TaskQueueWin()
Dplatform_thread.h74 bool QueueAPC(PAPCFUNC apc_function, ULONG_PTR data);
Dplatform_thread.cc184 bool PlatformThread::QueueAPC(PAPCFUNC function, ULONG_PTR data) { in QueueAPC() function in rtc::PlatformThread