Searched refs:atomic_store (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/tests/ |
| H A D | testposixshm.c | 191 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 D | ecc_logging.c | 166 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 D | debug.c | 642 atomic_store(&debugger_cpu, DEBUGGER_NO_CPU); in DebuggerUnlock()
|
| /xnu-11215/tests/counter/ |
| H A D | benchmark.c | 76 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 D | stdatomic.h | 153 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST) macro
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_sysctl.c | 5638 atomic_store(&wedge_thread_should_wake, 1); 5658 atomic_store(&wedge_thread_should_wake, 0);
|
| /xnu-11215/bsd/net/ |
| H A D | dlil.c | 7451 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()
|