![]() |
|
PhoenixThread
1.0.0
Tools to ease parallel programming in C++
|
#include "DetachPool.h"
Include dependency graph for DetachPool.cpp:Go to the source code of this file.
Functions | |
| void | phoenix_printThreadStatus (const ListThreadDetachInfo &listThreadInfo, std::ostream &out) |
| Print the status of all remaning thread. | |
| std::string | phoenix_statusToString (int exitStatus) |
| Convert the current status of a thread into a string. | |
| void phoenix_printThreadStatus | ( | const ListThreadDetachInfo & | listThreadInfo, |
| std::ostream & | out ) |
Print the status of all remaning thread.
| listThreadInfo | : list of thread information to be printed |
| out | : ostream to be used to print information |
Definition at line 25 of file DetachPool.cpp.
References phoenix_statusToString().
Here is the call graph for this function:| std::string phoenix_statusToString | ( | int | exitStatus | ) |
Convert the current status of a thread into a string.
| exitStatus | : status of the thread |
Definition at line 13 of file DetachPool.cpp.
References PEXIT_STATUS_NOT_FIHISHED, and PEXIT_STATUS_OK.
Referenced by phoenix_printThreadStatus(), and DetachPool::removeFinishedThread().
Here is the caller graph for this function: