|
rofi 1.7.5
|

Data Fields | |
| thread_state | st |
| GCond * | cond |
| GMutex * | mutex |
| unsigned int * | acount |
| RofiViewState * | state |
| unsigned int | start |
| unsigned int | stop |
| unsigned int | count |
| const char * | pattern |
| glong | plen |
| unsigned int* _thread_state_view::acount |
Count that is protected by lock.
Definition at line 666 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter_real().
| GCond* _thread_state_view::cond |
Condition.
Definition at line 662 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter_real().
| unsigned int _thread_state_view::count |
Rows processed.
Definition at line 675 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter_real().
| GMutex* _thread_state_view::mutex |
Lock for condition.
Definition at line 664 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter_real().
| const char* _thread_state_view::pattern |
Pattern input to filter.
Definition at line 678 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter_real().
| glong _thread_state_view::plen |
Length of pattern.
Definition at line 680 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter_real().
| thread_state _thread_state_view::st |
Generic thread state.
Definition at line 659 of file view.c.
Referenced by rofi_view_refilter_real().
| unsigned int _thread_state_view::start |
Start row for this worker.
Definition at line 671 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter_real().
| RofiViewState* _thread_state_view::state |
Current state.
Definition at line 669 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter_real().
| unsigned int _thread_state_view::stop |
Stop row for this worker.
Definition at line 673 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter_real().