Searched refs:ThreadPublic (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_m/testsuites/unittest/xts/process/ |
D | pthread_basic_api_test.c | 80 ret = pthread_create(&tid, NULL, ThreadPublic, (void*)&num); 99 ret = pthread_create(&tid, NULL, ThreadPublic, NULL); 173 ret = pthread_create(&tid, NULL, ThreadPublic, NULL);
|
D | pthread_attr_test.c | 63 ret = pthread_create(&tid, &attr, ThreadPublic, NULL); 77 ret = pthread_create(&tid, &attr, ThreadPublic, NULL);
|
D | pthread_test.h | 47 extern void *ThreadPublic(void *arg);
|
D | pthread_test.c | 33 void *ThreadPublic(void *arg) in ThreadPublic() function
|