Changeset 101982 in vbox for trunk/src/libs/xpcom18a4/nsprpub
- Timestamp:
- Nov 8, 2023 3:04:09 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c
r101964 r101982 78 78 #endif 79 79 #endif 80 81 #include <iprt/thread.h> 80 82 81 83 #ifdef DARWIN … … 2136 2138 if (pt_TestAbort()) return -1; 2137 2139 2138 if (0 == npds) PR_Sleep(timeout);2140 if (0 == npds) RTThreadSleep(PR_IntervalToMilliseconds(timeout)); 2139 2141 else 2140 2142 {
Note:
See TracChangeset
for help on using the changeset viewer.