Changeset 105377 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jul 17, 2024 2:06:05 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/thread.h
r105353 r105377 291 291 DECLHIDDEN(bool) rtThreadPosixPriorityProxyStart(void); 292 292 DECLHIDDEN(int) rtThreadPosixPriorityProxyCall(PRTTHREADINT pTargetThread, PFNRT pfnFunction, 293 int cArgs, ...) RT_IPRT_CALL _ATTR(2, 3, 4);293 int cArgs, ...) RT_IPRT_CALLREQ_ATTR(2, 3, 4); 294 294 # endif 295 295 #endif
Note:
See TracChangeset
for help on using the changeset viewer.