Lely core libraries 2.3.4
stop_source Struct Reference

A stop source. More...

Collaboration diagram for stop_source:

Data Fields

atomic_size_t value
 Twice the number of references to this source, plus a single (least significant) bit indicating whether a stop request has been issued.
 
thrd_t thr
 The identifier of the thread invoking stop_source_request_stop().
 
struct stop_token token
 The stop token associated with this source.
 

Detailed Description

A stop source.

Definition at line 71 of file stop.c.


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