Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dcsip_set_member_test.c24 static volatile bool g_locked; variable
40 g_locked = locked; in csip_lock_changed_cb()
133 WAIT_FOR_COND(g_locked); in test_main()
135 WAIT_FOR_COND(!g_locked); in test_main()
137 WAIT_FOR_COND(g_locked); in test_main()
139 WAIT_FOR_COND(!g_locked); in test_main()
167 WAIT_FOR_COND(g_locked); in test_force_release()