Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Dcommand_responder.cc33 static aos_sem_t cmd_sem; variable
40 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()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_ecc.c77 static struct k_sem cmd_sem; variable
226 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