◆ arg
| void* threadqueue_job_t::arg |
◆ fptr
| void(* threadqueue_job_t::fptr) (void *arg) |
◆ lock
| pthread_mutex_t threadqueue_job_t::lock |
◆ ndepends
| int threadqueue_job_t::ndepends |
◆ next
◆ rdepends
Array of pointers to jobs that depend on this one. They have to exist when the thread finishes, because they cannot be run before.
◆ rdepends_count
| int threadqueue_job_t::rdepends_count |
◆ rdepends_size
| int threadqueue_job_t::rdepends_size |
◆ refcount
| int threadqueue_job_t::refcount |
◆ state
The documentation for this struct was generated from the following file: