Searched refs:pthread_create (Results 1 – 4 of 4) sorted by relevance
| /tests/ |
| D | pthreadtest.c | 71 status = pthread_create(&thr, NULL, thread_simple, NULL); in main() 80 status = pthread_create(&thr, NULL, thread_simple, (void *)1); in main() 102 status = pthread_create(&thr, NULL, thread_lock, (void *)1); in main()
|
| /include/ |
| D | pthread.h | 20 int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
|
| /lib/libc/posix/ |
| D | pthread.c | 108 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
|
| /lib/liblwip/src/arch/ |
| D | sys_arch.c | 137 code = pthread_create(&tmp, in sys_thread_new()
|