|
libxcoder
3.5.4
|
#include <ni_util_logan.h>
Data Fields | |
| ni_pthread_mutex_t | pmutex |
| ni_pthread_cond_t | pcond |
| ni_task_t * | first |
| ni_task_t * | last |
| int | counter |
| int | idle |
| int | max_threads |
| int | quit |
Definition at line 108 of file ni_util_logan.h.
| int counter |
Definition at line 114 of file ni_util_logan.h.
| ni_task_t* first |
Definition at line 112 of file ni_util_logan.h.
| int idle |
Definition at line 115 of file ni_util_logan.h.
| ni_task_t* last |
Definition at line 113 of file ni_util_logan.h.
| int max_threads |
Definition at line 116 of file ni_util_logan.h.
| ni_pthread_cond_t pcond |
Definition at line 111 of file ni_util_logan.h.
| ni_pthread_mutex_t pmutex |
Definition at line 110 of file ni_util_logan.h.
| int quit |
Definition at line 117 of file ni_util_logan.h.