Home
last modified time | relevance | path

Searched refs:RUNTIME (Results 1 – 25 of 152) sorted by relevance

1234567

/freebsd/tools/test/stress2/misc/
H A Dshm.sh37 RUNTIME=60
52 sleep $RUNTIME
110 while (cont == 1 && (time(NULL) - start) < RUNTIME) {
134 while ((time(NULL) - start) < RUNTIME) {
191 while ((time(NULL) - start) < RUNTIME) {
H A Drename.sh95 while (time(NULL) - start < RUNTIME) {
117 while (time(NULL) - start < RUNTIME) {
H A Dswap4.sh115 while ((time(NULL) - start) < RUNTIME) {
121 if ((time(NULL) - start) >= RUNTIME)
H A Dpts.sh89 while (time(NULL) - start < RUNTIME) {
119 while (time(NULL) - start < RUNTIME) {
H A Dposix_openpt2.sh89 while (time(NULL) - start < RUNTIME / LOOPS) {
119 while (time(NULL) - start < RUNTIME / LOOPS) {
H A Dbio.sh140 alarm(2 * RUNTIME);
162 alarm(2 * RUNTIME);
208 while ((time(NULL) - start) < RUNTIME && s == 0) {
H A Dpty.sh87 while (time(NULL) - start < RUNTIME) {
154 while (time(NULL) - start < RUNTIME)
H A Dswap.sh120 while ((time(NULL) - start) < RUNTIME) {
126 if ((time(NULL) - start) >= RUNTIME)
H A Dfsync2.sh89 while (time(NULL) - start < RUNTIME) {
113 while (time(NULL) - start < RUNTIME) {
H A Dswap2.sh138 while ((time(NULL) - start) < RUNTIME) {
144 if ((time(NULL) - start) >= RUNTIME)
H A Dmmap40.sh112 while (time(NULL) - start < RUNTIME) {
144 while (time(NULL) - start < RUNTIME) {
H A Dptrace5.sh138 alarm(2 * RUNTIME);
158 sleep(RUNTIME);
H A Dfsync3.sh106 while (time(NULL) - start < RUNTIME) {
129 while (time(NULL) - start < RUNTIME) {
H A Dptrace6.sh141 alarm(RUNTIME + 60);
162 sleep(RUNTIME);
H A Dtemp.sh138 alarm(2 * RUNTIME);
140 while ((time(NULL) - now) < RUNTIME && e == 0) {
H A Dlaundry.sh113 while ((time(NULL) - start) < RUNTIME) {
143 while ((time(NULL) - start) < RUNTIME && e == 0) {
H A Dfstat.sh110 while (time(NULL) - start < RUNTIME) {
156 while ((time(NULL) - start) < RUNTIME && e == 0) {
H A Dptrace7.sh171 alarm(RUNTIME + 60);
194 sleep(RUNTIME);
H A Dkevent12.sh185 while (time(NULL) - start < RUNTIME) {
222 while (time(NULL) - start < RUNTIME) {
H A Dlink.sh122 while (time(NULL) - start < RUNTIME) {
154 while (time(NULL) - start < RUNTIME) {
H A Dexlock2.sh93 while (time(NULL) - start < RUNTIME && quit == 0) {
122 while (time(NULL) - start < RUNTIME) {
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim_l2arc.ksh77 export RUNTIME=30
86 export RUNTIME=30
89 export RUNTIME=1
/freebsd/tests/sys/cddl/zfs/tests/zvol_thrash/
H A Dzvol_thrash_001_pos.ksh108 log_note "Waiting $RUNTIME seconds for potential ZFS failure"
109 childrentimeout $RUNTIME
/freebsd/contrib/libfido2/windows/
H A Dconst.ps145 New-Variable -Name 'CFLAGS_DEBUG' -Value "${RUNTIME}d /Zi /guard:cf /sdl" `
47 New-Variable -Name 'CFLAGS_RELEASE' -Value "${RUNTIME} /Zi /guard:cf /sdl" `
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh72 export RUNTIME=10
95 export RUNTIME=1

1234567