Lines Matching full:provides
6 * provides the few functions one should use for reference counting.
21 * Do note that inc_not_zero() provides a control dependency which will order
26 * stores will be issued before, it also provides a control dependency, which
50 * Provides no memory ordering, it is assumed the caller has guaranteed the
91 * Provides no memory ordering, it is assumed the caller has guaranteed the
112 * Provides no memory ordering, it is assumed the caller has guaranteed the
145 * Provides no memory ordering, it is assumed the caller already has a
166 * Provides release memory ordering, such that prior loads and stores are done
167 * before, and provides a control dependency such that free() must come after.
204 * Provides release memory ordering, such that prior loads and stores are done
205 * before, and provides a control dependency such that free() must come after.
223 * Provides release memory ordering, such that prior loads and stores are done
239 * Like all decrement operations, it provides release memory order and provides
299 * Provides release memory ordering, such that prior loads and stores are done
300 * before, and provides a control dependency such that free() must come after.
330 * Provides release memory ordering, such that prior loads and stores are done
331 * before, and provides a control dependency such that free() must come after.