Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/smp/src/
Dmain.c943 static void (*sync_unlock)(void *); variable
985 sync_unlock = sync_unlock_irq; in sync_init()
989 sync_unlock = sync_unlock_sem; in sync_init()
994 sync_unlock = sync_unlock_mutex; in sync_init()
999 sync_lock = sync_unlock = sync_lock_dummy; in sync_init()
1015 sync_unlock(&key); in inc_global_cnt()