Home
last modified time | relevance | path

Searched refs:run_function_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/
Dplatform_thread.cc39 : run_function_(func), priority_(priority), obj_(obj), name_(thread_name) { in PlatformThread()
130 run_function_(obj_); in Run()
Dplatform_thread.h81 ThreadRunFunction const run_function_ = nullptr; variable