Searched refs:os_atomic_andnot_orig (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.140.41/tools/cocci/ |
| H A D | mcache_atomic_rewrite.cocci | 143 + 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 D | os_atomic_normalize.cocci | 85 + os_atomic_andnot_orig(E, F, m) 91 + os_atomic_andnot_orig(E, F, m)
|
| /xnu-8020.140.41/libkern/os/ |
| H A D | atomic_private.h | 528 #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 D | ipc_space.h | 156 return (os_atomic_andnot_orig(&is->is_bits, bit, relaxed) & bit) != 0; in is_bits_clear()
|
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | cpu_quiesce.c | 290 checkin_mask_t orig_state = os_atomic_andnot_orig(&cpu_quiescing_checkin_state, in cpu_quiescent_counter_leave()
|
| H A D | mpsc_queue.c | 409 st = os_atomic_andnot_orig(&dq->mpd_state, in mpsc_daemon_queue_activate()
|
| H A D | thread_act.c | 1313 cur = os_atomic_andnot_orig(&thread->kevent_ast_bits, bits, relaxed); in act_clear_astkevent()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_exit.c | 1613 cttyflag = (os_atomic_andnot_orig(&sessp->s_refcount, in proc_exit()
|
| /xnu-8020.140.41/bsd/pthread/ |
| H A D | pthread_workqueue.c | 1803 wq_flags = os_atomic_andnot_orig(&wq->wq_flags, WQ_PROC_SUSPENDED | in workq_proc_resumed()
|