Searched refs:DoDelayPost (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/rtc_base/ |
D | thread.cc | 565 return DoDelayPost(posted_from, delay_ms, TimeAfter(delay_ms), phandler, id, in PostDelayed() 574 return DoDelayPost(posted_from, TimeUntil(run_at_ms), run_at_ms, phandler, id, in PostAt() 578 void Thread::DoDelayPost(const Location& posted_from, in DoDelayPost() function in rtc::Thread
|
D | thread.h | 499 void DoDelayPost(const Location& posted_from,
|