Searched refs:acq (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/netkey/ |
| H A D | key.c | 6193 struct secacq *acq, *nextacq; in key_timehandler() local 6195 for (acq = LIST_FIRST(&acqtree); in key_timehandler() 6196 acq != NULL; in key_timehandler() 6197 acq = nextacq) { in key_timehandler() 6199 nextacq = LIST_NEXT(acq, chain); in key_timehandler() 6201 if (tv.tv_sec - acq->created > key_blockacq_lifetime in key_timehandler() 6202 && __LIST_CHAINED(acq)) { in key_timehandler() 6203 LIST_REMOVE(acq, chain); in key_timehandler() 6204 KFREE(acq); in key_timehandler() 6212 struct secspacq *acq, *nextacq; in key_timehandler() local [all …]
|
| /xnu-8019.80.24/san/memory/ |
| H A D | ubsan.c | 291 uint32_t acq = line | line_acquired; in ubsan_loc_acquire() local 292 return atomic_compare_exchange_strong((_Atomic uint32_t *)&loc->line, &line, acq); in ubsan_loc_acquire()
|
| /xnu-8019.80.24/doc/ |
| H A D | atomics.md | 28 by C11 as relaxed, consume, acquire, release, acq\_rel and seq\_cst. 400 (release, acq\_rel or seq\_cst),
|