|
Zephyr Project API 3.6.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
| struct | pthread_attr |
| struct | pthread_mutexattr |
| struct | pthread_condattr |
| struct | pthread_barrierattr |
| struct | pthread_once |
Typedefs | |
| typedef int | pid_t |
| 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 uint32_t | pthread_rwlock_t |
| typedef int pid_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 uint32_t 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 |