#include "Thread.hxx"
#include "Mutex.hxx"
#include "xtime.hxx"
#include "Assert.hxx"
#include <sched.h>
#include <cstdio>
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
Typedefs | |
typedef void *(* | pthread_start_pfunc )(void *) |
typedef void(* | pthread_clean_pfunc )(void *) |
typedef void(* pthread_clean_pfunc)(void *) |
Definition at line 37 of file Thread.cxx.
typedef void*(* pthread_start_pfunc)(void *) |
Definition at line 35 of file Thread.cxx.