|
rofi
1.7.0
|

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 635 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
| GCond* _thread_state_view::cond |
Condition.
Definition at line 631 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
| unsigned int _thread_state_view::count |
Rows processed.
Definition at line 644 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
| GMutex* _thread_state_view::mutex |
Lock for condition.
Definition at line 633 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
| const char* _thread_state_view::pattern |
Pattern input to filter.
Definition at line 647 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
| glong _thread_state_view::plen |
Length of pattern.
Definition at line 649 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
| thread_state _thread_state_view::st |
| unsigned int _thread_state_view::start |
Start row for this worker.
Definition at line 640 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
| RofiViewState* _thread_state_view::state |
Current state.
Definition at line 638 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
| unsigned int _thread_state_view::stop |
Stop row for this worker.
Definition at line 642 of file view.c.
Referenced by rofi_view_refilter().