Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/xts/process/
Dpthread_basic_api_test.c80 ret = pthread_create(&tid, NULL, ThreadPublic, (void*)&num);
99 ret = pthread_create(&tid, NULL, ThreadPublic, NULL);
173 ret = pthread_create(&tid, NULL, ThreadPublic, NULL);
Dpthread_attr_test.c63 ret = pthread_create(&tid, &attr, ThreadPublic, NULL);
77 ret = pthread_create(&tid, &attr, ThreadPublic, NULL);
Dpthread_test.h47 extern void *ThreadPublic(void *arg);
Dpthread_test.c33 void *ThreadPublic(void *arg) in ThreadPublic() function