Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
Go to the source code of this file.
Data Structures | |
struct | pthread_attr |
struct | pthread_mutexattr |
struct | pthread_condattr |
struct | pthread_barrierattr |
struct | pthread_rwlock_obj |
Typedefs | |
typedef unsigned long | useconds_t |
typedef uint32_t | clockid_t |
typedef unsigned long | timer_t |
typedef uint32_t | pthread_t = sizeof(struct pthread_attr)) |
typedef uint32_t | pthread_spinlock_t |
typedef struct k_sem | sem_t |
typedef uint32_t | pthread_mutex_t |
typedef uint32_t | pthread_cond_t = sizeof(struct pthread_mutexattr)) |
typedef uint32_t | pthread_barrier_t = sizeof(struct pthread_condattr)) |
typedef struct pthread_barrierattr | pthread_barrierattr_t |
typedef uint32_t | pthread_rwlockattr_t |
typedef struct pthread_rwlock_obj | pthread_rwlock_t |
typedef uint32_t pthread_barrier_t = sizeof(struct pthread_condattr)) |
typedef struct pthread_barrierattr pthread_barrierattr_t |
typedef uint32_t pthread_cond_t = sizeof(struct pthread_mutexattr)) |
typedef uint32_t pthread_mutex_t |
typedef struct pthread_rwlock_obj pthread_rwlock_t |
typedef uint32_t pthread_rwlockattr_t |
typedef uint32_t pthread_spinlock_t |
typedef uint32_t pthread_t = sizeof(struct pthread_attr)) |
typedef struct k_sem sem_t |
typedef unsigned long useconds_t |