Lines Matching full:atomic
94 result of the operation in I<*ret>. I<lock> will be locked, unless atomic
97 be the only way that the variable is modified. If atomic operations are not
103 result of the operation in I<*ret>. I<lock> will be locked, unless atomic
106 be the only way that the variable is modified. If atomic operations are not
111 CRYPTO_atomic_and() performs an atomic bitwise and of I<op> and I<*val> and stores
113 I<*ret>. I<lock> will be locked, unless atomic operations are supported on the
116 be the only way that the variable is modified. If atomic operations are not
121 CRYPTO_atomic_or() performs an atomic bitwise or of I<op> and I<*val> and stores
123 I<*ret>. I<lock> will be locked, unless atomic operations are supported on the
126 be the only way that the variable is modified. If atomic operations are not
132 I<lock> will be locked, unless atomic operations are supported on the specific
135 the variable is read. If atomic operations are not supported and I<lock> is
141 I<lock> will be locked, unless atomic operations are supported on the specific