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

  /external/chromium/base/
condition_variable.h 161 Lock& user_lock_; member in class: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 123 milliseconds