Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTThread.h282 void *threadStatus = nullptr; in Join() local
283 int err = pthread_join(thread, &threadStatus); in Join()