source: trunk/MagicSoft/Cosy/base/threads.h@ 1714

Last change on this file since 1714 was 1111, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 180 bytes
Line 
1#ifndef THREADS_H
2#define THREADS_H
3
4#ifndef __CINT__
5#include <pthread.h>
6#else
7typedef unsigned long int pthread_t;
8struct pthread_mutex_t;
9struct pthread_cond_t;
10#endif
11
12#endif
Note: See TracBrowser for help on using the repository browser.