Searched defs:CondAttr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dsemevent-posix.cpp122 pthread_condattr_t CondAttr; local
123 rc = pthread_condattr_init(&CondAttr);
126 rc = pthread_cond_init(&pThis->Cond, &CondAttr);
140 pthread_condattr_destroy(&CondAttr);
173 pthread_condattr_destroy(&CondAttr);
H A Dsemeventmulti-posix.cpp126 pthread_condattr_t CondAttr; local
127 rc = pthread_condattr_init(&CondAttr);
132 rc = pthread_condattr_setclock(&CondAttr, CLOCK_MONOTONIC);
137 rc = pthread_cond_init(&pThis->Cond, &CondAttr);
151 pthread_condattr_destroy(&CondAttr);
183 pthread_condattr_destroy(&CondAttr);

Completed in 58 milliseconds