Searched refs:SmallStackThread_threadfn (Results 1 – 1 of 1) sorted by relevance
3296 static void *SmallStackThread_threadfn(void* data) { in SmallStackThread_threadfn() function3318 res = pthread_create(&t, &attr, SmallStackThread_threadfn, NULL); in TEST()3338 res = pthread_create(&t, &attr, SmallStackThread_threadfn, NULL); in TEST()