Lines Matching refs:objc_storeWeak
1957 :ref:`objc_storeWeak <arc.runtime.objc_storeWeak>`,
2054 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``.
2070 objc_storeWeak(object, nil);
2073 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on
2093 return objc_storeWeak(object, value);
2098 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on
2120 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``.
2139 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``.
2155 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``.
2276 .. _arc.runtime.objc_storeWeak:
2278 ``id objc_storeWeak(id *object, id value);``