/tests/posix/common/src/ |
A D | key.c | 16 static pthread_key_t key; variable 77 ZTEST(key, test_key_1toN_thread) in ZTEST() argument 98 ZTEST(key, test_key_Nto1_thread) in ZTEST() argument 116 ZTEST(key, test_key_resource_leak) in ZTEST() argument 118 pthread_key_t key; in ZTEST() local 126 ZTEST(key, test_correct_key_is_deleted) in ZTEST() argument 128 pthread_key_t key; in ZTEST() local 153 pthread_key_t key; in setspecific_thread() local 165 ZTEST(key, test_thread_specific_data_deallocation) in ZTEST() argument
|
/tests/bsim/bluetooth/host/gatt/settings_clear/src/ |
A D | bt_settings_hook.c | 20 char *key; member 28 static void add_key(const char *key) in add_key() 61 static void remove_key(const char *key) in remove_key() 130 void bt_testing_settings_store_hook(const char *key, const void *value, size_t val_len) in bt_testing_settings_store_hook() 138 void bt_testing_settings_delete_hook(const char *key) in bt_testing_settings_delete_hook()
|
/tests/kernel/fatal/no-multithreading/src/ |
A D | main.c | 52 unsigned int key; in entry_oops() local 64 unsigned int key; in entry_panic() local 84 unsigned int key; in entry_arbitrary_reason() local 96 unsigned int key; in entry_arbitrary_reason_negative() local
|
/tests/bluetooth/host/crypto/bt_encrypt_be/src/ |
A D | test_suite_invalid_inputs.c | 48 const uint8_t key[16] = {0}; in ZTEST() local 67 const uint8_t key[16] = {0}; in ZTEST() local 86 const uint8_t key[16] = {0}; in ZTEST() local 110 const uint8_t key[16] = {0}; in ZTEST() local
|
A D | main.c | 40 const uint8_t key[16] = {0}; in ZTEST() local
|
/tests/bluetooth/host/crypto/bt_encrypt_le/src/ |
A D | test_suite_invalid_inputs.c | 48 const uint8_t key[16] = {0}; in ZTEST() local 67 const uint8_t key[16] = {0}; in ZTEST() local 86 const uint8_t key[16] = {0}; in ZTEST() local 110 const uint8_t key[16] = {0}; in ZTEST() local
|
A D | main.c | 40 const uint8_t key[16] = {0}; in ZTEST() local
|
/tests/drivers/rtc/rtc_api/src/ |
A D | test_update_callback.c | 20 k_spinlock_key_t key = k_spin_lock(&lock); in test_rtc_update_callback_handler() local 31 k_spinlock_key_t key; in ZTEST() local
|
/tests/subsys/settings/functional/src/ |
A D | settings_basic_test.c | 180 int val1_set(const char *key, size_t len, settings_read_cb read_cb, in val1_set() 197 int val2_set(const char *key, size_t len, settings_read_cb read_cb, in val2_set() 214 int val3_set(const char *key, size_t len, settings_read_cb read_cb, in val3_set() 397 int val123_set(const char *key, size_t len, in val123_set() 438 const char *key, in direct_loader() 534 const char *key, in filtered_loader() 575 const char *key, in direct_filtered_loader()
|
/tests/kernel/ipi_cascade/src/ |
A D | main.c | 107 int key; in thread3_entry() local 154 int key; in thread2_entry() local 184 int key; in ZTEST() local
|
/tests/kernel/spinlock/src/ |
A D | main.c | 44 k_spinlock_key_t key; in ZTEST() local 62 k_spinlock_key_t key; in bounce_once() local 160 k_spinlock_key_t key; in ZTEST() local
|
/tests/kernel/ipi_optimize/src/ |
A D | main.c | 37 k_spinlock_key_t key; in z_trace_sched_ipi() local 46 k_spinlock_key_t key; in clear_ipi_counts() local 55 k_spinlock_key_t key; in get_ipi_counts() local 64 int key; in busy_thread_entry() local 98 int key; in pending_thread_entry() local 127 int key; in busy_threads_create() local
|
/tests/kernel/fatal/message_capture/src/ |
A D | main.c | 71 unsigned int key; in test_message_capture() local
|
/tests/arch/arm/arm_irq_advanced_features/src/ |
A D | arm_zero_latency_irqs.c | 35 int i, key; in ZTEST() local
|
/tests/kernel/interrupt/src/ |
A D | prevent_irq.c | 38 unsigned int key; in ZTEST() local
|
A D | regular_isr.c | 82 unsigned int key = irq_lock(); in ZTEST() local
|
/tests/lib/hash_map/src/ |
A D | foreach.c | 12 static void foreach_callback(uint64_t key, uint64_t value, void *cookie) in foreach_callback()
|
A D | clear.c | 27 static void clear_callback(uint64_t key, uint64_t value, void *cookie) in clear_callback()
|
/tests/benchmarks/sched/src/ |
A D | main.c | 93 k_spinlock_key_t key = k_spin_lock(&lock); in partner_fn() local 136 int key; in main() local
|
/tests/kernel/mem_protect/demand_paging/mem_map/src/ |
A D | main.c | 238 int key, ret; in test_k_mem_page_out() local 267 int key, ret; in ZTEST() local 294 unsigned int key; in ZTEST() local 338 unsigned int key; in ZTEST() local
|
/tests/arch/x86/direct_isr/src/ |
A D | direct_isr.c | 94 unsigned int key = irq_lock(); in ZTEST() local
|
/tests/arch/arm/arm_no_multithreading/src/ |
A D | main.c | 77 int key = arch_irq_lock(); in test_main() local
|
/tests/boards/silabs/dma/block_append/src/ |
A D | test_dma_ba.c | 135 unsigned int key; in test_ba_restart_in_isr() local 256 unsigned int key; in test_ba_stress_in_isr() local
|
/tests/net/lib/wifi_credentials_backend_psa/src/ |
A D | main.c | 74 psa_status_t custom_psa_export_key(mbedtls_svc_key_id_t key, uint8_t *data, size_t data_size, in custom_psa_export_key() 82 static void custom_psa_set_key_id(psa_key_attributes_t *attributes, mbedtls_svc_key_id_t key) in custom_psa_set_key_id()
|
/tests/kernel/timer/starve/src/ |
A D | main.c | 43 k_spinlock_key_t key; in ZTEST() local
|