Home
last modified time | relevance | path

Searched refs:this_wait (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_pthread.cpp558 waiter this_wait; in cond_wait_internal() local
563 this_wait.next = NULL; in cond_wait_internal()
606 if (this_wait.next != NULL) in cond_wait_internal()
607 this_wait.next->prev = this_wait.prev; in cond_wait_internal()
611 if (this_wait.prev != NULL) in cond_wait_internal()
612 this_wait.prev->next = this_wait.next; in cond_wait_internal()
888 struct rw_waiter this_wait; in dng_pthread_rwlock_rdlock() local
903 this_wait.next = NULL; in dng_pthread_rwlock_rdlock()
1016 struct rw_waiter this_wait; in dng_pthread_rwlock_wrlock() local
1031 this_wait.next = NULL; in dng_pthread_rwlock_wrlock()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/fixes/dng_sdk/
H A Ddng_pthread.cpp558 waiter this_wait; in cond_wait_internal() local
563 this_wait.next = NULL; in cond_wait_internal()
606 if (this_wait.next != NULL) in cond_wait_internal()
607 this_wait.next->prev = this_wait.prev; in cond_wait_internal()
611 if (this_wait.prev != NULL) in cond_wait_internal()
612 this_wait.prev->next = this_wait.next; in cond_wait_internal()
888 struct rw_waiter this_wait; in dng_pthread_rwlock_rdlock() local
903 this_wait.next = NULL; in dng_pthread_rwlock_rdlock()
1016 struct rw_waiter this_wait; in dng_pthread_rwlock_wrlock() local
1031 this_wait.next = NULL; in dng_pthread_rwlock_wrlock()
[all …]
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libtest/
H A Dwait.h55 uint32_t this_wait; in _successful() local
64 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
76 this_wait= retry * retry / 3 + 1; in _successful()
77 libtest::dream(this_wait, 0); in _successful()
85 uint32_t this_wait; in _successful() local
88 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
100 this_wait= retry * retry / 3 + 1; in _successful()
101 libtest::dream(this_wait, 0); in _successful()
H A Dserver.cc286 uint32_t this_wait= 0; in start() local
291 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in start()
307 this_wait= retry * retry / 3 + 1; in start()
308 libtest::dream(this_wait, 0); in start()
315 …Error << "Failed to ping(" << _app.pid() << ") wait: " << this_wait << " " << hostname() << ":" <<… in start()
327 this_wait, in start()
338 this_wait, in start()
350 this_wait, in start()
H A Dkillpid.cc84 uint32_t this_wait= 0; in kill_pid() local
89 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in kill_pid()
108 this_wait= retry * retry / 3 + 1; in kill_pid()
109 libtest::dream(this_wait, 0); in kill_pid()
/dports/devel/gearmand/gearmand-1.0.6/libtest/
H A Dwait.h55 uint32_t this_wait; in _successful() local
64 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
76 this_wait= retry * retry / 3 + 1; in _successful()
77 libtest::dream(this_wait, 0); in _successful()
85 uint32_t this_wait; in _successful() local
88 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
100 this_wait= retry * retry / 3 + 1; in _successful()
101 libtest::dream(this_wait, 0); in _successful()
H A Dserver.cc286 uint32_t this_wait= 0; in start() local
291 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in start()
307 this_wait= retry * retry / 3 + 1; in start()
308 libtest::dream(this_wait, 0); in start()
315 …Error << "Failed to ping(" << _app.pid() << ") wait: " << this_wait << " " << hostname() << ":" <<… in start()
327 this_wait, in start()
338 this_wait, in start()
350 this_wait, in start()
H A Dkillpid.cc84 uint32_t this_wait= 0; in kill_pid() local
89 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in kill_pid()
108 this_wait= retry * retry / 3 + 1; in kill_pid()
109 libtest::dream(this_wait, 0); in kill_pid()
/dports/databases/libmemcached/libmemcached-1.0.18/libtest/
H A Dwait.h55 uint32_t this_wait; in _successful() local
64 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
76 this_wait= retry * retry / 3 + 1; in _successful()
77 libtest::dream(this_wait, 0); in _successful()
85 uint32_t this_wait; in _successful() local
88 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _successful()
100 this_wait= retry * retry / 3 + 1; in _successful()
101 libtest::dream(this_wait, 0); in _successful()
H A Dserver.cc286 uint32_t this_wait= 0; in start() local
291 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in start()
307 this_wait= retry * retry / 3 + 1; in start()
308 libtest::dream(this_wait, 0); in start()
315 …Error << "Failed to ping(" << _app.pid() << ") wait: " << this_wait << " " << hostname() << ":" <<… in start()
327 this_wait, in start()
338 this_wait, in start()
350 this_wait, in start()
H A Dkillpid.cc84 uint32_t this_wait= 0;
89 for (waited= 0, retry= 1; ; retry++, waited+= this_wait)
108 this_wait= retry * retry / 3 + 1;
109 libtest::dream(this_wait, 0);
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_pthread.cpp633 waiter this_wait; in cond_wait_internal()
638 this_wait.next = NULL; in cond_wait_internal()
681 if (this_wait.next != NULL) in cond_wait_internal()
682 this_wait.next->prev = this_wait.prev; in cond_wait_internal()
686 if (this_wait.prev != NULL) in cond_wait_internal()
687 this_wait.prev->next = this_wait.next; in cond_wait_internal()
1031 struct rw_waiter this_wait; in dng_pthread_rwlock_rdlock()
1046 this_wait.next = NULL; in dng_pthread_rwlock_rdlock()
1199 struct rw_waiter this_wait; in dng_pthread_rwlock_wrlock()
1214 this_wait.next = NULL; in dng_pthread_rwlock_wrlock()
[all …]
/dports/dns/libbind/libbind-6.0/isc/
H A Deventlib.c155 evWait *this_wait, *next_wait; in evDestroy() local
191 for (this_wait = this_wl->first; in evDestroy()
192 revs-- > 0 && this_wait != NULL; in evDestroy()
193 this_wait = next_wait) { in evDestroy()
194 next_wait = this_wait->next; in evDestroy()
195 FREE(this_wait); in evDestroy()
199 for (this_wait = ctx->waitDone.first; in evDestroy()
200 revs-- > 0 && this_wait != NULL; in evDestroy()
201 this_wait = next_wait) { in evDestroy()
202 next_wait = this_wait->next; in evDestroy()
[all …]
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/lib/PandoraFMS/
H A DTraceroute.pm255 my @this_wait;
258 push(@this_wait, $total_wait);
270 while( @ready = $select->can_read(@this_wait)) {
292 $this_wait[0] = $end_time - $now;
/dports/net/p5-Net-Traceroute/Net-Traceroute-1.15/
H A DTraceroute.pm306 my @this_wait;
309 push(@this_wait, $total_wait);
321 while( @ready = $select->can_read(@this_wait)) {
343 $this_wait[0] = $end_time - $now;
/dports/net/p5-Net-Traceroute6/Net-Traceroute6-0.03/
H A DTraceroute6.pm222 my @this_wait = defined($total_wait) ? ($total_wait) : ();
232 while( @ready = $select->can_read(@this_wait)) {
252 $this_wait[0] = ($start_time + $total_wait) - $now;
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/conn_handler/
H A Dsocket_connection.cc510 uint this_wait= 0; in get_listener_socket() local
512 for (uint waited= 0, retry= 1; ; retry++, waited+= this_wait) in get_listener_socket()
519 this_wait= retry * retry / 3 + 1; in get_listener_socket()
520 sleep(this_wait); in get_listener_socket()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/conn_handler/
H A Dsocket_connection.cc505 uint this_wait= 0; in get_listener_socket() local
507 for (uint waited= 0, retry= 1; ; retry++, waited+= this_wait) in get_listener_socket()
514 this_wait= retry * retry / 3 + 1; in get_listener_socket()
515 sleep(this_wait); in get_listener_socket()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/conn_handler/
H A Dsocket_connection.cc510 uint this_wait= 0; in get_listener_socket() local
512 for (uint waited= 0, retry= 1; ; retry++, waited+= this_wait) in get_listener_socket()
519 this_wait= retry * retry / 3 + 1; in get_listener_socket()
520 sleep(this_wait); in get_listener_socket()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/conn_handler/
H A Dsocket_connection.cc510 uint this_wait= 0; in get_listener_socket() local
512 for (uint waited= 0, retry= 1; ; retry++, waited+= this_wait) in get_listener_socket()
519 this_wait= retry * retry / 3 + 1; in get_listener_socket()
520 sleep(this_wait); in get_listener_socket()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/conn_handler/
H A Dsocket_connection.cc505 uint this_wait= 0; in get_listener_socket() local
507 for (uint waited= 0, retry= 1; ; retry++, waited+= this_wait) in get_listener_socket()
514 this_wait= retry * retry / 3 + 1; in get_listener_socket()
515 sleep(this_wait); in get_listener_socket()
/dports/databases/mysql57-client/mysql-5.7.36/sql/conn_handler/
H A Dsocket_connection.cc505 uint this_wait= 0; in get_listener_socket() local
507 for (uint waited= 0, retry= 1; ; retry++, waited+= this_wait) in get_listener_socket()
514 this_wait= retry * retry / 3 + 1; in get_listener_socket()
515 sleep(this_wait); in get_listener_socket()
/dports/devel/gearmand/gearmand-1.0.6/libgearman-server/
H A Dgearmand.cc589 uint32_t this_wait; in _listen_init() local
593 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in _listen_init()
624 this_wait= retry * retry / 3 + 1; in _listen_init()
629 waited, this_wait, bind_timeout); in _listen_init()
632 requested.tv_sec= this_wait; in _listen_init()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/conn_handler/
H A Dsocket_connection.cc554 uint this_wait = 0; in get_listener_socket() local
556 for (uint waited = 0, retry = 1;; retry++, waited += this_wait) { in get_listener_socket()
562 this_wait = retry * retry / 3 + 1; in get_listener_socket()
563 sleep(this_wait); in get_listener_socket()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dmysqld.cc1840 uint this_wait; in network_init() local
1957 for (waited= 0, retry= 1; ; retry++, waited+= this_wait) in network_init()
1964 this_wait= retry * retry / 3 + 1; in network_init()
1965 sleep(this_wait); in network_init()

12