rofi
1.5.4
|
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 566 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
GCond* _thread_state_view::cond |
Condition.
Definition at line 562 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
unsigned int _thread_state_view::count |
Rows processed.
Definition at line 575 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
GMutex* _thread_state_view::mutex |
Lock for condition.
Definition at line 564 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 578 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
glong _thread_state_view::plen |
Length of pattern.
Definition at line 580 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 571 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
RofiViewState* _thread_state_view::state |
Current state.
Definition at line 569 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 573 of file view.c.
Referenced by rofi_view_refilter().