Searched refs:cmd_sem (Results 1 – 2 of 2) sorted by relevance
33 static aos_sem_t cmd_sem; variable40 aos_sem_wait(&cmd_sem, AOS_WAIT_FOREVER); in command_process_main()62 aos_sem_new(&cmd_sem, 0); in RespondCommandThreadInit()87 aos_sem_signal(&cmd_sem); in RespondToCommand()
77 static struct k_sem cmd_sem; variable226 k_sem_take(&cmd_sem, K_FOREVER); in ecc_thread()278 k_sem_give(&cmd_sem); in le_gen_dhkey()297 k_sem_give(&cmd_sem); in le_p256_pub_key()336 k_sem_init(&cmd_sem, 0, 1); in bt_hci_ecc_init()
Completed in 10 milliseconds