/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | common.h | 31 #define FORCE_FLAG(flag, val) (void)atomic_set(&flag, (atomic_t)val) 32 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 33 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/ |
D | common.h | 16 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 17 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/ |
D | common.h | 16 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 17 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/ |
D | test_utils.h | 10 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) true) 11 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/ |
D | common.h | 31 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) true) 32 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | common.h | 34 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 35 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/ |
D | common.h | 31 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 32 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/ |
D | common.h | 32 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 33 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/ |
D | flags.h | 28 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) true) 29 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | common.h | 31 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 32 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | atomic_xtensa.h | 91 atomic_val_t atomic_set(atomic_t *target, atomic_val_t value) in atomic_set() function 161 return (void *) atomic_set((atomic_t *) target, (atomic_val_t) value); in atomic_ptr_set() 167 return atomic_set(target, 0); in atomic_clear() 173 return (void *) atomic_set((atomic_t *) target, 0); in atomic_ptr_clear()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/ |
D | common.h | 31 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 32 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | common.h | 18 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) true) 19 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ |
D | common.h | 31 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 32 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | common.h | 24 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 25 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
D | common.h | 21 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) true) 23 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | common.h | 26 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 27 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | common.h | 26 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 27 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | common.h | 26 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 27 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | common.h | 32 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 33 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | common.h | 26 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)true) 27 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t)false)
|
/Zephyr-latest/kernel/ |
D | smp.c | 115 (void)atomic_set(&ready_flag, 1); in smp_init_top() 185 (void)atomic_set(&cpu_start_flag, 1); /* async, don't care */ in k_smp_cpu_start() 214 (void)atomic_set(&cpu_start_flag, 1); in k_smp_cpu_resume() 240 (void)atomic_set(&cpu_start_flag, 1); in z_smp_init()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/common/ |
D | utils.h | 18 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) true) 19 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | common.h | 30 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) true) 32 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) false)
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | common.h | 30 #define SET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) true) 32 #define UNSET_FLAG(flag) (void)atomic_set(&flag, (atomic_t) false)
|