Searched refs:MyFirstThread (Results 1 – 1 of 1) sorted by relevance
35 pthread_t MyFirstThread; in foo() local36 pthread_create(&MyFirstThread, 0, callee0, 0); in foo()