|
xrootd
|
#include <pthread.h>
Go to the source code of this file.
Classes | |
| struct | XrdFfsQueueTasks |
Functions | |
| struct XrdFfsQueueTasks * | XrdFfsQueue_create_task (void *(*func)(void *), void **args, short initstat) |
| void | XrdFfsQueue_free_task (struct XrdFfsQueueTasks *task) |
| void | XrdFfsQueue_wait_task (struct XrdFfsQueueTasks *task) |
| unsigned int | XrdFfsQueue_count_tasks () |
| int | XrdFfsQueue_create_workers (int n) |
| int | XrdFfsQueue_remove_workers (int n) |
| int | XrdFfsQueue_count_workers () |
| unsigned int XrdFfsQueue_count_tasks | ( | ) |
| int XrdFfsQueue_count_workers | ( | ) |
| struct XrdFfsQueueTasks* XrdFfsQueue_create_task | ( | void *(*)(void *) | func, |
| void ** | args, | ||
| short | initstat | ||
| ) |
| int XrdFfsQueue_create_workers | ( | int | n | ) |
| void XrdFfsQueue_free_task | ( | struct XrdFfsQueueTasks * | task | ) |
| int XrdFfsQueue_remove_workers | ( | int | n | ) |
| void XrdFfsQueue_wait_task | ( | struct XrdFfsQueueTasks * | task | ) |
1.8.5