Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_OS_rhino.c189 int detach_state = 0; in HAL_ThreadCreate() local
193 detach_state = hal_os_thread_param->detach_state; in HAL_ThreadCreate()
224 task->detached = detach_state; in HAL_ThreadCreate()
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_OS_yoc.c101 int detach_state = 0; in HAL_ThreadCreate() local
105 detach_state = hal_os_thread_param->detach_state; in HAL_ThreadCreate()
136 task->detached = detach_state; in HAL_ThreadCreate()
/AliOS-Things-master/components/linkkit/include/linkkit/wrappers/
A Dwrappers_defs.h33 int detach_state; /* 0: not detached state; otherwise: detached state. */ member

Completed in 10 milliseconds