git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@794 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
5ccbfa458d
commit
aecc5ba8fc
35 changed files with 498 additions and 262 deletions
|
|
@ -39,8 +39,8 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
/* A high-level thread */
|
||||
|
||||
/* A high-level thread */
|
||||
class Thread {
|
||||
|
||||
public:
|
||||
|
|
@ -63,6 +63,8 @@ private :
|
|||
bool act;
|
||||
};
|
||||
|
||||
extern void initThreadsEnv ();
|
||||
|
||||
extern void addThread (Thread * __hl_thread, std :: vector <pthread_t *> & __ll_threads);
|
||||
|
||||
extern void joinThreads (std :: vector <pthread_t *> & __ll_threads);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue