Home
last modified time | relevance | path

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

/tests/
Dpthreadtest.c71 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/
Dpthread.h20 int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
/lib/libc/posix/
Dpthread.c108 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
/lib/liblwip/src/arch/
Dsys_arch.c137 code = pthread_create(&tmp, in sys_thread_new()