/AliOS-Things-master/hardware/chip/rtl872xd/test/ |
A D | aos_test.c | 431 aos_sem_new(&g_sem_taskexit_sync, 0); in CASE() 448 aos_sem_new(&g_sem_taskexit_sync, 0); in CASE() 464 aos_sem_new(&g_sem_taskexit_sync, 0); in CASE() 480 aos_sem_new(&g_sem_taskexit_sync, 0); in CASE() 496 aos_sem_new(&g_sem_taskexit_sync, 0); in CASE() 514 aos_sem_new(&g_sem_taskexit_sync, 0); in CASE() 604 aos_sem_new(&g_sem_taskexit_sync, 0); in CASE() 634 ret = aos_sem_new(&g_sem, 0); in CASE() 662 aos_sem_new(&g_sem, 1); in CASE() 789 ret = aos_sem_new(&g_sem, 0); in CASE() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | hal_spi.c | 85 aos_sem_new(&slave_tx_down_sema, 0); in hal_spi_init() 86 aos_sem_new(&slave_rx_down_sema, 0); in hal_spi_init() 87 aos_sem_new(&master_tx_down_sema, 0); in hal_spi_init() 88 aos_sem_new(&master_rx_down_sema, 0); in hal_spi_init()
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | command_responder.cc | 62 aos_sem_new(&cmd_sem, 0); in RespondCommandThreadInit()
|
A D | ringbuf.c | 51 aos_sem_new(&r->can_read, 0); in rb_init() 54 aos_sem_new(&r->can_write, 0); in rb_init()
|
/AliOS-Things-master/components/amp/components/at/src/ |
A D | hal_at_os.c | 94 if (0 != aos_sem_new(&sem, 0)) { in atpsr_sem_new()
|
/AliOS-Things-master/components/posix/src/ |
A D | pthread_cond.c | 28 ret = aos_sem_new((aos_sem_t*)(&(cond->wait_sem)), 0); in pthread_cond_init() 34 ret = aos_sem_new((aos_sem_t*)(&(cond->wait_done)), 0); in pthread_cond_init()
|
A D | semaphore.c | 31 ret = aos_sem_new((aos_sem_t *)&(sem->aos_sem), value); in sem_init()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/at/ |
A D | module_at.c | 23 aos_sem_new sem; 180 aos_sem_new(&at_notify_param->sem, 0); in native_atCallback()
|
/AliOS-Things-master/components/osal_aos/example/ |
A D | task_example.c | 95 status = aos_sem_new(&g_testsync_sem, 0); in aos_task_example()
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_sem.c | 19 aos_status_t aos_sem_new(aos_sem_t *sem, uint32_t count) in aos_sem_new() function
|
/AliOS-Things-master/components/cli/src/ |
A D | telnet_console.c | 73 aos_sem_new(&telnet_recv_buf->telnet_rx_sem, 0); in telnet_console_init()
|
A D | cli_console.c | 463 ret = aos_sem_new(&console->sem, 1); in cli_console_init() 469 ret = aos_sem_new(&console->console_exit_sem, 0); in cli_console_init() 613 ret = aos_sem_new(&console_sem, 1); in create_default_console_task()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/gpio/ |
A D | gpio_test.c | 43 aos_sem_new(&gpio_test_sem, 0); in hal_gpio_test()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/timer/ |
A D | timer_test.c | 42 ret = aos_sem_new(&timer_test_sem, 0); in hal_timer_test()
|
/AliOS-Things-master/components/ai_agent/src/engine/ |
A D | kws_engine.c | 68 aos_sem_new(&kws_sem, 0); in kws_engine_init()
|
/AliOS-Things-master/components/drivers/peripheral/uart/src/ |
A D | tty_csi.c | 374 ret = aos_sem_new(&tty_csi->rx_sem, 0); in aos_tty_csi_register() 380 ret = aos_sem_new(&tty_csi->tx_sem, 0); in aos_tty_csi_register()
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_engine.c | 194 if (aos_sem_new(&jse_task_exit_sem, 0) != 0) { in jsengine_main()
|
/AliOS-Things-master/components/genie_service/sal/src/ |
A D | genie_sal_ble.c | 71 if (0 != aos_sem_new(&scan_sem, 0)) in genie_sal_ble_get_rssi()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/ |
A D | osif_customer.c | 159 if (aos_sem_new(aos_sema, init_count) == 0) { in os_sem_create()
|
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/ |
A D | aos_hal_uart.c | 135 aos_sem_new(¬ify->sem, 0); in aos_hal_uart_callback()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/ |
A D | module_repl.c | 224 if (aos_sem_new(&g_repl_close_sem, 0) != 0) { in module_repl_register()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/oss/ |
A D | module_oss.c | 175 if (aos_sem_new(&g_oss_task_sem, 0) != 0) { in module_oss_register()
|
/AliOS-Things-master/components/select/poll/ |
A D | poll.c | 38 aos_sem_new(&parg->sem, 0); in init_parg()
|
/AliOS-Things-master/components/uservice/src/ |
A D | rpc.c | 42 ret = aos_sem_new(&rpc->data->sem, 0); in rpc_init()
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_aos.h | 283 aos_sem_new(&sem, 0); in os_sem_new()
|