Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 57) sorted by relevance

123

/tests/posix/common/src/
A Dkey.c16 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 Dbt_settings_hook.c20 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 Dmain.c52 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 Dtest_suite_invalid_inputs.c48 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 Dmain.c40 const uint8_t key[16] = {0}; in ZTEST() local
/tests/bluetooth/host/crypto/bt_encrypt_le/src/
A Dtest_suite_invalid_inputs.c48 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 Dmain.c40 const uint8_t key[16] = {0}; in ZTEST() local
/tests/drivers/rtc/rtc_api/src/
A Dtest_update_callback.c20 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 Dsettings_basic_test.c180 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 Dmain.c107 int key; in thread3_entry() local
154 int key; in thread2_entry() local
184 int key; in ZTEST() local
/tests/kernel/spinlock/src/
A Dmain.c44 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 Dmain.c37 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 Dmain.c71 unsigned int key; in test_message_capture() local
/tests/arch/arm/arm_irq_advanced_features/src/
A Darm_zero_latency_irqs.c35 int i, key; in ZTEST() local
/tests/kernel/interrupt/src/
A Dprevent_irq.c38 unsigned int key; in ZTEST() local
A Dregular_isr.c82 unsigned int key = irq_lock(); in ZTEST() local
/tests/lib/hash_map/src/
A Dforeach.c12 static void foreach_callback(uint64_t key, uint64_t value, void *cookie) in foreach_callback()
A Dclear.c27 static void clear_callback(uint64_t key, uint64_t value, void *cookie) in clear_callback()
/tests/benchmarks/sched/src/
A Dmain.c93 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 Dmain.c238 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 Ddirect_isr.c94 unsigned int key = irq_lock(); in ZTEST() local
/tests/arch/arm/arm_no_multithreading/src/
A Dmain.c77 int key = arch_irq_lock(); in test_main() local
/tests/boards/silabs/dma/block_append/src/
A Dtest_dma_ba.c135 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 Dmain.c74 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 Dmain.c43 k_spinlock_key_t key; in ZTEST() local

Completed in 126 milliseconds

123