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

/openbsd-current/gnu/gcc/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...]
/openbsd-current/sys/kern/
H A Dsubr_witness.c767 struct lock_instance *lock1, *lock2, *plock; local
869 plock = &lock_list->ll_children[lock_list->ll_count - 1];
870 if (interlock != NULL && plock->li_lock == interlock) {
872 plock =
883 plock = &lle->ll_children[lle->ll_count - 1];
892 w1 = plock->li_lock->lo_witness;
916 printf(" 1st %s\n", plock->li_lock->lo_name);
1086 !(is_kernel_lock(plock->li_lock) &&
1088 itismychild(plock->li_lock->lo_witness, w);
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h823 extern int plock(int);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h823 extern int plock(int);

Completed in 171 milliseconds