Home
last modified time | relevance | path

Searched defs:pthread (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/musl/src/internal/
Dpthread_impl.h18 #define pthread _pthread_data_tag macro
22 #define pthread __pthread macro
24 struct pthread { struct
27 struct pthread *self; argument
31 struct pthread *prev, *next; /* non-ABI */ argument
32 uintptr_t sysinfo;
35 uintptr_t canary_pad;
37 uintptr_t canary;
41 int tid;
42 int errno_val;
[all …]
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
DRockchip_OSAL_Thread.c43 pthread_t pthread; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/
Dsys_arch.h91 pthread_t pthread; member
/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/CMSIS/CMSIS/RTOS/LiteOS/INC/
Dcmsis_os1.h314 os_pthread pthread; ///< start address of thread function member