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

/freebsd-12-stable/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-12-stable/contrib/ntp/include/
H A Dl_stdlib.h102 extern int plock (int);
/freebsd-12-stable/sys/kern/
H A Dsubr_witness.c1114 struct lock_instance *lock1, *lock2, *plock; local
1212 plock = &lock_list->ll_children[lock_list->ll_count - 1];
1213 if (interlock != NULL && plock->li_lock == interlock) {
1215 plock =
1226 plock = &lle->ll_children[lle->ll_count - 1];
1235 w1 = plock->li_lock->lo_witness;
1261 witness_output(" 1st %s @ %s:%d\n", plock->li_lock->lo_name,
1262 fixup_filename(plock->li_file), plock->li_line);
1444 !(plock
[all...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_gpsvme.c136 plock(PROCLOCK); /* lock process in memory */
H A Dntpd.c459 * OK. AIX is different than solaris in how it implements plock().
1076 * set the stack limit for AIX for plock().
1081 "Cannot adjust stack limit for plock: %m");
1164 if (!HAVE_OPT(SAVECONFIGQUIT) && 0 != plock(PROCLOCK))
1165 msyslog(LOG_ERR, "plock(PROCLOCK): %m");
1171 if (!HAVE_OPT(SAVECONFIGQUIT) && 0 != plock(TXTLOCK))
1172 msyslog(LOG_ERR, "plock(TXTLOCK) error: %m");
1174 msyslog(LOG_ERR, "plock() - don't know what to lock!");
/freebsd-12-stable/contrib/amd/amd/
H A Damd.c354 * plock. Otherwise plock will reserve a lot of memory space based on
357 * plock(). See the manual pages for ulimit(1,3,4) on your AIX system.
359 plog(XLOG_WARNING, "AIX: may need to lower stack size using ulimit(3) before calling plock");
361 if (!locked_ok && plock(PROCLOCK) != 0)
362 plog(XLOG_WARNING, "Couldn't lock process pages in memory using plock(): %m");
/freebsd-12-stable/contrib/ntp/adjtimed/
H A Dadjtimed.c202 if (plock(PROCLOCK)) {
203 msyslog(LOG_ERR, "plock: %m");
204 perror("adjtimed: plock");
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h823 extern int plock(int);

Completed in 277 milliseconds