Searched refs:native_handle (Results 1 – 8 of 8) sorted by relevance
44 int ec = pthread_cond_wait(&__cv_, lk.mutex()->native_handle()); in wait()74 int ec = pthread_cond_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait()
42 native_handle_type native_handle(); // See 30.2.3171 // native_handle_type native_handle(); // See 30.2.3197 // _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() { return __base::unlock_shared(…
34 native_handle_type native_handle();51 native_handle_type native_handle();213 native_handle_type native_handle() {return &__m_;}
50 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__m_;}314 _LIBCPP_INLINE_VISIBILITY native_handle_type native_handle() {return &__cv_;}
45 native_handle_type native_handle();305 native_handle_type native_handle() _NOEXCEPT {return __t_;}
61 native_handle_type native_handle();
57 void *(*native_handle)(apr_dbd_t *handle); member
293 return driver->native_handle(handle); in apr_dbd_native_handle()