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

  /external/chromium/base/synchronization/
condition_variable_posix.cc 19 , user_lock_(user_lock)
33 user_lock_->CheckHeldAndUnmark();
38 user_lock_->CheckUnheldAndMark();
58 user_lock_->CheckHeldAndUnmark();
63 user_lock_->CheckUnheldAndMark();
condition_variable.h 163 base::Lock& user_lock_; member in class:base::ConditionVariable
180 base::Lock* user_lock_; // Needed to adjust shadow lock state on wait. member in class:base::ConditionVariable
condition_variable_win.cc 16 : user_lock_(*user_lock),
40 // All contained threads should be blocked on user_lock_ by now :-).
64 AutoUnlock unlock(user_lock_); // Release caller's lock

Completed in 1067 milliseconds