source:
trunk/MagicSoft/Cosy/base/threads.h@
3791
Last change on this file since 3791 was 1111, checked in by , 23 years ago | |
---|---|
File size: 180 bytes |
Line | |
---|---|
1 | #ifndef THREADS_H |
2 | #define THREADS_H |
3 | |
4 | #ifndef __CINT__ |
5 | #include <pthread.h> |
6 | #else |
7 | typedef unsigned long int pthread_t; |
8 | struct pthread_mutex_t; |
9 | struct pthread_cond_t; |
10 | #endif |
11 | |
12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.