Home
last modified time | relevance | path

Searched full:resumes (Results 1 – 25 of 129) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp71 /// Replace resumes that are not reachable from a cleanup landing pad with
74 pruneUnreachableResumes(SmallVectorImpl<ResumeInst *> &Resumes,
132 SmallVectorImpl<ResumeInst *> &Resumes, in pruneUnreachableResumes() argument
136 BitVector ResumeReachable(Resumes.size()); in pruneUnreachableResumes()
138 for (auto *RI : Resumes) { in pruneUnreachableResumes()
150 return Resumes.size(); in pruneUnreachableResumes()
156 for (size_t I = 0, E = Resumes.size(); I < E; ++I) { in pruneUnreachableResumes()
157 ResumeInst *RI = Resumes[I]; in pruneUnreachableResumes()
159 Resumes[ResumesLeft++] = RI; in pruneUnreachableResumes()
167 Resumes.resize(ResumesLeft); in pruneUnreachableResumes()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_import_export.ksh31 # Initializing automatically resumes across import/export.
38 # 5. Verify that initializing resumes and progress does not regress.
H A Dzpool_initialize_online_offline.ksh31 # Initializing automatically resumes across offline/online.
38 # 5. Verify that initializing resumes and progress does not regress.
H A Dzpool_initialize_split.ksh37 # 4. Import the new pool. Ensure initializing resumes on it.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_import_export.ksh27 # Trimming automatically resumes across import/export.
34 # 5. Verify that trimming resumes and progress does not regress.
H A Dzpool_trim_online_offline.ksh27 # Trimming automatically resumes across offline/online.
34 # 5. Verify that trimming resumes and progress does not regress.
H A Dzpool_trim_split.ksh33 # 4. Import the new pool. Ensure trimming resumes on it.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dsuspend_resume_single.ksh42 log_assert "ensure single-disk pool resumes properly after suspend and clear"
102 log_pass "single-disk pool resumes properly after disk suspend and clear"
/freebsd/lib/libdevctl/
H A Ddevctl.3163 function resumes a suspended device to a fully working state.
221 function resumes (thaws the freeze) probe and attach processing
433 the device will be resumed when the machine resumes.
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-scrub.845 Begins a scrub or resumes a paused scrub.
82 resumes it.
/freebsd/bin/sh/tests/builtins/
H A Dtrap11.03 # trap commands are executed before the script resumes.
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStack.h106 /// resumes.
109 /// resumes.
/freebsd/share/doc/psd/04.uprog/
H A Dp6251 above, that ``execution resumes at the exact point it was interrupted,''
259 resumes after the signal, returning an error code
/freebsd/share/man/man3/
H A Dpthread_resume_all_np.341 and resumes those which were previously suspended.
/freebsd/share/man/man4/
H A Ddpms.446 When the machine resumes,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_resume_export.ksh100 log_pass "Device removal thread resumes after failed export"
/freebsd/lib/libsys/
H A Dsigreturn.252 Execution resumes at the specified pc.
/freebsd/sys/contrib/device-tree/Bindings/iio/proximity/
H A Ddevantech-srf04.yaml59 When the device gets suspended it's switched off and when it resumes
/freebsd/share/man/man9/
H A Dtime.954 or a new time is read from the RTC as the system resumes,
H A Diflibdd.9241 Optional function that resumes a driver.
H A Dmi_switch.9153 After they have been rescheduled and execution resumes, threads will exit
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dattach_multiple.ksh55 # Verify resilver resumes on import.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_cert_verify_callback.pod49 the verification. Calling L<SSL_connect(3)> again resumes the connection
/freebsd/usr.sbin/ypbind/
H A Dypbind.871 assumes that the server is no longer running and resumes its network
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fflush.c127 * a read operation resumes at the correct location. in ATF_TC_BODY()

123456