Changeset 90488 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- Timestamp:
- Aug 3, 2021 9:17:59 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146092
- Location:
- trunk/src/VBox/Runtime/r0drv/darwin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp
r82968 r90488 426 426 } 427 427 428 429 RTR0DECL(bool) RTSemEventIsSignalSafe(void) 430 { 431 /** @todo check the code... */ 432 return false; 433 } 434 RT_EXPORT_SYMBOL(RTSemEventIsSignalSafe); 435 -
trunk/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp
r83098 r90488 449 449 } 450 450 451 452 RTR0DECL(bool) RTSemEventMultiIsSignalSafe(void) 453 { 454 /** @todo check the code... */ 455 return false; 456 } 457
Note:
See TracChangeset
for help on using the changeset viewer.