Changeset 103141 in vbox for trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp
- Timestamp:
- Jan 31, 2024 3:03:29 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp
r98103 r103141 81 81 * This function is a crude approximation of pthread_mutex_timedlock. 82 82 */ 83 int rtSemFallbackPthreadMutexTimedlock(pthread_mutex_t *mutex, RTMSINTERVAL cMillies)83 static int rtSemFallbackPthreadMutexTimedlock(pthread_mutex_t *mutex, RTMSINTERVAL cMillies) 84 84 { 85 85 struct timespec ts;
Note:
See TracChangeset
for help on using the changeset viewer.