My Project
Main Page
Related Pages
Namespaces
Classes
Files
File List
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_ */
Generated by
1.8.10