Searched refs:MutexAttr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dsemmutex-posix.cpp128 pthread_mutexattr_t MutexAttr; local
129 rc = pthread_mutexattr_init(&MutexAttr);
132 rc = pthread_mutex_init(&pThis->Mutex, &MutexAttr);
135 pthread_mutexattr_destroy(&MutexAttr);
161 pthread_mutexattr_destroy(&MutexAttr);
H A Dsemevent-posix.cpp132 pthread_mutexattr_t MutexAttr; local
133 rc = pthread_mutexattr_init(&MutexAttr);
136 rc = pthread_mutex_init(&pThis->Mutex, &MutexAttr);
139 pthread_mutexattr_destroy(&MutexAttr);
169 pthread_mutexattr_destroy(&MutexAttr);
H A Dsemeventmulti-posix.cpp143 pthread_mutexattr_t MutexAttr; local
144 rc = pthread_mutexattr_init(&MutexAttr);
147 rc = pthread_mutex_init(&pThis->Mutex, &MutexAttr);
150 pthread_mutexattr_destroy(&MutexAttr);
179 pthread_mutexattr_destroy(&MutexAttr);

Completed in 45 milliseconds