Home
last modified time | relevance | path

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

/external/libcxx/src/
Dthread.cpp165 _Notify notify_; member in __thread_struct_imp
179 for (_Notify::iterator i = notify_.begin(), e = notify_.end(); in ~__thread_struct_imp()
196 notify_.push_back(pair<condition_variable*, mutex*>(cv, m)); in notify_all_at_thread_exit()