Searched refs:do_select (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.sbin/amd/amd/ |
H A D | nfs_start.c | 99 do_select(sigset_t *mask, sigset_t *omask, int fds, fd_set *fdp, in do_select() function 262 nsel = do_select(&mask, &omask, fdsn + 1, fdsp, &tvv); in run_rpc()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | TargetList.h | 209 void AddTargetInternal(lldb::TargetSP target_sp, bool do_select);
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | TargetList.cpp | 513 void TargetList::AddTargetInternal(TargetSP target_sp, bool do_select) { in AddTargetInternal() argument 517 if (do_select) in AddTargetInternal()
|