| /xnu-11215/tests/intrusive_shared_ptr_src/ |
| H A D | reset.retain.cpp | 24 tracking_policy::reset(); in tests() 25 ptr.reset(&obj2, libkern::retain); in tests() 34 tracking_policy::reset(); in tests() 35 ptr.reset(nullptr, libkern::retain); in tests() 44 tracking_policy::reset(); in tests() 45 ptr.reset(&obj2, libkern::retain); in tests() 54 tracking_policy::reset(); in tests() 55 ptr.reset(nullptr, libkern::retain); in tests() 63 tracking_policy::reset(); in tests() 66 ptr.reset(ptr.get(), libkern::retain); in tests() [all …]
|
| H A D | reset.no_retain.cpp | 24 tracking_policy::reset(); in tests() 25 ptr.reset(&obj2, libkern::no_retain); in tests() 34 tracking_policy::reset(); in tests() 35 ptr.reset(&obj2, libkern::no_retain); in tests() 44 tracking_policy::reset(); in tests() 45 ptr.reset(nullptr, libkern::no_retain); in tests() 54 tracking_policy::reset(); in tests() 55 ptr.reset(nullptr, libkern::no_retain); in tests() 65 CHECK(ptr.reset(&obj2, libkern::no_retain)); in tests() 68 bool ok = (ptr.reset() && ptr2.reset(&obj1, libkern::no_retain)); in tests()
|
| H A D | reset.cpp | 23 tracking_policy::reset(); in tests() 24 ptr.reset(); in tests() 33 tracking_policy::reset(); in tests() 34 ptr.reset(); in tests() 44 CHECK(!ptr.reset()); in tests() 46 CHECK(&ptr.reset() == &ptr); in tests() 49 bool ok = (ptr.reset() && !ptr2.reset()); in tests() 54 T_DECL(reset, "intrusive_shared_ptr.reset", T_META_TAG_VM_PREFERRED) {
|
| H A D | swap.cpp | 25 tracking_policy::reset(); in tests() 40 tracking_policy::reset(); in tests() 55 tracking_policy::reset(); in tests() 69 tracking_policy::reset(); in tests() 83 tracking_policy::reset(); in tests()
|
| H A D | cast.const.cpp | 25 tracking_policy::reset(); in tests() 34 tracking_policy::reset(); in tests() 45 tracking_policy::reset(); in tests() 54 tracking_policy::reset(); in tests()
|
| H A D | cast.reinterpret.cpp | 29 tracking_policy::reset(); in tests() 38 tracking_policy::reset(); in tests() 49 tracking_policy::reset(); in tests() 58 tracking_policy::reset(); in tests()
|
| H A D | cast.static.cpp | 34 tracking_policy::reset(); in tests() 43 tracking_policy::reset(); in tests() 54 tracking_policy::reset(); in tests() 63 tracking_policy::reset(); in tests()
|
| H A D | assign.copy.cpp | 38 tracking_policy::reset(); in tests() 51 tracking_policy::reset(); in tests() 64 tracking_policy::reset(); in tests() 77 tracking_policy::reset(); in tests()
|
| H A D | assign.move.cpp | 39 tracking_policy::reset(); in tests() 52 tracking_policy::reset(); in tests() 65 tracking_policy::reset(); in tests() 78 tracking_policy::reset(); in tests()
|
| H A D | assign.nullptr.cpp | 23 tracking_policy::reset(); in tests() 34 tracking_policy::reset(); in tests()
|
| /xnu-11215/tests/safe_allocation_src/ |
| H A D | assign.move.cpp | 26 tracking_allocator::reset(); in tests() 37 tracking_allocator::reset(); in tests() 40 tracking_allocator::reset(); in tests() 51 tracking_allocator::reset(); in tests() 62 tracking_allocator::reset(); in tests() 65 tracking_allocator::reset(); in tests() 77 tracking_allocator::reset(); in tests() 91 tracking_allocator::reset(); in tests() 116 tracking_allocator::reset(); in tests() 127 tracking_allocator::reset(); in tests() [all …]
|
| H A D | ctor.move.cpp | 23 tracking_allocator::reset(); in tests() 36 tracking_allocator::reset(); in tests() 43 tracking_allocator::reset(); in tests() 56 tracking_allocator::reset(); in tests() 63 tracking_allocator::reset(); in tests() 76 tracking_allocator::reset(); in tests() 85 tracking_allocator::reset(); in tests() 96 tracking_allocator::reset(); in tests()
|
| H A D | swap.cpp | 24 tracking_allocator::reset(); in tests() 41 tracking_allocator::reset(); in tests() 58 tracking_allocator::reset(); in tests() 74 tracking_allocator::reset(); in tests() 90 tracking_allocator::reset(); in tests()
|
| H A D | operator.subscript.cpp | 57 tracking_trapping_policy::reset(); in tests() 62 tracking_trapping_policy::reset(); in tests() 69 tracking_trapping_policy::reset(); in tests() 74 tracking_trapping_policy::reset(); in tests()
|
| H A D | dtor.cpp | 29 tracking_allocator::reset(); in tests() 38 tracking_allocator::reset(); in tests()
|
| H A D | assign.nullptr.cpp | 21 tracking_allocator::reset(); in tests() 33 tracking_allocator::reset(); in tests()
|
| H A D | ctor.allocate.cpp | 28 tracking_allocator::reset(); in tests() 43 tracking_allocator::reset(); in tests()
|
| H A D | test_utils.h | 45 reset() in reset() function 89 reset() in reset() function
|
| /xnu-11215/tests/bounded_array_ref_src/ |
| H A D | slice.cpp | 56 tracking_policy::reset(); in tests() 87 tracking_policy::reset(); in tests() 93 tracking_policy::reset(); in tests() 113 tracking_policy::reset(); in tests() 119 tracking_policy::reset(); in tests() 138 tracking_policy::reset(); in tests() 151 tracking_policy::reset(); in tests() 157 tracking_policy::reset(); in tests() 165 tracking_policy::reset(); in tests() 171 tracking_policy::reset(); in tests() [all …]
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | intrusive_shared_ptr.h | 238 reset(); 253 reset(other.get(), retain); 274 reset(other.get(), retain); 290 reset(other.get(), no_retain); 312 reset(other.get(), no_retain); 325 reset(); 353 reset() noexcept 370 reset(__attribute__((os_consumed)) pointer p, no_retain_t) noexcept 387 reset(pointer p, retain_t) noexcept
|
| /xnu-11215/osfmk/kern/ |
| H A D | remote_time.c | 244 static bool reset = false; in bt_calibration_thread() local 285 reset = true; in bt_calibration_thread() 307 if (!(reset || sleep) && ((local_diff < MIN_LOCAL_TS_DISTANCE_NS) || in bt_calibration_thread() 325 if (reset) { in bt_calibration_thread() 339 reset = false; in bt_calibration_thread() 361 reset = true; in bt_calibration_thread() 392 reset = true; in bt_calibration_thread()
|
| /xnu-11215/libkern/c++/ |
| H A D | OSArray.cpp | 106 array[count++].reset(newObject, OSRetain); in initWithObjects() 241 array[i].reset(); in flushCollection() 279 array[index].reset(anObject, OSRetain); in setObject() 314 array[count++].reset(newObject, OSRetain); in merge() 330 array[index].reset(anObject, OSRetain); in replaceObject()
|
| /xnu-11215/osfmk/corecrypto/ |
| H A D | ccaes_vng_gcm.h | 93 .reset = ccmode_gcm_reset, \ 121 .reset = ccmode_gcm_reset, \
|
| /xnu-11215/tests/vm/ |
| H A D | vm_ranges.c | 570 #define reset() \ macro 586 reset(); 591 reset(); 597 reset(); 602 reset(); 608 reset(); 637 #undef reset
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 506 me.reset(); in inTaskWithOptions() 526 me.reset(); in inTaskWithOptions() 542 me.reset(); in inTaskWithPhysicalMask() 556 me.reset(); in inTaskWithGuardPages() 581 me.reset(); in withOptions() 654 me.reset(); in withBytes() 662 me.reset(); in withBytes()
|