Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
Dpthread.c42 struct PthreadData { struct
84 static inline struct PthreadData *GetPthreadData(UINT32 taskID) in GetPthreadData()
87 (struct PthreadData *)(UINTPTR)(OS_TCB_FROM_TID(taskID)->taskName) : NULL; in GetPthreadData()
96 struct PthreadData *pthreadData = NULL; in PthreadEntry()
125 struct PthreadData *pthreadData = NULL; in pthread_create()
131 pthreadData = malloc(sizeof(struct PthreadData)); in pthread_create()
136 (void)memset_s(pthreadData, sizeof(struct PthreadData), 0, sizeof(struct PthreadData)); in pthread_create()
234 struct PthreadData *pthreadData = NULL; in pthread_cancel()
301 struct PthreadData *pthreadData = NULL; in pthread_join()
343 struct PthreadData *pthreadData = NULL; in pthread_detach()
[all …]