os_pthread.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ACE_sema_t
 This is used to implement semaphores for platforms that support POSIX pthreads, but do *not* support POSIX semaphores, i.e., it's a different type than the POSIX <sem_t>. More...

Typedefs

typedef pthread_t ACE_hthread_t
typedef pthread_t ACE_thread_t
typedef pthread_key_t ACE_OS_thread_key_t
typedef u_int ACE_thread_key_t
typedef pthread_mutex_t ACE_mutex_t
typedef pthread_cond_t ACE_cond_t
typedef pthread_condattr_t ACE_condattr_t
typedef pthread_mutexattr_t ACE_mutexattr_t
typedef pthread_mutex_t ACE_thread_mutex_t
typedef rwlock_t ACE_rwlock_t
typedef sema_t ACE_sema_t

Functions

pthread_t pthread_self (void)
int pthread_mutex_timedlock (pthread_mutex_t *mutex, const struct timespec *abstime)

Detailed Description

threads

Id
os_pthread.h 80164 2007-12-03 10:09:36Z johnnyw
Author:
Don Hinton <dhinton@dresystems.com>
This code was originally in various places including ace/OS.h.

Definition in file os_pthread.h.


Typedef Documentation

typedef pthread_cond_t ACE_cond_t

Definition at line 236 of file os_pthread.h.

typedef pthread_condattr_t ACE_condattr_t

Definition at line 237 of file os_pthread.h.

typedef pthread_t ACE_hthread_t

Definition at line 222 of file os_pthread.h.

typedef pthread_mutex_t ACE_mutex_t

Definition at line 235 of file os_pthread.h.

typedef pthread_mutexattr_t ACE_mutexattr_t

Definition at line 238 of file os_pthread.h.

typedef pthread_key_t ACE_OS_thread_key_t

Definition at line 226 of file os_pthread.h.

typedef pthread_rwlock_t ACE_rwlock_t

Definition at line 365 of file os_pthread.h.

typedef sema_t ACE_sema_t

Definition at line 372 of file os_pthread.h.

Definition at line 229 of file os_pthread.h.

typedef pthread_mutex_t ACE_thread_mutex_t

Definition at line 240 of file os_pthread.h.

typedef pthread_t ACE_thread_t

Definition at line 223 of file os_pthread.h.


Function Documentation

int pthread_mutex_timedlock ( pthread_mutex_t *  mutex,
const struct timespec abstime 
)
pthread_t pthread_self ( void   ) 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Sat Nov 21 23:13:52 2009 for ACE by  doxygen 1.6.1