Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/kernel/smp/src/
Dmain.c940 static void (*sync_lock)(void *); variable
982 sync_lock = sync_lock_irq; in sync_init()
986 sync_lock = sync_lock_sem; in sync_init()
991 sync_lock = sync_lock_mutex; in sync_init()
997 sync_lock = sync_unlock = sync_lock_dummy; in sync_init()
1007 sync_lock(&key); in inc_global_cnt()