Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 94) sorted by relevance

1234

/xnu-11215/tests/intrusive_shared_ptr_src/
H A Dreset.retain.cpp24 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 Dreset.no_retain.cpp24 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 Dreset.cpp23 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 Dswap.cpp25 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 Dcast.const.cpp25 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 Dcast.reinterpret.cpp29 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 Dcast.static.cpp34 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 Dassign.copy.cpp38 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 Dassign.move.cpp39 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 Dassign.nullptr.cpp23 tracking_policy::reset(); in tests()
34 tracking_policy::reset(); in tests()
/xnu-11215/tests/safe_allocation_src/
H A Dassign.move.cpp26 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 Dctor.move.cpp23 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 Dswap.cpp24 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 Doperator.subscript.cpp57 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 Ddtor.cpp29 tracking_allocator::reset(); in tests()
38 tracking_allocator::reset(); in tests()
H A Dassign.nullptr.cpp21 tracking_allocator::reset(); in tests()
33 tracking_allocator::reset(); in tests()
H A Dctor.allocate.cpp28 tracking_allocator::reset(); in tests()
43 tracking_allocator::reset(); in tests()
H A Dtest_utils.h45 reset() in reset() function
89 reset() in reset() function
/xnu-11215/tests/bounded_array_ref_src/
H A Dslice.cpp56 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 Dintrusive_shared_ptr.h238 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 Dremote_time.c244 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 DOSArray.cpp106 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 Dccaes_vng_gcm.h93 .reset = ccmode_gcm_reset, \
121 .reset = ccmode_gcm_reset, \
/xnu-11215/tests/vm/
H A Dvm_ranges.c570 #define reset() \ macro
586 reset();
591 reset();
597 reset();
602 reset();
608 reset();
637 #undef reset
/xnu-11215/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp506 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()

1234