Introduce cv_wait options: CVWAIT_ABSTIME and CVWAIT_CLOCKID.
CVWAIT_ABSTIME indicates the timeout is absolute time.
CVWAIT_CLOCKID indicats the clockid should be retrieved from
condition variable field c_clockid. This is how POSIX condition
varible works.
Description
Description
Details
Details
- Provenance
davidxu Authored on - Parents
- rS214772: Define UCOND_BIND_MUTEX flag to bind a umutex to a ucond, it indicates
- Branches
- Unknown
- Tags