Searched defs:epoch (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | epoch_sync.c | 358 esync_update_epoch(const uint64_t epoch, os_atomic(uint64_t) *counter) in esync_update_epoch() 417 esync_wait(esync_space_t space, const uint64_t id, const uint64_t epoch, in esync_wait() 495 esync_wake(esync_space_t space, const uint64_t id, const uint64_t epoch, in esync_wake() 654 uint64_t epoch = os_atomic_load(&client_counter, acquire); in test_lock() local 691 uint64_t epoch = os_atomic_inc(&client_counter, release); in test_unlock() local
|
| H A D | exclaves.c | 1759 const uint64_t epoch = wait->epoch; in handle_response_wait() local 1820 const uint64_t epoch = wake->epoch; in handle_response_wake() local 1854 const uint64_t epoch = wake->epoch; in handle_response_wake_with_owner() local 1901 const uint64_t epoch = suspended->epoch; in handle_response_suspended() local 1939 const uint64_t epoch = resumed->epoch; in handle_response_resumed() local 1971 const uint64_t epoch = interrupted->epoch; in handle_response_interrupted() local
|
| /xnu-12377.41.6/osfmk/arm/pmap/ |
| H A D | pmap.c | 13336 uint8_t epoch = os_atomic_inc_orig(&ppl_developer_mode_set, relaxed); local
|