| /freebsd-13.1/tests/sys/cddl/zfs/tests/redundancy/ |
| H A D | redundancy.kshlib | 172 wait_for 20 1 is_pool_resilvered $pool 221 wait_for 20 1 is_pool_scrubbed $pool 227 wait_for 20 1 damage_dev_labels $pool $vdevs 245 wait_for 30 1 is_pool_healthy $pool 274 wait_for 20 1 check_state $pool $vdev UNAVAIL
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | condition_variable | 50 wait_for(unique_lock<mutex>& lock, 55 wait_for(unique_lock<mutex>& lock, 95 wait_for(Lock& lock, 100 wait_for(Lock& lock, 157 wait_for(_Lock& __lock, 163 wait_for(_Lock& __lock, 244 condition_variable_any::wait_for(_Lock& __lock, 253 condition_variable_any::wait_for(_Lock& __lock,
|
| H A D | future | 169 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 196 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 223 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 250 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 277 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 1085 {return __state_->wait_for(__rel_time);} 1172 {return __state_->wait_for(__rel_time);} 1254 {return __state_->wait_for(__rel_time);} 2279 {return __state_->wait_for(__rel_time);} 2349 {return __state_->wait_for(__rel_time);} [all …]
|
| H A D | __mutex_base | 311 wait_for(unique_lock<mutex>& __lk, 317 wait_for(unique_lock<mutex>& __lk, 441 condition_variable::wait_for(unique_lock<mutex>& __lk, 473 condition_variable::wait_for(unique_lock<mutex>& __lk, 518 wait_for(__lk, __tp - _Clock::now());
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 30 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for) in SBAttachInfo() argument 32 LLDB_RECORD_CONSTRUCTOR(SBAttachInfo, (const char *, bool), path, wait_for); in SBAttachInfo() 36 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo() 39 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) in SBAttachInfo() argument 42 wait_for, async); in SBAttachInfo() 46 m_opaque_sp->SetWaitForLaunch(wait_for); in SBAttachInfo()
|
| H A D | SBTarget.cpp | 528 bool wait_for, // if true wait for a new instance of "name" to be launched in AttachToProcessWithName() argument 533 listener, name, wait_for, error); in AttachToProcessWithName() 541 attach_info.SetWaitForLaunch(wait_for); in AttachToProcessWithName()
|
| /freebsd-13.1/contrib/lib9p/pytest/ |
| H A D | p9conn.py | 624 def wait_for(self, tag): member in P9Client 737 resp = self.wait_for(tag) 788 resp = self.wait_for(tag) 819 resp = self.wait_for(tag) 853 resp = self.wait_for(tag) 894 resp = self.wait_for(tag) 905 resp = self.wait_for(tag) 917 resp = self.wait_for(tag) 961 resp = self.wait_for(tag) 976 resp = self.wait_for(tag) [all …]
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/zfsd/ |
| H A D | zfsd_replace_002_pos.ksh | 63 wait_for 5 1 is_pool_unavail $TESTPOOL 70 wait_for 5 1 is_pool_healthy $TESTPOOL
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/ |
| H A D | zpool_clear_005_pos.ksh | 61 wait_for 5 1 is_pool_unavail $TESTPOOL 71 wait_for 5 1 is_pool_healthy $TESTPOOL
|
| H A D | zpool_clear_001_pos.ksh | 90 wait_for 20 1 is_pool_scrubbed $TESTPOOL1 95 wait_for 10 1 pool_clear_succeeds $TESTPOOL1 $vdev_arg
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBAttachInfo.i | 20 SBAttachInfo (const char *path, bool wait_for); 22 SBAttachInfo (const char *path, bool wait_for, bool async);
|
| H A D | SBTarget.i | 306 bool wait_for,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAttachInfo.h | 35 SBAttachInfo(const char *path, bool wait_for); 59 SBAttachInfo(const char *path, bool wait_for, bool async);
|
| H A D | SBTarget.h | 255 const char *name, bool wait_for,
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/hotplug/ |
| H A D | hotplug_001_pos.ksh | 69 wait_for 15 1 check_state $TESTPOOL ${DISK0}.nop 'REMOVED'
|
| H A D | hotplug_008_pos.ksh | 67 wait_for 15 1 check_state $TESTPOOL $DISK3.nop 'REMOVED'
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/slog/ |
| H A D | slog_006_pos.ksh | 75 wait_for 15 1 verify_slog_device $TESTPOOL $tdev ONLINE $logtype
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/scrub_mirror/ |
| H A D | scrub_mirror_common.kshlib | 61 wait_for 60 1 is_pool_scrubbed $POOL
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Predicate.h | 129 if (m_condition.wait_for(lock, *timeout, RealCond)) in WaitFor()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Options.td | 22 def wait_for: F<"wait-for">, 26 Alias<wait_for>,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Listener.cpp | 366 result = m_events_condition.wait_for(lock, *timeout); in GetEventInternal()
|
| /freebsd-13.1/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 644 wait_for 5 1 $GPART destroy -F $diskname 1333 function wait_for # timeout dt <method> [args...] function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 1661 #define __sanitizer_syscall_pre__lwp_wait(wait_for, departed) \ argument 1662 __sanitizer_syscall_pre_impl__lwp_wait((long long)(wait_for), \ 1664 #define __sanitizer_syscall_post__lwp_wait(res, wait_for, departed) \ argument 1665 __sanitizer_syscall_post_impl__lwp_wait(res, (long long)(wait_for), \ 4089 void __sanitizer_syscall_pre_impl__lwp_wait(long long wait_for, 4091 void __sanitizer_syscall_post_impl__lwp_wait(long long res, long long wait_for,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 249 if (!m_condition_queue_not_empty.wait_for(lock, *timeout, pred)) in PopPacketFromQueue()
|