Changeset 104390 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 22, 2024 7:12:25 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r99902 r104390 650 650 int rc = RTReqQueueCall(g_hRTThreadPosixPriorityProxyQueue, &pReq, RT_INDEFINITE_WAIT, 651 651 (PFNRT)rtThreadNativeInternalCreate, 2, pThread, pNativeThread); 652 if (RT_SUCCESS(rc)) 653 rc = RTReqGetStatus(pReq); 652 654 RTReqRelease(pReq); 653 655 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.