Version 2.0.0-0

pthread_rwlock_t Reference

File
lib/system/include/system/types/pthread_rwlock_t.h
Date
Wednesday, June 25, 2014
Includes
  • <system/types/__private/stdint.h>

Types

pthread_rwlock_t Top

typedef struct { __XEOS_UInt32 __reserved[ 8 ]; } pthread_rwlock_t;

Macros

__XEOS_LIB_SYSTEM_TYPES_PTHREAD_RWLOCK_T_H__ Top

#define __XEOS_LIB_SYSTEM_TYPES_PTHREAD_RWLOCK_T_H__

PTHREAD_RWLOCK_INITIALIZER Top

#define PTHREAD_RWLOCK_INITIALIZER { 0, 0, 0, 0, 0, 0, 0, 0 }