ZXFoundation™ 26h2
Loading...
Searching...
No Matches
zxfoundation::sync::waitqueue::wait_head Struct Referenceexport

Wait queue — a spinlock-protected list of wait_entry nodes. More...

Collaboration diagram for zxfoundation::sync::waitqueue::wait_head:
[legend]

Public Member Functions

auto operator= (const wait_head &)=delete
auto operator= (wait_head &&)=delete
 wait_head (const wait_head &)=delete
 wait_head (wait_head &&)=delete

Data Fields

lib::list_head entries {}
 Linked list of wait_entry nodes.
sync::qspinlock::qspinlock lock {}
 Protects the entry list.

Detailed Description

Wait queue — a spinlock-protected list of wait_entry nodes.


The documentation for this struct was generated from the following file:
  • zxfoundation/sync/waitqueue.zcomponent/types.cxxm