Home
last modified time | relevance | path

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

/lib/libc/posix/
Dpthread.c21 struct pthread { struct
24 TAILQ_ENTRY(pthread) threadTable; argument
34 TAILQ_ENTRY(pthread) cvTable; argument
37 typedef TAILQ_HEAD(pthreadList, pthread) pthreadList;
47 struct pthread *pth = pthread_self(); in __error()
56 struct pthread *thr = (struct pthread *)malloc(sizeof(*thr)); in __pthread_init()
82 struct pthread *thr; in pthread_self()
100 struct pthread *thr = (struct pthread *)arg; in pthreadCreateHelper()
112 struct pthread *thr; in pthread_create()
144 struct pthread *thr = pthread_self(); in pthread_exit()
[all …]
/lib/libc/
DSConscript20 "posix/pthread.c",
/include/
Dpthread.h10 typedef struct pthread *pthread_t;
/lib/liblwip/src/arch/
Dsys_arch.c93 pthread_t pthread; member
119 thread->pthread = id; in introduce_thread()