Searched refs:synch (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/
H A Da.18.1.c10 int synch[NUMBER_OF_THREADS]; variable
30 #pragma omp parallel private(iam,neighbor) shared(work,synch)
33 synch[iam] = 0;
38 * ensures that my work is made visible before synch.
39 * The second flush ensures that synch is made visible.
41 #pragma omp flush(work,synch)
42 synch[iam] = 1;
43 #pragma omp flush(synch)
44 /* Wait for neighbor. The first flush ensures that synch is read
50 while (synch[neighbo
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dbarrier.h37 #include <synch.h>
H A Dbarrier.c42 #include <synch.h>
H A Dctfmerge.c190 #include <synch.h>
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_hopfser.c221 int synch; /* synchhronization indicator */ local
250 &synch,
291 synch,
301 if ((synch && 0xc) == 0 ){ /* time ok? */
310 if ((synch & HOPF_OPMODE) == HOPF_INVALID ){ /* time ok? */
321 if ((synch & HOPF_OPMODE) == HOPF_INTERNAL){
338 msyslog(LOG_ERR, " D:%x D:%d D:%d",synch,pp->minute,pp->second);
H A Dntp_proto.c1394 peer->flash |= TEST6; /* bad synch or strat */
2227 double synch[NTP_MAXASSOC], error[NTP_MAXASSOC]; local
2523 if (d >= synch[j - 1])
2529 if (d >= synch[k - 1])
2534 synch[k] = synch[k - 1];
2538 synch[k] = d;
2551 synch[0] = 0;
2575 stoa(&peer_list[i]->srcadr), synch[i]);
2603 if (f * synch[
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dtimed-extern.h81 void synch(long);
H A Dmaster.c139 synch(0L);
286 * do not want to call synch() while waiting
367 synch(tvtomsround(ntime));
382 synch(long mydelta) function
H A Dslave.c231 synch((long)tvtomsround(msg->tsp_time));
272 synch(tvtomsround(ntime));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dthr-solaris.c31 #include <synch.h>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dthr-solaris.c32 #include <synch.h>
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dldap_int_thread.h130 #include <synch.h>
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dmtrr_i686.c156 * If synch is nonzero, assume we're being called from an IPI handler,
165 i686_mtrr_reload(int synch) argument
183 if (synch) {
282 if (synch) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/threads/
H A Dth-lock.c70 #include <synch.h>
H A Dmttest.c70 #include <synch.h>

Completed in 145 milliseconds