Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dthread_checker_impl.cc19 ThreadCheckerImpl::ThreadCheckerImpl() : valid_thread_(CurrentThreadRef()) { in ThreadCheckerImpl()
26 const PlatformThreadRef current_thread = CurrentThreadRef(); in CalledOnValidThread()
Dplatform_thread.h25 PlatformThreadRef CurrentThreadRef();
Dplatform_thread.cc42 PlatformThreadRef CurrentThreadRef() { in CurrentThreadRef() function