Searched refs:Block_release (Results 1 – 20 of 20) sorted by relevance
128 Block_release(block); in invoke_and_release_block()371 Block_release(new_handler); in TSAN_INTERCEPTOR()400 Block_release(new_handler); in TSAN_INTERCEPTOR()431 Block_release(new_handler); in TSAN_INTERCEPTOR()523 Block_release(new_h); in TSAN_INTERCEPTOR()540 Block_release(new_h); in TSAN_INTERCEPTOR()558 Block_release(new_h); in TSAN_INTERCEPTOR()577 Block_release(new_h); in TSAN_INTERCEPTOR()596 Block_release(new_block); in TSAN_INTERCEPTOR()618 Block_release(new_h); in TSAN_INTERCEPTOR()[all …]
11 Block_release(c);16 Block_release(c);
110 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__)) macro
27 Block_release(block); in main()
31 Block_release(blockcopy); in main()
20 Block_release(b); in dispatch_call_Block_with_release2()
48 Block_release(vvcopy); in main()
33 Block_release(_b); in main()
27 Block_release(gblockcopy); in main()
63 Block_release(array[i]); in main()
50 Block_release(block); in main()
73 Block_release(b2); in test()
56 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__)) macro
24 static void Release(B block) { Block_release(block); } in Release()
32 #define Block_release(...) _Block_release((const void *)(__VA_ARGS__)) macro
136 Block_release(block); in main()
216 type. The release operation, ``Block_release()``, is styled as a241 there is no provision to do a ``Block_copy`` or a ``Block_release`` if
119 ``Block_copy()`` and ``Block_release()`` operations, in which case the363 and ``Block_release()`` are performed upon a referencing ``Block``. At the "C"376 // helper functions called via Block_copy() and Block_release()
103 ``Block_release``, which decreases the reference count by 1 and destroys the
139 Block_release(_blockProperty3);