Searched refs:plock (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/gcclibs/libgomp/
H A Dcritical.c55 gomp_mutex_t *plock; local
62 plock = (gomp_mutex_t *)pptr;
67 plock = *pptr;
69 if (plock == NULL)
75 plock = __sync_val_compare_and_swap (pptr, NULL, nlock);
76 if (plock != NULL)
82 plock = nlock;
85 plock = *pptr;
86 if (plock == NULL)
88 plock
104 gomp_mutex_t *plock; local
[all...]
/freebsd-10.3-release/contrib/ntp/include/
H A Dl_stdlib.h102 extern int plock (int);
/freebsd-10.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c968 struct rcslock const *plock; local
983 for (plock = Locks; ; plock = plock->nextlock)
984 if (!plock)
986 else if (plock->delta == pdelta)
/freebsd-10.3-release/sys/kern/
H A Dsubr_witness.c1055 struct lock_instance *lock1, *lock2, *plock; local
1153 plock = &lock_list->ll_children[lock_list->ll_count - 1];
1154 if (interlock != NULL && plock->li_lock == interlock) {
1156 plock =
1167 plock = &lle->ll_children[lle->ll_count - 1];
1176 w1 = plock->li_lock->lo_witness;
1202 printf(" 1st %s @ %s:%d\n", plock->li_lock->lo_name,
1203 fixup_filename(plock->li_file), plock->li_line);
1387 !(plock
[all...]
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c136 plock(PROCLOCK); /* lock process in memory */
H A Dntpd.c407 * OK. AIX is different than solaris in how it implements plock().
840 * set the stack limit for AIX for plock().
845 "Cannot adjust stack limit for plock: %m");
928 if (!HAVE_OPT(SAVECONFIGQUIT) && 0 != plock(PROCLOCK))
929 msyslog(LOG_ERR, "plock(PROCLOCK): %m");
935 if (!HAVE_OPT(SAVECONFIGQUIT) && 0 != plock(TXTLOCK))
936 msyslog(LOG_ERR, "plock(TXTLOCK) error: %m");
938 msyslog(LOG_ERR, "plock() - don't know what to lock!");
/freebsd-10.3-release/contrib/amd/amd/
H A Damd.c358 * plock. Otherwise plock will reserve a lot of memory space based on
361 * plock(). See the manual pages for ulimit(1,3,4) on your AIX system.
363 plog(XLOG_WARNING, "AIX: may need to lower stack size using ulimit(3) before calling plock");
365 if (!locked_ok && plock(PROCLOCK) != 0)
366 plog(XLOG_WARNING, "Couldn't lock process pages in memory using plock(): %m");
/freebsd-10.3-release/contrib/ntp/adjtimed/
H A Dadjtimed.c202 if (plock(PROCLOCK)) {
203 msyslog(LOG_ERR, "plock: %m");
204 perror("adjtimed: plock");
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h823 extern int plock(int);

Completed in 275 milliseconds