Home
last modified time | relevance | path

Searched refs:nwait (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/security/libgcrypt/libgcrypt-1.9.4/tests/
H A Dbasic_all_hwfeature_combinations.sh65 nwait=0
73 wait ${retcodes[$nwait]}
76 output="$output\nERROR: HWF disable failed: [${optslist[$nwait]}]"
79 output="$output\nSUCCESS: HWF disable OK: [${optslist[$nwait]}]"
81 nwait=$((nwait+1))
97 for ((; nwait < nbasic; nwait++)); do
99 wait ${retcodes[$nwait]}
102 output="$output\nERROR: HWF disable failed: [${optslist[$nwait]}]"
105 output="$output\nSUCCESS: HWF disable OK: [${optslist[$nwait]}]"
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/tests/
H A Dbasic_all_hwfeature_combinations.sh65 nwait=0
73 wait ${retcodes[$nwait]}
76 output="$output\nERROR: HWF disable failed: [${optslist[$nwait]}]"
79 output="$output\nSUCCESS: HWF disable OK: [${optslist[$nwait]}]"
81 nwait=$((nwait+1))
97 for ((; nwait < nbasic; nwait++)); do
99 wait ${retcodes[$nwait]}
102 output="$output\nERROR: HWF disable failed: [${optslist[$nwait]}]"
105 output="$output\nSUCCESS: HWF disable OK: [${optslist[$nwait]}]"
/dports/devel/gmake/make-4.3/tests/scripts/features/
H A Dparallelism15 '-j4', "file ONE\nwait ONE\nfile FOUR\nwait FOUR\nfile THREE\nwait THREE\nTWO");
25 '', "file ONE\nwait ONE\nfile FOUR\nwait FOUR\nfile THREE\nwait THREE\nTWO");
35 '-j4', "file ONE\nwait ONE\nfile FOUR\nwait FOUR\nfile THREE\nwait THREE\nTWO");
51 …"file ONE.inc\nwait ONE.inc\nfile THREE.inc\nwait THREE.inc\nfile TWO.inc\nfile ONE\nwait ONE\nfil…
69 …"file ONE.inc\nwait ONE.inc\nfile THREE.inc\nwait THREE.inc\nfile TWO.inc\nfile ONE\nwait ONE\nfil…
161 …'', "file thing2start\nwait thing2start\nfile thing1start\nwait thing1start\nfile thing2end\nwait
192 '-j2', "touch fff1.mk\nfile TWO\nwait TWO\nfile ONE\n");
213 '--no-print-directory -j2', "touch fff1.mk\nfile TWO\nwait TWO\nfile ONE\nrecurse\n");
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbWaitGroup.cpp127 int nwait = m_array_size - m_pos; in wait() local
132 nwait, in wait()
214 int nready, nwait; in wait() local
240 nwait = m_pos_new - m_pos_wait; in wait()
244 int min_ndbs = nwait * pct_ready / 100 ; in wait()
248 nwait, in wait()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbapi/
H A DNdbWaitGroup.cpp127 int nwait = m_array_size - m_pos; in wait() local
132 nwait, in wait()
214 int nready, nwait; in wait() local
240 nwait = m_pos_new - m_pos_wait; in wait()
244 int min_ndbs = nwait * pct_ready / 100 ; in wait()
248 nwait, in wait()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbWaitGroup.cpp127 int nwait = m_array_size - m_pos; in wait() local
132 nwait, in wait()
214 int nready, nwait; in wait() local
240 nwait = m_pos_new - m_pos_wait; in wait()
244 int min_ndbs = nwait * pct_ready / 100 ; in wait()
248 nwait, in wait()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DNdbWaitGroup.cpp127 int nwait = m_array_size - m_pos; in wait() local
132 nwait, in wait()
214 int nready, nwait; in wait() local
240 nwait = m_pos_new - m_pos_wait; in wait()
244 int min_ndbs = nwait * pct_ready / 100 ; in wait()
248 nwait, in wait()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/ndbapi/
H A DNdbWaitGroup.cpp127 int nwait = m_array_size - m_pos; in wait() local
132 nwait, in wait()
214 int nready, nwait; in wait() local
240 nwait = m_pos_new - m_pos_wait; in wait()
244 int min_ndbs = nwait * pct_ready / 100 ; in wait()
248 nwait, in wait()
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dsema.goc41 uint32 volatile nwait;
127 // Add ourselves to nwait to disable "easy case" in semrelease.
128 runtime_xadd(&root->nwait, 1);
131 runtime_xadd(&root->nwait, -1);
136 // (we set nwait above), so go to sleep.
165 if(runtime_atomicload(&root->nwait) == 0)
170 if(runtime_atomicload(&root->nwait) == 0) {
178 runtime_xadd(&root->nwait, -1);
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dsema.goc41 uint32 volatile nwait;
127 // Add ourselves to nwait to disable "easy case" in semrelease.
128 runtime_xadd(&root->nwait, 1);
131 runtime_xadd(&root->nwait, -1);
136 // (we set nwait above), so go to sleep.
165 if(runtime_atomicload(&root->nwait) == 0)
170 if(runtime_atomicload(&root->nwait) == 0) {
178 runtime_xadd(&root->nwait, -1);
/dports/security/libgpg-error/libgpg-error-1.43/src/
H A Dw32-estream.c764 int nwait; in _gpgrt_w32_poll() local
774 nwait = 0; in _gpgrt_w32_poll()
811 if (nwait >= DIM (waitbuf)) in _gpgrt_w32_poll()
818 waitidx[nwait] = i; in _gpgrt_w32_poll()
820 waitinfo[nwait] = 'r'; in _gpgrt_w32_poll()
842 if (nwait >= DIM (waitbuf)) in _gpgrt_w32_poll()
849 waitidx[nwait] = i; in _gpgrt_w32_poll()
851 waitinfo[nwait] = 'w'; in _gpgrt_w32_poll()
853 waitbuf[nwait++] = ctx->is_empty; in _gpgrt_w32_poll()
860 for (i = 0; i < nwait; i++) in _gpgrt_w32_poll()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/src/
H A Dw32-estream.c764 int nwait; in _gpgrt_w32_poll() local
774 nwait = 0; in _gpgrt_w32_poll()
811 if (nwait >= DIM (waitbuf)) in _gpgrt_w32_poll()
818 waitidx[nwait] = i; in _gpgrt_w32_poll()
820 waitinfo[nwait] = 'r'; in _gpgrt_w32_poll()
842 if (nwait >= DIM (waitbuf)) in _gpgrt_w32_poll()
849 waitidx[nwait] = i; in _gpgrt_w32_poll()
851 waitinfo[nwait] = 'w'; in _gpgrt_w32_poll()
853 waitbuf[nwait++] = ctx->is_empty; in _gpgrt_w32_poll()
860 for (i = 0; i < nwait; i++) in _gpgrt_w32_poll()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbapi/
H A DNdbWaitGroup.cpp161 int nready, nwait; in wait() local
186 nwait = m_pos_new - m_pos_wait; in wait()
190 int min_ndbs = nwait * pct_ready / 100 ; in wait()
194 nwait, in wait()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dsema.goc42 uint32 volatile nwait;
128 // Add ourselves to nwait to disable "easy case" in semrelease.
129 runtime_xadd(&root->nwait, 1);
132 runtime_xadd(&root->nwait, -1);
137 // (we set nwait above), so go to sleep.
160 if(runtime_atomicload(&root->nwait) == 0)
165 if(runtime_atomicload(&root->nwait) == 0) {
173 runtime_xadd(&root->nwait, -1);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dsema.goc42 uint32 volatile nwait;
128 // Add ourselves to nwait to disable "easy case" in semrelease.
129 runtime_xadd(&root->nwait, 1);
132 runtime_xadd(&root->nwait, -1);
137 // (we set nwait above), so go to sleep.
160 if(runtime_atomicload(&root->nwait) == 0)
165 if(runtime_atomicload(&root->nwait) == 0) {
173 runtime_xadd(&root->nwait, -1);
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dsema.goc42 uint32 volatile nwait;
128 // Add ourselves to nwait to disable "easy case" in semrelease.
129 runtime_xadd(&root->nwait, 1);
132 runtime_xadd(&root->nwait, -1);
137 // (we set nwait above), so go to sleep.
160 if(runtime_atomicload(&root->nwait) == 0)
165 if(runtime_atomicload(&root->nwait) == 0) {
173 runtime_xadd(&root->nwait, -1);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dsema.goc42 uint32 volatile nwait;
128 // Add ourselves to nwait to disable "easy case" in semrelease.
129 runtime_xadd(&root->nwait, 1);
132 runtime_xadd(&root->nwait, -1);
137 // (we set nwait above), so go to sleep.
160 if(runtime_atomicload(&root->nwait) == 0)
165 if(runtime_atomicload(&root->nwait) == 0) {
173 runtime_xadd(&root->nwait, -1);
/dports/net/socketpipe/socketpipe-1.10/
H A Dsocketpipe.c194 int nwait = 0; /* Children to wait for */ in client() local
296 nwait++; in client()
340 nwait++; in client()
364 nwait++; in client()
378 while (nwait) { in client()
384 nwait--; in client()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c189 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local
410 nwait = op->len / 4; in sun4i_hash()
411 if (nwait) { in sun4i_hash()
412 writesl(ss->base + SS_RXFIFO, op->buf, nwait); in sun4i_hash()
413 op->byte_count += 4 * nwait; in sun4i_hash()
416 nbw = op->len - 4 * nwait; in sun4i_hash()
418 wb = le32_to_cpup((__le32 *)(op->buf + nwait * 4)); in sun4i_hash()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c189 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local
410 nwait = op->len / 4; in sun4i_hash()
411 if (nwait) { in sun4i_hash()
412 writesl(ss->base + SS_RXFIFO, op->buf, nwait); in sun4i_hash()
413 op->byte_count += 4 * nwait; in sun4i_hash()
416 nbw = op->len - 4 * nwait; in sun4i_hash()
418 wb = le32_to_cpup((__le32 *)(op->buf + nwait * 4)); in sun4i_hash()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c189 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local
410 nwait = op->len / 4; in sun4i_hash()
411 if (nwait) { in sun4i_hash()
412 writesl(ss->base + SS_RXFIFO, op->buf, nwait); in sun4i_hash()
413 op->byte_count += 4 * nwait; in sun4i_hash()
416 nbw = op->len - 4 * nwait; in sun4i_hash()
418 wb = le32_to_cpup((__le32 *)(op->buf + nwait * 4)); in sun4i_hash()
/dports/science/gromacs/gromacs-2021.4/src/programs/view/
H A Ddialogs.cpp259 int nskip, nwait; in BondsCB() local
315 nwait = std::strtol(set, &endptr, 10); in BondsCB()
319 std::fprintf(stderr, "wait: %d ms\n", nwait); in BondsCB()
321 if (nwait >= 0) in BondsCB()
323 gmx->man->nWait = nwait; in BondsCB()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dsema.go43 nwait uint32 // Number of waiters. Read w/o the lock. member
134 atomic.Xadd(&root.nwait, 1)
137 atomic.Xadd(&root.nwait, -1)
166 if atomic.Load(&root.nwait) == 0 {
172 if atomic.Load(&root.nwait) == 0 {
180 atomic.Xadd(&root.nwait, -1)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dsema.go43 nwait uint32 // Number of waiters. Read w/o the lock. member
134 atomic.Xadd(&root.nwait, 1)
137 atomic.Xadd(&root.nwait, -1)
166 if atomic.Load(&root.nwait) == 0 {
172 if atomic.Load(&root.nwait) == 0 {
180 atomic.Xadd(&root.nwait, -1)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dsema.go43 nwait uint32 // Number of waiters. Read w/o the lock. member
134 atomic.Xadd(&root.nwait, 1)
137 atomic.Xadd(&root.nwait, -1)
166 if atomic.Load(&root.nwait) == 0 {
172 if atomic.Load(&root.nwait) == 0 {
180 atomic.Xadd(&root.nwait, -1)

12345678910