Searched refs:__rt (Results 1 – 11 of 11) sorted by relevance
/netbsd/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/external/apache2/llvm/dist/libcxx/include/ |
H A D | __tree | 2493 __rt = static_cast<__node_pointer>(__rt->__left_); 2496 __rt = static_cast<__node_pointer>(__rt->__right_); 2515 __rt = static_cast<__node_pointer>(__rt->__left_); 2518 __rt = static_cast<__node_pointer>(__rt->__right_); 2622 __rt = static_cast<__node_pointer>(__rt->__left_); 2625 __rt = static_cast<__node_pointer>(__rt->__right_); 2650 __rt = static_cast<__node_pointer>(__rt->__left_); 2653 __rt = static_cast<__node_pointer>(__rt->__right_); 2678 __rt = static_cast<__node_pointer>(__rt->__left_); 2681 __rt = static_cast<__node_pointer>(__rt->__right_); [all …]
|
H A D | fstream | 562 __rt = this; 574 __rt = nullptr; 577 return __rt; 587 __rt = this; 599 __rt = nullptr; 602 return __rt; 615 __rt = this; 665 if (__rt) 685 return __rt; 705 __rt = this; [all …]
|
H A D | locale | 4370 wbuffer_convert* __rt = nullptr; 4373 __rt = this; 4375 __rt = nullptr; 4377 return __rt;
|
/netbsd/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/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 | 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/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()
|