Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dnanosleep.h42 int __rt = usleep(__micro_sec); in nanosleep() local
43 if (__rt != 0 && __rem) { in nanosleep()
51 return __rt; in nanosleep()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__tree2488 __node_pointer __rt = __root();
2489 while (__rt != nullptr)
2491 if (value_comp()(__k, __rt->__value_))
2493 __rt = static_cast<__node_pointer>(__rt->__left_);
2495 else if (value_comp()(__rt->__value_, __k))
2496 __rt = static_cast<__node_pointer>(__rt->__right_);
2509 __node_pointer __rt = __root();
2510 while (__rt != nullptr)
2512 if (value_comp()(__k, __rt->__value_))
2514 __result = static_cast<__iter_pointer>(__rt);
[all …]
H A Dfstream558 basic_filebuf<_CharT, _Traits>* __rt = nullptr;
562 __rt = this;
570 __rt = nullptr;
574 __rt = nullptr;
577 return __rt;
584 basic_filebuf<_CharT, _Traits>* __rt = nullptr;
587 __rt = this;
595 __rt = nullptr;
599 __rt = nullptr;
602 return __rt;
[all …]
H A Dlocale4370 wbuffer_convert* __rt = nullptr;
4373 __rt = this;
4375 __rt = nullptr;
4377 return __rt;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dshared_mutex476 auto __rt = chrono::duration_cast<__clock_t::duration>(__rtime);
478 ++__rt;
479 return try_lock_until(__clock_t::now() + __rt);
492 auto __rt = chrono::duration_cast<__clock_t::duration>(__rtime);
494 ++__rt;
495 return try_lock_shared_until(__clock_t::now() + __rt);
H A Dmutex147 auto __rt = chrono::duration_cast<__clock::duration>(__rtime);
149 ++__rt;
150 return _M_try_lock_until(__clock::now() + __rt);
H A Dvalarray132 typedef typename __fun<_Op, _Tp>::result_type __rt;
133 typedef _Expr<_UnClos<_Op, _ValArray, _Tp>, __rt> _Rt;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dshared_mutex481 auto __rt = chrono::duration_cast<__clock_t::duration>(__rtime);
483 ++__rt;
484 return try_lock_until(__clock_t::now() + __rt);
497 auto __rt = chrono::duration_cast<__clock_t::duration>(__rtime);
499 ++__rt;
500 return try_lock_shared_until(__clock_t::now() + __rt);
H A Dmutex161 auto __rt = chrono::duration_cast<__clock::duration>(__rtime);
163 ++__rt;
164 return _M_try_lock_until(__clock::now() + __rt);
H A Dvalarray132 typedef typename __fun<_Op, _Tp>::result_type __rt;
133 typedef _Expr<_UnClos<_Op, _ValArray, _Tp>, __rt> _Rt;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Datomic_timed_wait.h87 struct timespec __rt = in _GLIBCXX_VISIBILITY() local
96 __old, &__rt, nullptr, in _GLIBCXX_VISIBILITY()