/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_Thread.c | 46 int stack_size; member 67 if (thread->stack_size != 0) { in Rockchip_OSAL_ThreadCreate() 68 pthread_attr_setstacksize(&thread->attr, thread->stack_size); in Rockchip_OSAL_ThreadCreate()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | osl_ext.h | 362 * stack_size (in) Stack size - in bytes. 373 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, task) \ 374 osl_ext_task_create_ex((name), (stack), (stack_size), (priority), 0, (func), \ 384 * stack_size (in) Stack size - in bytes. 397 void *stack, unsigned int stack_size, osl_ext_task_priority_t priority, 735 #define osl_ext_task_create(name, stack, stack_size, priority, func, arg, task) \
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_task.h | 44 hi_u32 stack_size; /* *< Task stack size.CNcomment:栈大小CNend */ member 60 hi_u32 stack_size; member 91 are configured as follows: task_name:"default" task_prio:20 stack_size:(4*1024)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_task.h | 43 hi_u32 stack_size; /**< Task stack size.CNcomment:栈大小CNend */ member 59 hi_u32 stack_size; member 90 are configured as follows: task_name:"default" task_prio:20 stack_size:(4*1024)
|
H A D | hi_crash.h | 167 hi_u16 stack_size; /**< stack size.CNcomment:任务栈大小.CNend */ member
|
H A D | hi_wifi_api.h | 1325 * @param stack_size [IN] Type #unsigned short , task stack size, more than 1K bytes, default: 2k. 1334 int hi_wifi_config_callback(unsigned char mode, unsigned char task_prio, unsigned short stack_size);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | netcfg_sample.c | 92 attr.stack_size = SAMPLE_TASK_STACK_SIZE; in LedInit() 270 attr.stack_size = SAMPLE_TASK_STACK_SIZE; in CreateCfgNetTask() 369 attr.stack_size = SAMPLE_TASK_STACK_SIZE; in SampleBiz()
|
H A D | app_demo_uart.c | 69 attr.stack_size = UART_DEMO_TASK_STAK_SIZE; in uart_demo()
|
H A D | network_config_sample.c | 119 attr.stack_size = SAMPLE_TASK_STACK_SIZE; in LedInit() 210 attr.stack_size = SAMPLE_TASK_STACK_SIZE; in WifiConnectionChangedHandler() 296 attr.stack_size = SAMPLE_TASK_STACK_SIZE; in CreateCfgNetTask() 541 attr.stack_size = SAMPLE_TASK_STACK_SIZE; in NetCfgSampleBiz()
|
H A D | app_main.c | 141 attr.stack_size = APP_SDIO_INIT_TASK_SIZE; in app_sdio_init() 401 attr.stack_size = APP_DEMO_RELEASE_MEM_TASK_SIZE; in app_demo_task_body() 416 attr.stack_size = APP_DEMO_RELEASE_MEM_TASK_SIZE; in app_demo_task_release_mem()
|
H A D | app_demo_flash.c | 104 attr.stack_size = 0x800; /* 800 */ in cmd_test_flash()
|
H A D | app_demo_spi.c | 575 attr.stack_size = 0x2000; in app_demo_spi_test_cmd_mw_sr() 580 attr.stack_size = 0x2000; in app_demo_spi_test_cmd_mw_sr() 616 attr.stack_size = 0x2000; in app_demo_spi_test_cmd_mr_sw() 621 attr.stack_size = 0x2000; in app_demo_spi_test_cmd_mr_sw()
|
H A D | app_demo_i2s.c | 165 attr.stack_size = I2S_TEST_TASK_STAK_SIZE; in audio_record_play()
|
/device/qemu/riscv32_virt/liteos_m/board/ui/ |
H A D | ui_adapter.cpp | 135 attr.stack_size = UI_TASK_SIZE; in UiAdapterRun()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/ |
H A D | app_main.c | 126 attr.stack_size = APP_SDIO_INIT_TASK_SIZE; in app_sdio_init() 372 attr.stack_size = APP_DEMO_RELEASE_MEM_TASK_SIZE; in app_demo_task_body() 387 attr.stack_size = APP_DEMO_RELEASE_MEM_TASK_SIZE; in app_demo_task_release_mem()
|
H A D | blackbox_adapter_impl.c | 104 sysErrInfo->os_info.task.stack_size, in SaveExcpInfo() 258 sysErrInfo->os_info.task.stack_size); in SaveTaskInfo()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | hi_task.c | 38 my_task.uwStackSize = attr->stack_size; in hi_task_create()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_task.c | 36 osal_task *osal_kthread_create(osal_kthread_handler handler, void *data, const char *name, unsigned int stack_size) in osal_kthread_create() argument
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_task.c | 99 attr.stack_size = FRW_TASK_SIZE; in frw_task_init()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | hi_at.c | 681 attr.stack_size = g_at_proc_task_size; in hi_at_init() 690 attr.stack_size = g_at_uart_task_size; in hi_at_init()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_host.h | 271 hi_u16 stack_size; /* *< stack size.CNcomment:任务栈大小.CNend */ member
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/ |
H A D | cmsis_os2.h | 438 uint32_t stack_size;
member
|
H A D | cmsis_liteos2.c | 328 stTskInitParam.uwStackSize = attr->stack_size;
in osThreadNew()
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtinput.c | 407 attr.stack_size = LOSCFG_BASE_CORE_TSK_DEFAULT_STACK_SIZE; in HdfVirtinInit()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | hi_osal.h | 196 unsigned int stack_size); // 0 mean default
|