Home
last modified time | relevance | path

Searched refs:atomic_store (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/tests/
H A Dtestposixshm.c191 atomic_store(&pass_count, 0);
192 atomic_store(&fail_count, 0);
201 atomic_store(&pass_count, 0);
202 atomic_store(&fail_count, 0);
211 atomic_store(&pass_count, 0);
212 atomic_store(&fail_count, 0);
/xnu-11215/osfmk/kern/
H A Decc_logging.c166 atomic_store(&mcc_events_consumer_idx, mcc_events_consumer_next_idx); in mcc_memory_error_event_queue_invoke()
194 atomic_store(&mcc_events_producer_idx, mcc_events_producer_next_idx); in mcc_memory_error_create_event()
H A Ddebug.c642 atomic_store(&debugger_cpu, DEBUGGER_NO_CPU); in DebuggerUnlock()
/xnu-11215/tests/counter/
H A Dbenchmark.c76 atomic_store(&(globals.tg_num_writes_remaining), globals.tg_args.num_writes); in main()
121 atomic_store(&globals->tg_test_start, true); in writer()
/xnu-11215/EXTERNAL_HEADERS/
H A Dstdatomic.h153 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST) macro
/xnu-11215/bsd/kern/
H A Dkern_sysctl.c5638 atomic_store(&wedge_thread_should_wake, 1);
5658 atomic_store(&wedge_thread_should_wake, 0);
/xnu-11215/bsd/net/
H A Ddlil.c7451 atomic_store(&ifp->if_mcast_add_signaled, false); in ifnet_ioctl_event_callback()
7454 atomic_store(&ifp->if_mcast_del_signaled, false); in ifnet_ioctl_event_callback()