pthread_queue_s Struct Reference
#include <pthread_queue.h>
Data Fields | |
void * | buffer |
int | size |
int | item_size |
int | items |
int | in |
int | out |
pthread_mutex_t | mutex |
pthread_cond_t | cond_full |
pthread_cond_t | cond_empty |
Field Documentation
void* pthread_queue_s::buffer |
pthread_cond_t pthread_queue_s::cond_empty |
pthread_cond_t pthread_queue_s::cond_full |
int pthread_queue_s::in |
int pthread_queue_s::item_size |
int pthread_queue_s::items |
pthread_mutex_t pthread_queue_s::mutex |
int pthread_queue_s::out |
int pthread_queue_s::size |
The documentation for this struct was generated from the following file:
- include/csp/arch/posix/pthread_queue.h