|
pazpar2
1.14.1
|
Data Fields | |
| int | write_fd |
| int | read_fd |
| yaz_spipe_t | spipe |
| NMEM | nmem |
| yaz_thread_t * | thread_id |
| YAZ_MUTEX | mutex |
| YAZ_COND | input_data |
| int | stop_flag |
| int | no_threads |
| struct work_item * | input_queue |
| struct work_item * | output_queue |
| struct work_item * | free_queue |
| void(* | work_handler )(void *work_data) |
| void(* | work_destroy )(void *work_data) |
Definition at line 64 of file sel_thread.c.
| struct work_item* sel_thread::free_queue |
Definition at line 76 of file sel_thread.c.
Referenced by sel_thread_add(), sel_thread_create(), and sel_thread_result().
| YAZ_COND sel_thread::input_data |
Definition at line 71 of file sel_thread.c.
Referenced by sel_thread_add(), sel_thread_create(), sel_thread_destroy(), and sel_thread_handler().
| struct work_item* sel_thread::input_queue |
Definition at line 74 of file sel_thread.c.
Referenced by sel_thread_add(), sel_thread_create(), sel_thread_destroy(), and sel_thread_handler().
| YAZ_MUTEX sel_thread::mutex |
Definition at line 70 of file sel_thread.c.
Referenced by sel_thread_add(), sel_thread_create(), sel_thread_destroy(), sel_thread_handler(), and sel_thread_result().
| NMEM sel_thread::nmem |
Definition at line 68 of file sel_thread.c.
Referenced by sel_thread_add(), sel_thread_create(), and sel_thread_destroy().
| int sel_thread::no_threads |
Definition at line 73 of file sel_thread.c.
Referenced by sel_thread_create(), and sel_thread_destroy().
| struct work_item* sel_thread::output_queue |
Definition at line 75 of file sel_thread.c.
Referenced by sel_thread_create(), sel_thread_destroy(), sel_thread_handler(), and sel_thread_result().
| int sel_thread::read_fd |
Definition at line 66 of file sel_thread.c.
Referenced by sel_thread_create(), and sel_thread_result().
| yaz_spipe_t sel_thread::spipe |
Definition at line 67 of file sel_thread.c.
Referenced by sel_thread_create(), and sel_thread_destroy().
| int sel_thread::stop_flag |
Definition at line 72 of file sel_thread.c.
Referenced by sel_thread_create(), sel_thread_destroy(), and sel_thread_handler().
| yaz_thread_t* sel_thread::thread_id |
Definition at line 69 of file sel_thread.c.
Referenced by sel_thread_create(), and sel_thread_destroy().
| void(* sel_thread::work_destroy) (void *work_data) |
Definition at line 78 of file sel_thread.c.
Referenced by sel_thread_create(), and sel_thread_destroy().
| void(* sel_thread::work_handler) (void *work_data) |
Definition at line 77 of file sel_thread.c.
Referenced by sel_thread_create(), and sel_thread_handler().
| int sel_thread::write_fd |
Definition at line 65 of file sel_thread.c.
Referenced by sel_thread_create(), and sel_thread_handler().