Home
last modified time | relevance | path

Searched refs:os_atomic_andnot_orig (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.140.41/tools/cocci/
H A Dmcache_atomic_rewrite.cocci143 + os_atomic_andnot_orig(E, F, relaxed)
146 + os_atomic_andnot_orig(E, F, relaxed)
149 + os_atomic_andnot_orig(E, F, relaxed)
H A Dos_atomic_normalize.cocci85 + os_atomic_andnot_orig(E, F, m)
91 + os_atomic_andnot_orig(E, F, m)
/xnu-8020.140.41/libkern/os/
H A Datomic_private.h528 #define os_atomic_andnot_orig(p, v, m) _os_atomic_c11_op_orig(p, (typeof(v))~(v), m, fetch_and) macro
803 #define os_atomic_andnot_orig(p, v, m) _os_atomic_error_is_starvable(os_atomic_andnot_orig) macro
/xnu-8020.140.41/osfmk/ipc/
H A Dipc_space.h156 return (os_atomic_andnot_orig(&is->is_bits, bit, relaxed) & bit) != 0; in is_bits_clear()
/xnu-8020.140.41/osfmk/kern/
H A Dcpu_quiesce.c290 checkin_mask_t orig_state = os_atomic_andnot_orig(&cpu_quiescing_checkin_state, in cpu_quiescent_counter_leave()
H A Dmpsc_queue.c409 st = os_atomic_andnot_orig(&dq->mpd_state, in mpsc_daemon_queue_activate()
H A Dthread_act.c1313 cur = os_atomic_andnot_orig(&thread->kevent_ast_bits, bits, relaxed); in act_clear_astkevent()
/xnu-8020.140.41/bsd/kern/
H A Dkern_exit.c1613 cttyflag = (os_atomic_andnot_orig(&sessp->s_refcount, in proc_exit()
/xnu-8020.140.41/bsd/pthread/
H A Dpthread_workqueue.c1803 wq_flags = os_atomic_andnot_orig(&wq->wq_flags, WQ_PROC_SUSPENDED | in workq_proc_resumed()