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