Searched refs:threadExitCode (Results 1 – 1 of 1) sorted by relevance
1240 void* threadExitCode = nullptr; variable1241 ret = pthread_join(tid, &threadExitCode);1246 int c = (int)((uintptr_t)threadExitCode);1315 void* threadExitCode = nullptr; variable1316 ret = pthread_join(tid, &threadExitCode);1318 int code = (int)((uintptr_t)threadExitCode);