Home
last modified time | relevance | path

Searched refs:hal_os_thread_param (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_OS_rhino.c180 _IN_ hal_os_thread_param_t *hal_os_thread_param, in HAL_ThreadCreate() argument
192 if (hal_os_thread_param) { in HAL_ThreadCreate()
193 detach_state = hal_os_thread_param->detach_state; in HAL_ThreadCreate()
195 if (!hal_os_thread_param || !hal_os_thread_param->name) { in HAL_ThreadCreate()
198 tname = hal_os_thread_param->name; in HAL_ThreadCreate()
201 if (!hal_os_thread_param || hal_os_thread_param->stack_size == 0) { in HAL_ThreadCreate()
204 ssiz = hal_os_thread_param->stack_size; in HAL_ThreadCreate()
207 if (!hal_os_thread_param || hal_os_thread_param->priority == 0) { in HAL_ThreadCreate()
209 } else if (hal_os_thread_param->priority < os_thread_priority_idle || in HAL_ThreadCreate()
210 hal_os_thread_param->priority > os_thread_priority_realtime) { in HAL_ThreadCreate()
[all …]
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_OS_yoc.c92 _IN_ hal_os_thread_param_t *hal_os_thread_param, in HAL_ThreadCreate() argument
104 if (hal_os_thread_param) { in HAL_ThreadCreate()
105 detach_state = hal_os_thread_param->detach_state; in HAL_ThreadCreate()
107 if (!hal_os_thread_param || !hal_os_thread_param->name) { in HAL_ThreadCreate()
110 tname = hal_os_thread_param->name; in HAL_ThreadCreate()
113 if (!hal_os_thread_param || hal_os_thread_param->stack_size == 0) { in HAL_ThreadCreate()
116 ssiz = hal_os_thread_param->stack_size; in HAL_ThreadCreate()
119 if (!hal_os_thread_param || hal_os_thread_param->priority == 0) { in HAL_ThreadCreate()
121 } else if (hal_os_thread_param->priority < os_thread_priority_idle || in HAL_ThreadCreate()
122 hal_os_thread_param->priority > os_thread_priority_realtime) { in HAL_ThreadCreate()
[all …]
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/
A Dwrappers_os.h35 void *arg, hal_os_thread_param_t *hal_os_thread_param,

Completed in 6 milliseconds