Home
last modified time | relevance | path

Searched refs:threadExitCode (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/ipc_posix/signal/
DSignalTest.cpp1240 void* threadExitCode = nullptr; variable
1241 ret = pthread_join(tid, &threadExitCode);
1246 int c = (int)((uintptr_t)threadExitCode);
1315 void* threadExitCode = nullptr; variable
1316 ret = pthread_join(tid, &threadExitCode);
1318 int code = (int)((uintptr_t)threadExitCode);