Searched refs:MySecondThread (Results 1 – 1 of 1) sorted by relevance
38 pthread_t MySecondThread; in foo() local39 pthread_create(&MySecondThread, 0, callee1, (void *)&GlobalVar); in foo()