File: threadlib.h

package info (click to toggle)
courier 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 54,444 kB
  • sloc: ansic: 130,619; cpp: 33,255; sh: 10,437; perl: 4,250; makefile: 3,447; sed: 39
file content (34 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#ifndef	threadlib_h
#define	threadlib_h

/*
** Copyright 2000 Double Precision, Inc.  See COPYING for
** distribution information.
*/


#include	"config.h"

#ifdef __cplusplus
extern "C" {
#endif
#if 0
}
#endif

struct cthreadinfo;
struct cthreadlock;

#if	HAVE_PTHREADS
#include	"havepthread.h"
#else
#include	"nopthread.h"
#endif

#if 0
{
#endif
#ifdef __cplusplus
}
#endif
#endif