Lines Matching refs:objc_storeWeak
2310 :ref:`objc_storeWeak <arc.runtime.objc_storeWeak>`,
2409 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``.
2425 objc_storeWeak(object, nil);
2428 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on
2448 return objc_storeWeak(object, value);
2453 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on
2475 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``.
2494 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``.
2510 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``.
2628 .. _arc.runtime.objc_storeWeak:
2630 ``id objc_storeWeak(id *object, id value);``