HomeSort by relevance Sort by last modified time
    Searched full:__cv_ (Results 1 - 25 of 29) sorted by null

1 2

  /external/libcxx/src/
condition_variable.cpp 23 pthread_cond_destroy(&__cv_);
29 pthread_cond_signal(&__cv_); variable
35 pthread_cond_broadcast(&__cv_); variable
44 int ec = pthread_cond_wait(&__cv_, lk.mutex()->native_handle());
74 int ec = pthread_cond_timedwait(&__cv_, lk.mutex()->native_handle(), &ts);
future.cpp 100 __cv_.notify_all();
128 __cv_.notify_all();
150 __cv_.notify_all();
182 __cv_.wait(__lk);
mutex.cpp 127 __cv_.wait(lk);
148 __cv_.notify_one();
177 __cv_.wait(lk);
206 __cv_.notify_one();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
condition_variable.cpp 21 pthread_cond_destroy(&__cv_);
27 pthread_cond_signal(&__cv_); variable
33 pthread_cond_broadcast(&__cv_); variable
42 int ec = pthread_cond_wait(&__cv_, lk.mutex()->native_handle());
72 int ec = pthread_cond_timedwait(&__cv_, lk.mutex()->native_handle(), &ts);
future.cpp 98 __cv_.notify_all();
126 __cv_.notify_all();
148 __cv_.notify_all();
180 __cv_.wait(__lk);
mutex.cpp 127 __cv_.wait(lk);
148 __cv_.notify_one();
177 __cv_.wait(lk);
206 __cv_.notify_one();
  /external/libcxx/include/
__std_stream 55 const codecvt<char_type, char, state_type>* __cv_;
82 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
83 __encoding_ = __cv_->encoding();
84 __always_noconv_ = __cv_->always_noconv();
137 __r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt,
196 switch (__cv_->out(*__st_, &__ci, &__ci + 1, __inxt,
242 const codecvt<char_type, char, state_type>* __cv_;
253 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
255 __always_noconv_(__cv_->always_noconv())
283 __r = __cv_->out(*__st_, pbase, pptr, __e
    [all...]
condition_variable 124 condition_variable __cv_;
169 __cv_.notify_one();
177 __cv_.notify_all();
195 __cv_.wait(__lk);
217 return __cv_.wait_until(__lk, __t);
fstream 235 const codecvt<char_type, char, state_type>* __cv_;
257 __cv_(nullptr),
268 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc());
269 __always_noconv_ = __cv_->always_noconv();
296 __cv_ = __rhs.__cv_;
408 _VSTD::swap(__cv_, __rhs.__cv_);
613 if (!__cv_)
618 __r = __cv_->in(__st_, __extbuf_, __extbufend_, __extbufnext_
    [all...]
__mutex_base 269 pthread_cond_t __cv_;
273 constexpr condition_variable() : __cv_(PTHREAD_COND_INITIALIZER) {}
275 condition_variable() {__cv_ = (pthread_cond_t)PTHREAD_COND_INITIALIZER;}
314 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__cv_;}
mutex 218 condition_variable __cv_;
248 no_timeout = __cv_.wait_until(__lk, __t) == cv_status::no_timeout;
260 condition_variable __cv_;
299 no_timeout = __cv_.wait_until(lk, __t) == cv_status::no_timeout;
locale     [all...]
future 521 mutable condition_variable __cv_;
585 __cv_.wait_until(__lk, __abs_time);
655 __cv_.notify_all();
737 __cv_.notify_all();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 55 const codecvt<char_type, char, state_type>* __cv_;
82 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
83 __encoding_ = __cv_->encoding();
84 __always_noconv_ = __cv_->always_noconv();
137 __r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt,
196 switch (__cv_->out(*__st_, &__ci, &__ci + 1, __inxt,
242 const codecvt<char_type, char, state_type>* __cv_;
253 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
255 __always_noconv_(__cv_->always_noconv())
283 __r = __cv_->out(*__st_, pbase, pptr, __e
    [all...]
condition_variable 124 condition_variable __cv_;
169 __cv_.notify_one();
177 __cv_.notify_all();
195 __cv_.wait(__lk);
217 return __cv_.wait_until(__lk, __t);
fstream 235 const codecvt<char_type, char, state_type>* __cv_;
257 __cv_(nullptr),
268 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc());
269 __always_noconv_ = __cv_->always_noconv();
296 __cv_ = __rhs.__cv_;
408 _VSTD::swap(__cv_, __rhs.__cv_);
613 if (!__cv_)
618 __r = __cv_->in(__st_, __extbuf_, __extbufend_, __extbufnext_
    [all...]
__mutex_base 272 pthread_cond_t __cv_;
276 constexpr condition_variable() : __cv_(PTHREAD_COND_INITIALIZER) {}
278 condition_variable() {__cv_ = (pthread_cond_t)PTHREAD_COND_INITIALIZER;}
317 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__cv_;}
mutex 217 condition_variable __cv_;
247 no_timeout = __cv_.wait_until(__lk, __t) == cv_status::no_timeout;
259 condition_variable __cv_;
298 no_timeout = __cv_.wait_until(lk, __t) == cv_status::no_timeout;
locale     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 55 const codecvt<char_type, char, state_type>* __cv_;
82 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
83 __encoding_ = __cv_->encoding();
84 __always_noconv_ = __cv_->always_noconv();
137 __r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt,
196 switch (__cv_->out(*__st_, &__ci, &__ci + 1, __inxt,
242 const codecvt<char_type, char, state_type>* __cv_;
253 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
255 __always_noconv_(__cv_->always_noconv())
283 __r = __cv_->out(*__st_, pbase, pptr, __e
    [all...]
condition_variable 124 condition_variable __cv_;
169 __cv_.notify_one();
177 __cv_.notify_all();
195 __cv_.wait(__lk);
217 return __cv_.wait_until(__lk, __t);
fstream 235 const codecvt<char_type, char, state_type>* __cv_;
257 __cv_(nullptr),
268 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc());
269 __always_noconv_ = __cv_->always_noconv();
296 __cv_ = __rhs.__cv_;
408 _VSTD::swap(__cv_, __rhs.__cv_);
613 if (!__cv_)
618 __r = __cv_->in(__st_, __extbuf_, __extbufend_, __extbufnext_
    [all...]
__mutex_base 272 pthread_cond_t __cv_;
276 constexpr condition_variable() : __cv_(PTHREAD_COND_INITIALIZER) {}
278 condition_variable() {__cv_ = (pthread_cond_t)PTHREAD_COND_INITIALIZER;}
317 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__cv_;}
mutex 217 condition_variable __cv_;
247 no_timeout = __cv_.wait_until(__lk, __t) == cv_status::no_timeout;
259 condition_variable __cv_;
298 no_timeout = __cv_.wait_until(lk, __t) == cv_status::no_timeout;
locale     [all...]

Completed in 1696 milliseconds

1 2