CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
TaskRequiresResource Struct Reference

Requirement for exclusive access to a shared resource. More...

#include <taskrequiresresource.h>

Data Fields

int64 expires
 Time after which requirement times out and fails (0 = no timeout)
 
bool owned
 True if resource has been acquired by this requirement.
 
TaskResourceres
 Resource to acquire.
 

Detailed Description

Requirement for exclusive access to a shared resource.

Definition at line 48 of file taskrequiresresource.h.


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