Searched refs:QueueAPC (Results 1 – 3 of 3) sorted by relevance
180 bool QueueAPC(PAPCFUNC apc_function, ULONG_PTR data) { in QueueAPC() function in webrtc::__anonb2f280180111::TaskQueueWin::WorkerThread181 return rtc::PlatformThread::QueueAPC(apc_function, data); in QueueAPC()221 RTC_CHECK(thread_.QueueAPC(&InitializeQueueThread, in TaskQueueWin()
74 bool QueueAPC(PAPCFUNC apc_function, ULONG_PTR data);
184 bool PlatformThread::QueueAPC(PAPCFUNC function, ULONG_PTR data) { in QueueAPC() function in rtc::PlatformThread