Home
last modified time | relevance | path

Searched refs:waiting (Results 1 – 25 of 8221) sorted by relevance

12345678910>>...329

/dports/benchmarks/py-naarad/naarad-1.0.15/examples/logs/
H A Diostat.out2 2012-03-30T22:34:30 0 insert buffer thread waiting for completed aio requests
3 2012-03-30T22:34:30 1 log thread waiting for completed aio requests
4 2012-03-30T22:34:30 2 read thread waiting for completed aio requests
5 2012-03-30T22:34:30 3 read thread waiting for completed aio requests
6 2012-03-30T22:34:30 4 read thread waiting for completed aio requests
7 2012-03-30T22:34:30 5 read thread waiting for completed aio requests
8 2012-03-30T22:34:30 6 write thread waiting for completed aio requests
9 2012-03-30T22:34:30 7 write thread waiting for completed aio requests
10 2012-03-30T22:34:30 8 write thread waiting for completed aio requests
11 2012-03-30T22:34:30 9 write thread waiting for completed aio requests
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libthread/
H A Dwait.c13 } waiting; variable
35 me.r.l = &waiting.lk; in procwait()
37 qlock(&waiting.lk); in procwait()
41 waiting.msg[i] = waiting.msg[--waiting.nmsg]; in procwait()
50 waiting.head = &me; in procwait()
55 if(waiting.muxer) in procwait()
57 waiting.muxer = 1; in procwait()
77 waiting.msg = realloc(waiting.msg, (waiting.nmsg+1)*sizeof waiting.msg[0]); in procwait()
80 waiting.msg[waiting.nmsg++] = msg; in procwait()
83 waiting.muxer = 0; in procwait()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/concurrency/
H A DMutex-portability.h33 timespec waiting = *ts; in thrift_pthread_timedlock_impl() local
37 delay.tv_sec = waiting.tv_sec / 20; in thrift_pthread_timedlock_impl()
38 delay.tv_nsec = ((waiting.tv_sec % 20) * 50000000) + (waiting.tv_nsec / 20); in thrift_pthread_timedlock_impl()
50 delay = waiting; in thrift_pthread_timedlock_impl()
57 ++waiting.tv_sec; in thrift_pthread_timedlock_impl()
58 waiting.tv_nsec = rem.tv_nsec - (1000000000 - waiting.tv_nsec); in thrift_pthread_timedlock_impl()
62 waiting.tv_sec += rem.tv_sec; in thrift_pthread_timedlock_impl()
65 --waiting.tv_sec; in thrift_pthread_timedlock_impl()
66 waiting.tv_nsec = 1000000000 - (delay.tv_nsec - waiting.tv_nsec); in thrift_pthread_timedlock_impl()
70 waiting.tv_sec -= delay.tv_sec; in thrift_pthread_timedlock_impl()
[all …]
/dports/mail/nextcloud-mail/mail/vendor/amphp/amp/lib/Internal/
H A DProducer.php38 private $waiting; variable
50 if ($this->waiting !== null) {
71 $this->waiting = new Deferred;
140 if ($this->waiting !== null) {
141 $waiting = $this->waiting;
142 $this->waiting = null;
143 $waiting->resolve(true);
191 $waiting = $this->waiting;
192 $this->waiting = null;
207 $waiting = $this->waiting;
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/ressources/FMDP/elev/
H A Delev2.dat1 …riables (p1state waiting served inside gone) (p2state waiting served inside gone) (p3state waiting
13 p1state (p1state (waiting (1.0 0.0 0.0 0.0))
17 p2state (p2state (waiting (1.0 0.0 0.0 0.0))
21 p3state (p3state (waiting (1.0 0.0 0.0 0.0))
25 p4state (p4state (waiting (1.0 0.0 0.0 0.0))
41 p1state (p1state (waiting (1.0 0.0 0.0 0.0))
45 p2state (p2state (waiting (1.0 0.0 0.0 0.0))
158 reward [+ (p1state (waiting (0.0))
162 (p2state (waiting (0.0))
166 (p3state (waiting (0.0))
[all …]
/dports/science/simlib/simlib/src/
H A Dbarrier.cc33 waiting(0), n(0), maxn(height) in Barrier()
56 delete[] waiting; in ~Barrier()
66 waiting[n++] = e; in Enter()
82 waiting[n++] = Current; in Wait()
103 waiting[i]->Activate(); in Break()
104 waiting[i] = 0; in Break()
132 new_w[i] = waiting[i]; in ChangeHeight()
134 waiting = new_w; in ChangeHeight()
147 waiting[i] = 0; in Clear()
157 if (waiting[i]) in Output()
[all …]
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/tests/qa/
H A Dtest_qa_mysqlx_crud_collection_find.py688 waiting,
695 waiting,
757 waiting,
764 waiting,
828 waiting,
835 waiting,
899 waiting,
906 waiting,
974 waiting,
981 waiting,
[all …]
/dports/ftp/lftp/lftp-4.9.2/src/
H A DJob.cc73 waiting.unset(); in PrepareToDie()
115 return waiting[i]; in FindDoneAwaitedJob()
135 waiting[i]=to; in ReplaceWaiting()
144 waiting.append(j); in AddWaiting()
174 r->waiting.move_here(j->waiting); in Kill()
333 if(waiting[i]->jobno<0 && waiting[i]!=this && !waiting[i]->cmdline) in FormatOneJob()
355 if(waiting[i]!=this && waiting[i]->parent==this) in FormatJobs()
471 waiting[i]->Bg(); in Bg()
487 waiting[i]->Fg(); in Fg()
501 Job *new_waiting=waiting[i]->waiting[0]; in AcceptSig()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/threads/test/
H A DTestEvent.cpp28 volatile bool waiting; member in waiter
34 waiting = true; in Run()
36 waiting = false; in Run()
47 volatile bool waiting; member in timed_waiter
53 waiting = true; in Run()
56 waiting = false; in Run()
66 bool waiting; member in group_wait
73 waiting = true; in Run()
78 waiting = false; in Run()
535 waiting = true; in Run()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_threads.cpp47 void fun(std::condition_variable* s, std::mutex* m, int* waiting, int i) in fun() argument
51 *waiting += 1; in fun()
59 *waiting += 1; in increment()
69 *waiting += 1; in decrement()
83 int waiting = 0; in TORRENT_TEST() local
86 threads.emplace_back(&fun, &cond, &m, &waiting, i); in TORRENT_TEST()
91 while (waiting < 20) in TORRENT_TEST()
104 waiting = 0; in TORRENT_TEST()
108 threads.emplace_back(&increment, &cond, &m, &waiting, &c); in TORRENT_TEST()
109 threads.emplace_back(&decrement, &cond, &m, &waiting, &c); in TORRENT_TEST()
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_threads.cpp47 void fun(std::condition_variable* s, std::mutex* m, int* waiting, int i) in fun() argument
51 *waiting += 1; in fun()
59 *waiting += 1; in increment()
69 *waiting += 1; in decrement()
83 int waiting = 0; in TORRENT_TEST() local
86 threads.emplace_back(&fun, &cond, &m, &waiting, i); in TORRENT_TEST()
91 while (waiting < 20) in TORRENT_TEST()
104 waiting = 0; in TORRENT_TEST()
108 threads.emplace_back(&increment, &cond, &m, &waiting, &c); in TORRENT_TEST()
109 threads.emplace_back(&decrement, &cond, &m, &waiting, &c); in TORRENT_TEST()
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/dat/
H A DArc-loca.lua183 des.monster({ id='human mummy', x=55, y=03, waiting=1 })
184 des.monster({ id='human mummy', x=53, y=04, waiting=1 })
185 des.monster({ id='human mummy', x=52, y=10, waiting=1 })
186 des.monster({ id='human mummy', x=52, y=14, waiting=1 })
187 des.monster({ id='human mummy', x=57, y=16, waiting=1 })
188 des.monster({ id='human mummy', x=63, y=05, waiting=1 })
189 des.monster({ id='human mummy', x=67, y=04, waiting=1 })
190 des.monster({ id='human mummy', x=66, y=08, waiting=1 })
191 des.monster({ id='human mummy', x=71, y=01, waiting=1 })
192 des.monster({ id='human mummy', x=75, y=01, waiting=1 })
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/cmd/mockbackend/testcases/i484/
H A Di484.yaml29 "a.waiting":
30 pathExpression: "a.waiting"
32 - metricName: "a.waiting"
37 - metricName: "a.waiting"
41 "a.{open,waiting}":
44 - metricName: "a.waiting"
55 "a.waiting":
56 pathExpression: "a.waiting"
58 - metricName: "a.waiting"
63 - metricName: "a.waiting"
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kproc/
H A Dsem.c58 volatile uint32_t waiting; member
71 if ( self -> waiting != 0 ) in KSemaphoreWhack()
167 -- self -> waiting; in KSemaphoreWait()
174 -- self -> waiting; in KSemaphoreWait()
180 -- self -> waiting; in KSemaphoreWait()
229 -- self -> waiting; in KSemaphoreTimedWait()
239 -- self -> waiting; in KSemaphoreTimedWait()
248 -- self -> waiting; in KSemaphoreTimedWait()
267 if ( self -> waiting != 0 ) in KSemaphoreCancel()
369 -- self -> waiting; in KSemaphoreAlloc()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kproc/
H A Dsem.c58 volatile uint32_t waiting; member
71 if ( self -> waiting != 0 ) in KSemaphoreWhack()
167 -- self -> waiting; in KSemaphoreWait()
174 -- self -> waiting; in KSemaphoreWait()
180 -- self -> waiting; in KSemaphoreWait()
229 -- self -> waiting; in KSemaphoreTimedWait()
239 -- self -> waiting; in KSemaphoreTimedWait()
248 -- self -> waiting; in KSemaphoreTimedWait()
267 if ( self -> waiting != 0 ) in KSemaphoreCancel()
369 -- self -> waiting; in KSemaphoreAlloc()
[all …]
/dports/audio/ccaudio2/ccaudio2-2.2.0/utils/
H A Dtones.conf7 waiting = 440+300 500 1
16 waiting = 425 100/100 1, 525 100 1
25 waiting = 440 300 1
33 waiting = 440 300 1
40 waiting = 440 100/4000 1
48 waiting = 425 150/150 2
57 waiting = 425 200/600 2
67 waiting = 425 50 1
76 waiting = 425 175/175 2
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/examples/
H A Dmdbroker.go68 waiting: make([]*Worker, 0),
171 if ok && len(service.waiting) > 0 {
200 for len(broker.waiting) > 0 {
207 broker.waiting[0].Delete(false)
224 waiting: make([]*Worker, 0),
246 worker, service.waiting = popWorker(service.waiting)
247 service.broker.waiting = delWorker(service.broker.waiting, worker)
285 worker.service.waiting = delWorker(worker.service.waiting, worker)
287 worker.broker.waiting = delWorker(worker.broker.waiting, worker)
324 worker.broker.waiting = append(worker.broker.waiting, worker)
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/examples/
H A Dmdbroker.go68 waiting: make([]*Worker, 0),
171 if ok && len(service.waiting) > 0 {
200 for len(broker.waiting) > 0 {
207 broker.waiting[0].Delete(false)
224 waiting: make([]*Worker, 0),
246 worker, service.waiting = popWorker(service.waiting)
247 service.broker.waiting = delWorker(service.broker.waiting, worker)
285 worker.service.waiting = delWorker(worker.service.waiting, worker)
287 worker.broker.waiting = delWorker(worker.broker.waiting, worker)
324 worker.broker.waiting = append(worker.broker.waiting, worker)
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/examples/
H A Dmdbroker.go68 waiting: make([]*Worker, 0),
171 if ok && len(service.waiting) > 0 {
200 for len(broker.waiting) > 0 {
207 broker.waiting[0].Delete(false)
224 waiting: make([]*Worker, 0),
246 worker, service.waiting = popWorker(service.waiting)
247 service.broker.waiting = delWorker(service.broker.waiting, worker)
285 worker.service.waiting = delWorker(worker.service.waiting, worker)
287 worker.broker.waiting = delWorker(worker.broker.waiting, worker)
324 worker.broker.waiting = append(worker.broker.waiting, worker)
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/examples/
H A Dmdbroker.go68 waiting: make([]*Worker, 0),
171 if ok && len(service.waiting) > 0 {
200 for len(broker.waiting) > 0 {
207 broker.waiting[0].Delete(false)
224 waiting: make([]*Worker, 0),
246 worker, service.waiting = popWorker(service.waiting)
247 service.broker.waiting = delWorker(service.broker.waiting, worker)
285 worker.service.waiting = delWorker(worker.service.waiting, worker)
287 worker.broker.waiting = delWorker(worker.broker.waiting, worker)
324 worker.broker.waiting = append(worker.broker.waiting, worker)
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DAEMonitor.java71 waiting++; in enter()
75 if ( waiting > 1 ){ in enter()
95 waiting--; in enter()
118 waiting--; in enter()
171 waiting++; in enter()
182 waiting--; in enter()
194 waiting--; in enter()
244 if ( waiting != 0 ){ in exit()
246 waiting--; in exit()
285 return( waiting > 0 ); in hasWaiters()
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Simple/t/Test2/modules/Event/
H A DWaiting.t7 my $waiting = Test2::Event::Waiting->new(
11 ok($waiting, "Created event");
12 ok($waiting->global, "waiting is global");
14 is($waiting->summary, "IPC is waiting for children to finish...", "Got summary");
16 my $facet_data = $waiting->facet_data;
25 details => "IPC is waiting for children to finish...",
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Simple/t/Test2/modules/Event/
H A DWaiting.t7 my $waiting = Test2::Event::Waiting->new(
11 ok($waiting, "Created event");
12 ok($waiting->global, "waiting is global");
14 is($waiting->summary, "IPC is waiting for children to finish...", "Got summary");
16 my $facet_data = $waiting->facet_data;
25 details => "IPC is waiting for children to finish...",
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Simple/t/Test2/modules/Event/
H A DWaiting.t7 my $waiting = Test2::Event::Waiting->new(
11 ok($waiting, "Created event");
12 ok($waiting->global, "waiting is global");
14 is($waiting->summary, "IPC is waiting for children to finish...", "Got summary");
16 my $facet_data = $waiting->facet_data;
25 details => "IPC is waiting for children to finish...",
/dports/devel/p5-Test-Simple/Test-Simple-1.302188/t/Test2/modules/Event/
H A DWaiting.t7 my $waiting = Test2::Event::Waiting->new(
11 ok($waiting, "Created event");
12 ok($waiting->global, "waiting is global");
14 is($waiting->summary, "IPC is waiting for children to finish...", "Got summary");
16 my $facet_data = $waiting->facet_data;
25 details => "IPC is waiting for children to finish...",

12345678910>>...329