VirtualBox

Changeset 105353 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jul 16, 2024 11:47:19 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164006
Message:

iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 restrictions. bugref:10725

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/reqqueue.cpp

    r98103 r105353  
    251251
    252252    PRTREQ pReq = NULL;
     253    AssertMsgReturn(cArgs <= 9, ("cArgs=%u\n", cArgs), VERR_TOO_MUCH_DATA); /* @bugref{10725} */
    253254    AssertMsgReturn(cArgs * sizeof(uintptr_t) <= sizeof(pReq->u.Internal.aArgs), ("cArgs=%u\n", cArgs), VERR_TOO_MUCH_DATA);
    254255
  • trunk/src/VBox/Runtime/include/internal/thread.h

    r98103 r105353  
    290290# ifdef RTTHREAD_POSIX_WITH_CREATE_PRIORITY_PROXY
    291291DECLHIDDEN(bool) rtThreadPosixPriorityProxyStart(void);
    292 DECLHIDDEN(int)  rtThreadPosixPriorityProxyCall(PRTTHREADINT pTargetThread, PFNRT pfnFunction, int cArgs, ...);
     292DECLHIDDEN(int)  rtThreadPosixPriorityProxyCall(PRTTHREADINT pTargetThread, PFNRT pfnFunction,
     293                                                int cArgs, ...) RT_IPRT_CALL_ATTR(2, 3, 4);
    293294# endif
    294295#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette