version 1.20.2.1, 2006/05/15 17:04:39
|
version 1.25, 2007/01/10 23:55:26
|
Line 1
|
Line 1
|
/* ldap_int_thread.h - ldap internal thread wrappers header file */ |
/* ldap_int_thread.h - ldap internal thread wrappers header file */ |
/* $OpenLDAP: pkg/ldap/include/ldap_int_thread.h,v 1.21 2006/04/28 18:12:45 hyc Exp $ */ |
/* $OpenLDAP: pkg/ldap/include/ldap_int_thread.h,v 1.24 2007/01/10 00:29:16 hyc Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2006 The OpenLDAP Foundation. |
* Copyright 1998-2007 The OpenLDAP Foundation. |
* All rights reserved. |
* All rights reserved. |
* |
* |
* Redistribution and use in source and binary forms, with or without |
* Redistribution and use in source and binary forms, with or without |
Line 63 typedef pthread_cond_t ldap_int_thread_
|
Line 63 typedef pthread_cond_t ldap_int_thread_
|
#define LDAP_THREAD_HAVE_SETCONCURRENCY 1 |
#define LDAP_THREAD_HAVE_SETCONCURRENCY 1 |
#endif |
#endif |
|
|
#if 0 && defined( HAVE_PTHREAD_RWLOCK_DESTROY ) |
#if defined( HAVE_PTHREAD_RWLOCK_DESTROY ) |
#define LDAP_THREAD_HAVE_RDWR 1 |
#define LDAP_THREAD_HAVE_RDWR 1 |
typedef pthread_rwlock_t ldap_int_thread_rdwr_t; |
typedef pthread_rwlock_t ldap_int_thread_rdwr_t; |
#endif |
#endif |