HomeSort by relevance Sort by last modified time
    Searched refs:_runFunction (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
thread_posix.h 46 ThreadRunFunction _runFunction;
thread_posix.cc 68 : _runFunction(func),
126 if (!_runFunction)
150 _runFunction = NULL;
308 if (_runFunction)
310 if (!_runFunction(_obj))

Completed in 48 milliseconds