Home
last modified time | relevance | path

Searched refs:aos_sem_new (Results 1 – 25 of 58) sorted by relevance

123

/AliOS-Things-master/hardware/chip/rtl872xd/test/
A Daos_test.c431 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 Dhal_spi.c85 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 Dcommand_responder.cc62 aos_sem_new(&cmd_sem, 0); in RespondCommandThreadInit()
A Dringbuf.c51 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 Dhal_at_os.c94 if (0 != aos_sem_new(&sem, 0)) { in atpsr_sem_new()
/AliOS-Things-master/components/posix/src/
A Dpthread_cond.c28 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 Dsemaphore.c31 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 Dmodule_at.c23 aos_sem_new sem;
180 aos_sem_new(&at_notify_param->sem, 0); in native_atCallback()
/AliOS-Things-master/components/osal_aos/example/
A Dtask_example.c95 status = aos_sem_new(&g_testsync_sem, 0); in aos_task_example()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_sem.c19 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 Dtelnet_console.c73 aos_sem_new(&telnet_recv_buf->telnet_rx_sem, 0); in telnet_console_init()
A Dcli_console.c463 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 Dgpio_test.c43 aos_sem_new(&gpio_test_sem, 0); in hal_gpio_test()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/timer/
A Dtimer_test.c42 ret = aos_sem_new(&timer_test_sem, 0); in hal_timer_test()
/AliOS-Things-master/components/ai_agent/src/engine/
A Dkws_engine.c68 aos_sem_new(&kws_sem, 0); in kws_engine_init()
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty_csi.c374 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 Damp_engine.c194 if (aos_sem_new(&jse_task_exit_sem, 0) != 0) { in jsengine_main()
/AliOS-Things-master/components/genie_service/sal/src/
A Dgenie_sal_ble.c71 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 Dosif_customer.c159 if (aos_sem_new(aos_sema, init_count) == 0) { in os_sem_create()
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_uart.c135 aos_sem_new(&notify->sem, 0); in aos_hal_uart_callback()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/
A Dmodule_repl.c224 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 Dmodule_oss.c175 if (aos_sem_new(&g_oss_task_sem, 0) != 0) { in module_oss_register()
/AliOS-Things-master/components/select/poll/
A Dpoll.c38 aos_sem_new(&parg->sem, 0); in init_parg()
/AliOS-Things-master/components/uservice/src/
A Drpc.c42 ret = aos_sem_new(&rpc->data->sem, 0); in rpc_init()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_aos.h283 aos_sem_new(&sem, 0); in os_sem_new()

Completed in 51 milliseconds

123