~ubuntu-branches/ubuntu/edgy/rpm/edgy

« back to all changes in this revision

Viewing changes to db/include_auto/mutex_ext.in

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-01-22 20:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20020122205657-l74j50mr9z8ofcl5
Tags: upstream-4.0.3
ImportĀ upstreamĀ versionĀ 4.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* DO NOT EDIT: automatically built by dist/s_include. */
 
2
#ifndef _mutex_ext_h_
 
3
#define _mutex_ext_h_
 
4
#if defined(__cplusplus)
 
5
extern "C" {
 
6
#endif
 
7
#define __db_fcntl_mutex_init __db_fcntl_mutex_init@DB_VERSION_UNIQUE_NAME@
 
8
int __db_fcntl_mutex_init __P((DB_ENV *, MUTEX *, u_int32_t));
 
9
#define __db_fcntl_mutex_lock __db_fcntl_mutex_lock@DB_VERSION_UNIQUE_NAME@
 
10
int __db_fcntl_mutex_lock __P((DB_ENV *, MUTEX *, DB_FH *));
 
11
#define __db_fcntl_mutex_unlock __db_fcntl_mutex_unlock@DB_VERSION_UNIQUE_NAME@
 
12
int __db_fcntl_mutex_unlock __P((DB_ENV *, MUTEX *));
 
13
#define __db_fcntl_mutex_destroy __db_fcntl_mutex_destroy@DB_VERSION_UNIQUE_NAME@
 
14
int __db_fcntl_mutex_destroy __P((MUTEX *));
 
15
#define __db_pthread_mutex_init __db_pthread_mutex_init@DB_VERSION_UNIQUE_NAME@
 
16
int __db_pthread_mutex_init __P((DB_ENV *, MUTEX *, u_int32_t));
 
17
#define __db_pthread_mutex_lock __db_pthread_mutex_lock@DB_VERSION_UNIQUE_NAME@
 
18
int __db_pthread_mutex_lock __P((DB_ENV *, MUTEX *));
 
19
#define __db_pthread_mutex_unlock __db_pthread_mutex_unlock@DB_VERSION_UNIQUE_NAME@
 
20
int __db_pthread_mutex_unlock __P((DB_ENV *, MUTEX *));
 
21
#define __db_pthread_mutex_destroy __db_pthread_mutex_destroy@DB_VERSION_UNIQUE_NAME@
 
22
int __db_pthread_mutex_destroy __P((MUTEX *));
 
23
#define __db_tas_mutex_init __db_tas_mutex_init@DB_VERSION_UNIQUE_NAME@
 
24
int __db_tas_mutex_init __P((DB_ENV *, MUTEX *, u_int32_t));
 
25
#define __db_tas_mutex_lock __db_tas_mutex_lock@DB_VERSION_UNIQUE_NAME@
 
26
int __db_tas_mutex_lock __P((DB_ENV *, MUTEX *));
 
27
#define __db_tas_mutex_unlock __db_tas_mutex_unlock@DB_VERSION_UNIQUE_NAME@
 
28
int __db_tas_mutex_unlock __P((DB_ENV *, MUTEX *));
 
29
#define __db_tas_mutex_destroy __db_tas_mutex_destroy@DB_VERSION_UNIQUE_NAME@
 
30
int __db_tas_mutex_destroy __P((MUTEX *));
 
31
#define __db_mutex_alloc __db_mutex_alloc@DB_VERSION_UNIQUE_NAME@
 
32
int __db_mutex_alloc __P((DB_ENV *, REGINFO *, int, MUTEX **));
 
33
#define __db_mutex_free __db_mutex_free@DB_VERSION_UNIQUE_NAME@
 
34
void __db_mutex_free __P((DB_ENV *, REGINFO *, MUTEX *));
 
35
#define __db_shreg_locks_clear __db_shreg_locks_clear@DB_VERSION_UNIQUE_NAME@
 
36
void __db_shreg_locks_clear __P((MUTEX *, REGINFO *, REGMAINT *));
 
37
#define __db_shreg_locks_destroy __db_shreg_locks_destroy@DB_VERSION_UNIQUE_NAME@
 
38
void __db_shreg_locks_destroy __P((REGINFO *, REGMAINT *));
 
39
#define __db_shreg_mutex_init __db_shreg_mutex_init@DB_VERSION_UNIQUE_NAME@
 
40
int __db_shreg_mutex_init __P((DB_ENV *, MUTEX *, u_int32_t, u_int32_t, REGINFO *, REGMAINT *));
 
41
#define __db_shreg_maintinit __db_shreg_maintinit@DB_VERSION_UNIQUE_NAME@
 
42
void __db_shreg_maintinit __P((REGINFO *, void *addr, size_t));
 
43
#if defined(__cplusplus)
 
44
}
 
45
#endif
 
46
#endif /* _mutex_ext_h_ */