Searched refs:auwArgs (Results 1 – 5 of 5) sorted by relevance
156 taskInitParam.auwArgs[0] = (UINT32)(UINTPTR)startRoutine; in pthread_create()157 taskInitParam.auwArgs[1] = (UINT32)(UINTPTR)arg; in pthread_create()
56 my_task.auwArgs[0] = (hi_u32)(uintptr_t)arg; in hi_task_create()
203 st_sd_task.auwArgs[0] = (uintptr_t)p_data; in oal_kthread_create()
423 UINT32 auwArgs[LOS_TASK_ARG_NUM]; /**< Task parameters */ member
326 stTskInitParam.auwArgs[0] = (UINT32)argument; in osThreadNew()