Lines Matching refs:OSMakeShared
1054 OSSharedPtr<OSArraySubclass> me = OSMakeShared<OSArraySubclass>(); in withCapacity()
1083 OSSharedPtr<OSCISubclass> me = OSMakeShared<OSCISubclass>(); in withCollection()
1452 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests()
1463 OSSharedPtr<OSDictionary> dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests()
1482 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests()
1487 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests()
1504 OSSharedPtr<OSDictionary const> dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests()
1521 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSDynamicPtrCastTests()
1606 OSSharedPtr<IOTestUserNotification> userNotify = OSMakeShared<IOTestUserNotification>(); in IOUserNotificationTests()
1887 entry = OSMakeShared<IOService>(); in Test100367284()
1892 replace = OSMakeShared<IOService>(); in Test100367284()
1940 threadArgs.a = OSMakeShared<IOService>(); in TestLockForArbitration()
1942 threadArgs.b = OSMakeShared<IOService>(); in TestLockForArbitration()