Home
last modified time | relevance | path

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

/include/
Dpthread.h10 typedef struct pthread *pthread_t; typedef
19 pthread_t pthread_self(void);
20 int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
23 int pthread_join(pthread_t thread, void **value_ptr);
/lib/liblwip/src/arch/
Dsys_arch.c93 pthread_t pthread;
98 static pthread_t lwprot_thread = (pthread_t)0xDEAD;
110 introduce_thread(pthread_t id) in introduce_thread()
131 pthread_t tmp; in sys_thread_new()
549 lwprot_thread = (pthread_t) 0xDEAD; in sys_arch_unprotect()
/lib/libc/posix/
Dpthread.c78 pthread_t
108 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create()
152 pthread_join(pthread_t thread, void **value_ptr) in pthread_join()
/tests/
Dpthreadtest.c64 pthread_t thr; in main()