RaftLib  0.3a
C++ Stream Processing Template Library
pthreadwrap.h
1 
20 #ifndef _PTHREADWRAP_H_
21 #define _PTHREADWRAP_H_ 1
22 #include <pthread.h>
23 #ifdef __cplusplus
24 extern "C"
25 {
26 #endif
27 int pthread_mutex_lock_d( pthread_mutex_t *m,
28  const char *FILENAME,
29  const int LINENO );
30 #ifdef __cplusplus
31 }
32 #endif
33 #endif /* END _PTHREADWRAP_H_ */