Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dsimple_thread.h125 bool HasStartBeenAttempted() { return start_called_; } in HasStartBeenAttempted()
151 bool start_called_ = false; variable
Dsimple_thread.cc48 start_called_ = true; in StartAsync()