Home
last modified time | relevance | path

Searched refs:waited (Results 1 – 25 of 2519) sorted by relevance

12345678910>>...101

/dports/devel/nsync/nsync-1.24.0/platform/c++11/src/
H A Dtime_rep_timespec_test.cc31 nsync_time waited; in test_nsync_counter_wait_cpp() local
38 waited = nsync_time_sub (nsync_time_now (), start); in test_nsync_counter_wait_cpp()
71 nsync_time waited; in test_nsync_cv_wait_cpp() local
82 waited = nsync_time_sub (nsync_time_now (), start); in test_nsync_cv_wait_cpp()
96 waited = nsync_time_sub (nsync_time_now (), start); in test_nsync_cv_wait_cpp()
117 nsync_time waited; in test_nsync_mu_wait_cpp() local
125 waited = nsync_time_sub (nsync_time_now (), start); in test_nsync_mu_wait_cpp()
141 nsync_time waited; in test_nsync_note_wait_cpp() local
159 waited = nsync_time_sub (nsync_time_now (), start); in test_nsync_note_wait_cpp()
173 waited = nsync_time_sub (nsync_time_now (), start); in test_nsync_note_wait_cpp()
[all …]
/dports/devel/nsync/nsync-1.24.0/testing/
H A Dnote_test.c55 nsync_time waited; in test_note_unnotified() local
78 nsync_time_str (waited, 2))); in test_note_unnotified()
82 nsync_time_str (waited, 2))); in test_note_unnotified()
108 nsync_time waited; in test_note_expiry() local
121 nsync_time_str (waited, 2))); in test_note_expiry()
125 nsync_time_str (waited, 2))); in test_note_expiry()
147 nsync_time_str (waited, 2))); in test_note_expiry()
151 nsync_time_str (waited, 2))); in test_note_expiry()
175 nsync_time waited; in CLOSURE_DECL_BODY2() local
189 nsync_time_str (waited, 2))); in CLOSURE_DECL_BODY2()
[all …]
H A Dcounter_test.c47 nsync_time waited; in test_counter_non_zero() local
61 waited = nsync_time_sub (nsync_time_now (), start); in test_counter_non_zero()
62 if (nsync_time_cmp (waited, nsync_time_ms (900)) < 0) { in test_counter_non_zero()
64 nsync_time_str (waited, 2))); in test_counter_non_zero()
66 if (nsync_time_cmp (waited, nsync_time_ms (2000)) > 0) { in test_counter_non_zero()
68 nsync_time_str (waited, 2))); in test_counter_non_zero()
97 nsync_time waited; in CLOSURE_DECL_BODY2() local
105 waited = nsync_time_sub (nsync_time_now (), start); in CLOSURE_DECL_BODY2()
106 if (nsync_time_cmp (waited, nsync_time_ms (900)) < 0) { in CLOSURE_DECL_BODY2()
130 waited = nsync_time_sub (nsync_time_now (), start); in CLOSURE_DECL_BODY2()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/waiter/
H A Dwaiter_priv.h34 struct waited;
42 VTAILQ_HEAD(,waited) waithead;
50 typedef int waiter_enter_f(void *priv, struct waited *);
51 typedef void waiter_inject_f(const struct waiter *, struct waited *);
52 typedef void waiter_evict_f(const struct waiter *, struct waited *);
64 Wait_When(const struct waited *wp) in Wait_When()
70 void Wait_Call(const struct waiter *, struct waited *,
72 void Wait_HeapInsert(const struct waiter *, struct waited *);
73 int Wait_HeapDelete(const struct waiter *, const struct waited *);
74 double Wait_HeapDue(const struct waiter *, struct waited **);
H A Dcache_waiter.c49 const struct waited *aa, *bb; in v_matchproto_()
61 struct waited *pp; in v_matchproto_()
71 Wait_Call(const struct waiter *w, struct waited *wp, in Wait_Call()
84 Wait_HeapInsert(const struct waiter *w, struct waited *wp) in Wait_HeapInsert()
101 Wait_HeapDelete(const struct waiter *w, const struct waited *wp) in Wait_HeapDelete()
112 Wait_HeapDue(const struct waiter *w, struct waited **wpp) in Wait_HeapDue()
114 struct waited *wp; in Wait_HeapDue()
131 Wait_Enter(const struct waiter *w, struct waited *wp) in Wait_Enter()
/dports/devel/p5-Proc-ProcessTable/Proc-ProcessTable-0.634/contrib/
H A Dpswait8 my %waited = ();
27 $waited{$_}++;
34 $waited{$p}++ if ( $proc{$p} =~ /$_/ );
40 print "waiting after $_ \n" for ( keys %waited );
45 my $count = scalar keys(%waited);
47 while ( scalar keys(%waited) ) {
51 foreach my $p ( keys %waited ) {
54 delete $waited{$p};
57 last if (( scalar keys(%waited) < $count ) && ($endfirst));
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-query-digest/
H A Dread_timeout.t28 my ($start, $end, $waited, $timeout);
43 $waited = $end - $start;
51 $waited >= 2 && int($waited) <= 4,
52 sprintf("--read-timeout 2 waited %.1f seconds reading STDIN", $waited)
69 $waited = $end - $start;
77 $waited >= 2 && int($waited) <= 4,
78 sprintf("--read-timeout 2 waited %.1f seconds reading a file", $waited)
/dports/emulators/qemu42/qemu-4.2.1/util/
H A Dlockcnt.c92 *waited = true; in qemu_lockcnt_cmpxchg_or_wait()
114 bool waited = false; in qemu_lockcnt_inc() local
138 if (waited) { in qemu_lockcnt_inc()
156 bool waited = false; in qemu_lockcnt_dec_and_lock() local
173 if (waited) { in qemu_lockcnt_dec_and_lock()
188 if (waited) { in qemu_lockcnt_dec_and_lock()
204 bool waited = false; in qemu_lockcnt_dec_if_lock() local
214 if (waited) { in qemu_lockcnt_dec_if_lock()
228 if (waited) { in qemu_lockcnt_dec_if_lock()
238 bool waited = false; in qemu_lockcnt_lock() local
[all …]
/dports/emulators/qemu5/qemu-5.2.0/util/
H A Dlockcnt.c92 *waited = true; in qemu_lockcnt_cmpxchg_or_wait()
114 bool waited = false; in qemu_lockcnt_inc() local
139 if (waited) { in qemu_lockcnt_inc()
157 bool waited = false; in qemu_lockcnt_dec_and_lock() local
175 if (waited) { in qemu_lockcnt_dec_and_lock()
190 if (waited) { in qemu_lockcnt_dec_and_lock()
206 bool waited = false; in qemu_lockcnt_dec_if_lock() local
216 if (waited) { in qemu_lockcnt_dec_if_lock()
230 if (waited) { in qemu_lockcnt_dec_if_lock()
240 bool waited = false; in qemu_lockcnt_lock() local
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/util/
H A Dlockcnt.c92 *waited = true; in qemu_lockcnt_cmpxchg_or_wait()
114 bool waited = false; in qemu_lockcnt_inc() local
138 if (waited) { in qemu_lockcnt_inc()
156 bool waited = false; in qemu_lockcnt_dec_and_lock() local
173 if (waited) { in qemu_lockcnt_dec_and_lock()
188 if (waited) { in qemu_lockcnt_dec_and_lock()
204 bool waited = false; in qemu_lockcnt_dec_if_lock() local
214 if (waited) { in qemu_lockcnt_dec_if_lock()
228 if (waited) { in qemu_lockcnt_dec_if_lock()
238 bool waited = false; in qemu_lockcnt_lock() local
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/util/
H A Dlockcnt.c92 *waited = true; in qemu_lockcnt_cmpxchg_or_wait()
114 bool waited = false; in qemu_lockcnt_inc() local
138 if (waited) { in qemu_lockcnt_inc()
156 bool waited = false; in qemu_lockcnt_dec_and_lock() local
173 if (waited) { in qemu_lockcnt_dec_and_lock()
188 if (waited) { in qemu_lockcnt_dec_and_lock()
204 bool waited = false; in qemu_lockcnt_dec_if_lock() local
214 if (waited) { in qemu_lockcnt_dec_if_lock()
228 if (waited) { in qemu_lockcnt_dec_if_lock()
238 bool waited = false; in qemu_lockcnt_lock() local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/util/
H A Dlockcnt.c92 *waited = true; in qemu_lockcnt_cmpxchg_or_wait()
114 bool waited = false; in qemu_lockcnt_inc() local
138 if (waited) { in qemu_lockcnt_inc()
156 bool waited = false; in qemu_lockcnt_dec_and_lock() local
173 if (waited) { in qemu_lockcnt_dec_and_lock()
188 if (waited) { in qemu_lockcnt_dec_and_lock()
204 bool waited = false; in qemu_lockcnt_dec_if_lock() local
214 if (waited) { in qemu_lockcnt_dec_if_lock()
228 if (waited) { in qemu_lockcnt_dec_if_lock()
238 bool waited = false; in qemu_lockcnt_lock() local
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/util/
H A Dlockcnt.c92 *waited = true; in qemu_lockcnt_cmpxchg_or_wait()
114 bool waited = false; in qemu_lockcnt_inc() local
139 if (waited) { in qemu_lockcnt_inc()
157 bool waited = false; in qemu_lockcnt_dec_and_lock() local
175 if (waited) { in qemu_lockcnt_dec_and_lock()
190 if (waited) { in qemu_lockcnt_dec_and_lock()
206 bool waited = false; in qemu_lockcnt_dec_if_lock() local
216 if (waited) { in qemu_lockcnt_dec_if_lock()
230 if (waited) { in qemu_lockcnt_dec_if_lock()
240 bool waited = false; in qemu_lockcnt_lock() local
[all …]
/dports/emulators/qemu/qemu-6.2.0/util/
H A Dlockcnt.c92 *waited = true; in qemu_lockcnt_cmpxchg_or_wait()
114 bool waited = false; in qemu_lockcnt_inc() local
139 if (waited) { in qemu_lockcnt_inc()
157 bool waited = false; in qemu_lockcnt_dec_and_lock() local
175 if (waited) { in qemu_lockcnt_dec_and_lock()
190 if (waited) { in qemu_lockcnt_dec_and_lock()
206 bool waited = false; in qemu_lockcnt_dec_if_lock() local
216 if (waited) { in qemu_lockcnt_dec_if_lock()
230 if (waited) { in qemu_lockcnt_dec_if_lock()
240 bool waited = false; in qemu_lockcnt_lock() local
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/util/
H A Dlockcnt.c92 *waited = true; in qemu_lockcnt_cmpxchg_or_wait()
114 bool waited = false; in qemu_lockcnt_inc() local
138 if (waited) { in qemu_lockcnt_inc()
156 bool waited = false; in qemu_lockcnt_dec_and_lock() local
173 if (waited) { in qemu_lockcnt_dec_and_lock()
188 if (waited) { in qemu_lockcnt_dec_and_lock()
204 bool waited = false; in qemu_lockcnt_dec_if_lock() local
214 if (waited) { in qemu_lockcnt_dec_if_lock()
228 if (waited) { in qemu_lockcnt_dec_if_lock()
238 bool waited = false; in qemu_lockcnt_lock() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/util/
H A Dlockcnt.c92 *waited = true; in qemu_lockcnt_cmpxchg_or_wait()
114 bool waited = false; in qemu_lockcnt_inc() local
139 if (waited) { in qemu_lockcnt_inc()
157 bool waited = false; in qemu_lockcnt_dec_and_lock() local
175 if (waited) { in qemu_lockcnt_dec_and_lock()
190 if (waited) { in qemu_lockcnt_dec_and_lock()
206 bool waited = false; in qemu_lockcnt_dec_if_lock() local
216 if (waited) { in qemu_lockcnt_dec_if_lock()
230 if (waited) { in qemu_lockcnt_dec_if_lock()
240 bool waited = false; in qemu_lockcnt_lock() local
[all …]
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libtest/
H A Dwait.h54 uint32_t waited; in _successful() local
64 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
71 else if (waited >= timeout) in _successful()
84 uint32_t waited; in _successful() local
88 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
95 else if (waited >= timeout) in _successful()
/dports/devel/gearmand/gearmand-1.0.6/libtest/
H A Dwait.h54 uint32_t waited; in _successful() local
64 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
71 else if (waited >= timeout) in _successful()
84 uint32_t waited; in _successful() local
88 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
95 else if (waited >= timeout) in _successful()
/dports/databases/libmemcached/libmemcached-1.0.18/libtest/
H A Dwait.h54 uint32_t waited; in _successful() local
64 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
71 else if (waited >= timeout) in _successful()
84 uint32_t waited; in _successful() local
88 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
95 else if (waited >= timeout) in _successful()
/dports/www/mod_gnutls/mod_gnutls-0.8.4/test/
H A Dcommon.bash64 local -i waited=0
66 if [ "${waited}" -ge "${timeout}" ]; then
68 "to succeed (waited ${waited} ms)." >&2
71 waited=$((waited + step));
73 verbose_log "waiting (${waited} ms)"
75 verbose_log "done (waited ${waited} ms)"
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Python/
H A DTestHyperTreeGrid3DCursorsMandel.py166 def nonOrientedCursor( htg, waited ): argument
174 if waited and nb != waited:
178 waited = nonOrientedCursor( htg, None) variable
180 def nonOrientedGeometryCursor( htg, waited ): argument
188 if waited and nb != waited:
192 nonOrientedGeometryCursor( htg, waited)
202 if waited and nb != waited:
206 nonOrientedVonNeumannSuperCursor( htg, waited)
208 def nonOrientedMooreSuperCursor( htg, waited ): argument
216 if waited and nb != waited:
[all …]
/dports/mail/mailagent/mailagent-9a14a15/agent/pl/
H A Dacs_rqst.pl105 local($waited) = 0; # amount of time spent sleeping
138 $waited += $delay;
141 (!$lastwarn && $waited > $wmin) ||
142 ($waited - $lastwarn) > $wafter
146 &add_log("WARNING $waiting for $file lock $after $waited seconds")
148 $lastwarn = $waited;
152 &add_log("NOTICE got $file lock after $waited seconds")
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/tests/
H A Dsoak_test-interval.c66 interval input,res,waited; in test_filter_cases() local
72 ASSIGN_UP(waited,0.0/0.0); in test_filter_cases()
76 waited_low.d=LOW(waited); in test_filter_cases()
77 waited_up.d=UP(waited); in test_filter_cases()
101 waited_low.d=LOW(waited); in test_filter_cases()
102 waited_up.d=UP(waited); in test_filter_cases()
121 ASSIGN_LOW(waited,0.0); in test_filter_cases()
122 ASSIGN_UP(waited,0.0); in test_filter_cases()
126 waited_low.d=LOW(waited); in test_filter_cases()
127 waited_up.d=UP(waited); in test_filter_cases()
[all …]
/dports/math/crlibm/crlibm-1.0beta4/tests/
H A Dsoak_test-interval.c66 interval input,res,waited; in test_filter_cases() local
72 ASSIGN_UP(waited,0.0/0.0); in test_filter_cases()
76 waited_low.d=LOW(waited); in test_filter_cases()
77 waited_up.d=UP(waited); in test_filter_cases()
101 waited_low.d=LOW(waited); in test_filter_cases()
102 waited_up.d=UP(waited); in test_filter_cases()
121 ASSIGN_LOW(waited,0.0); in test_filter_cases()
122 ASSIGN_UP(waited,0.0); in test_filter_cases()
126 waited_low.d=LOW(waited); in test_filter_cases()
127 waited_up.d=UP(waited); in test_filter_cases()
[all …]
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dmovie.i71 waited= waited0= 0.0; in movie()
82 waited+= wait; in movie()
95 waited+= wait; in movie()
114 movie_timing= grow(elapsed-elapsed0, i, waited, waited0); in movie()
131 waited= timing(5)+timing(6); in movie_stats()
136 wall, waited, cpu, nframes; in movie_stats()
138 (wall-waited)/nframes, wait/(nframes>1?nframes-1:1), cpu/nframes; in movie_stats()

12345678910>>...101