Searched refs:__rt (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/ |
H A D | nanosleep.h | 42 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 | __tree | 2488 __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 D | fstream | 558 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 D | locale | 4370 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 D | shared_mutex | 476 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 D | mutex | 147 auto __rt = chrono::duration_cast<__clock::duration>(__rtime); 149 ++__rt; 150 return _M_try_lock_until(__clock::now() + __rt);
|
H A D | valarray | 132 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 D | shared_mutex | 481 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 D | mutex | 161 auto __rt = chrono::duration_cast<__clock::duration>(__rtime); 163 ++__rt; 164 return _M_try_lock_until(__clock::now() + __rt);
|
H A D | valarray | 132 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 D | atomic_timed_wait.h | 87 struct timespec __rt = in _GLIBCXX_VISIBILITY() local 96 __old, &__rt, nullptr, in _GLIBCXX_VISIBILITY()
|