rofi  1.5.4
_thread_state_view Struct Reference
Collaboration diagram for _thread_state_view:
Collaboration graph

Data Fields

thread_state st
 
GCond * cond
 
GMutex * mutex
 
unsigned int * acount
 
RofiViewStatestate
 
unsigned int start
 
unsigned int stop
 
unsigned int count
 
const char * pattern
 
glong plen
 

Detailed Description

Thread state for workers started for the view.

Definition at line 556 of file view.c.

Field Documentation

◆ acount

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().

◆ cond

GCond* _thread_state_view::cond

Condition.

Definition at line 562 of file view.c.

Referenced by filter_elements(), and rofi_view_refilter().

◆ count

unsigned int _thread_state_view::count

Rows processed.

Definition at line 575 of file view.c.

Referenced by filter_elements(), and rofi_view_refilter().

◆ mutex

GMutex* _thread_state_view::mutex

Lock for condition.

Definition at line 564 of file view.c.

Referenced by filter_elements(), and rofi_view_refilter().

◆ pattern

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().

◆ plen

glong _thread_state_view::plen

Length of pattern.

Definition at line 580 of file view.c.

Referenced by filter_elements(), and rofi_view_refilter().

◆ st

thread_state _thread_state_view::st

Generic thread state.

Definition at line 559 of file view.c.

Referenced by rofi_view_refilter().

◆ start

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().

◆ state

RofiViewState* _thread_state_view::state

Current state.

Definition at line 569 of file view.c.

Referenced by filter_elements(), and rofi_view_refilter().

◆ stop

unsigned int _thread_state_view::stop

Stop row for this worker.

Definition at line 573 of file view.c.

Referenced by rofi_view_refilter().


The documentation for this struct was generated from the following file: