Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dplatform_thread.cc97 : run_function_(func), in PlatformThread()
185 if (!run_function_(obj_)) in PlatformThread()
Dplatform_thread.h77 ThreadRunFunction const run_function_; variable