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

/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dbarrier.h37 #include <synch.h>
H A Dbarrier.c42 #include <synch.h>
H A Dctfmerge.c180 #include <synch.h>
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_hopfser.c217 int synch; /* synchhronization indicator */ local
247 &synch,
288 synch,
298 if ((synch && 0xc) == 0 ){ /* time ok? */
307 if ((synch & HOPF_OPMODE) == HOPF_INVALID ){ /* time ok? */
318 if ((synch & HOPF_OPMODE) == HOPF_INTERNAL){
335 msyslog(LOG_ERR, " D:%x D:%d D:%d",synch,pp->minute,pp->second);
H A Drefclock_tsyncpci.c394 unsigned char synch; local
588 synch = (TimeContext.timeObj.flags == 0x4) ? 1 : 0;
650 if (synch) {
H A Dntp_proto.c81 double synch; /* sync distance */ member in struct:peer_select_tag
2176 peer->flash |= TEST6; /* bad synch or strat */
3198 peers[nlist].synch = f;
3311 h = peers[i].synch;
3346 peers[0].synch = sys_mindisp;
3368 stoa(&peers[i].peer->srcadr), peers[i].synch));
3395 if (peers[i].seljit * peers[i].synch > e) {
3397 e = peers[i].seljit * peers[i].synch;
3463 speermet = peers[i].seljit * peers[i].synch +
3592 x = 1. / peers[i].synch;
[all...]
/freebsd-10.2-release/usr.sbin/timed/timed/
H A Dextern.h82 void synch(long);
H A Dmaster.c134 synch(0L);
284 * do not want to call synch() while waiting
367 synch(tvtomsround(ntime));
388 synch(long mydelta) function
H A Dslave.c235 synch(tvtomsround(msg->tsp_time));
277 synch(tvtomsround(ntime));
/freebsd-10.2-release/cddl/contrib/opensolaris/head/
H A Dsynch.h30 * synch.h:
37 #include <sys/synch.h>
62 * and cond_t (lwp_cond_t) which are defined in <synch.h>. A nested included
63 * of <synch.h> (to allow a "#typedef mutex_t pthread_mutex_t") would pull in
77 * Also, there is an identical structure for lwp_rwlock_t in <sys/synch.h>.
/freebsd-10.2-release/crypto/openssl/crypto/threads/
H A Dth-lock.c70 # include <synch.h>
H A Dmttest.c69 # include <synch.h>
/freebsd-10.2-release/contrib/unbound/util/
H A Dlocks.h167 #include <synch.h>
/freebsd-10.2-release/contrib/gdb/gdb/
H A Duw-thread.c114 #include <synch.h> /* for UnixWare 2.x */
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h49 #include <synch.h>
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_low.h411 * synch and wide data info
424 struct synch { struct in struct:targ_info
427 } ti_osynch, ti_maxsynch; /* synch data */
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1294 ScriptedCommandSynchronicity synch) :
1300 m_synchro(synch),
1291 CommandObjectPythonFunction(CommandInterpreter &interpreter, std::string name, std::string funct, ScriptedCommandSynchronicity synch) argument

Completed in 282 milliseconds