rpm  5.4.15
Data Fields
yarnLock_s Struct Reference

Data Fields

int mutex
 
int cond
 
long value
 

Detailed Description

Definition at line 242 of file yarn.c.

Field Documentation

int yarnLock_s::cond

Definition at line 244 of file yarn.c.

Referenced by yarnFreeLock(), yarnNewLock(), yarnTwist(), and yarnWaitFor().

int yarnLock_s::mutex

Definition at line 243 of file yarn.c.

Referenced by yarnFreeLock(), yarnNewLock(), yarnPossess(), yarnRelease(), yarnTwist(), and yarnWaitFor().

long yarnLock_s::value

Definition at line 245 of file yarn.c.

Referenced by yarnJoin(), yarnJoinAll(), yarnNewLock(), yarnPeekLock(), yarnTwist(), and yarnWaitFor().


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