Searched refs:acq (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/netkey/ |
| H A D | key.c | 6112 struct secacq *acq, *nextacq; in key_timehandler() local 6114 for (acq = LIST_FIRST(&acqtree); in key_timehandler() 6115 acq != NULL; in key_timehandler() 6116 acq = nextacq) { in key_timehandler() 6118 nextacq = LIST_NEXT(acq, chain); in key_timehandler() 6120 if (tv.tv_sec - acq->created > key_blockacq_lifetime in key_timehandler() 6121 && __LIST_CHAINED(acq)) { in key_timehandler() 6122 LIST_REMOVE(acq, chain); in key_timehandler() 6123 kfree_type(struct secacq, acq); in key_timehandler() 6131 struct secspacq *acq, *nextacq; in key_timehandler() local [all …]
|
| /xnu-8020.101.4/san/memory/ |
| H A D | ubsan.c | 296 uint32_t acq = line | line_acquired; in ubsan_loc_acquire() local 297 return atomic_compare_exchange_strong((_Atomic uint32_t *)&loc->line, &line, acq); in ubsan_loc_acquire()
|
| /xnu-8020.101.4/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),
|