HomeSort by relevance Sort by last modified time
    Searched full:atomic_cmpset_int (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_atomic.h 50 #define atomic_cmpset_int(dst, exp, src) InterlockedCompareExchange((LPLONG)dst, src, exp) macro
57 #define atomic_cmpset_int(dst, exp, src) OSAtomicCompareAndSwapIntBarrier(exp, src, (int *)dst) macro
113 #define atomic_cmpset_int(dst, exp, src) __sync_bool_compare_and_swap(dst, exp, src) macro
165 #define atomic_cmpset_int(dst, exp, src) AO_compare_and_swap((AO_t*)dst, exp, src)
235 atomic_cmpset_int(volatile u_int *dst, u_int exp, u_int src)
249 "# atomic_cmpset_int"
264 atomic_cmpset_int(volatile u_int *dst, u_int exp, u_int src)
274 "# atomic_cmpset_int"
  /external/llvm/test/CodeGen/X86/
2010-09-16-asmcrash.ll 43 %0 = call i8 asm sideeffect "\09lock ; \09\09\09cmpxchgl $2,$1 ;\09 sete\09$0 ;\09\091:\09\09\09\09# atomic_cmpset_int", "={ax},=*m,r,{ax},*m,~{memory},~{dirflag},~{fpsr},~{flags}"(i32* %tmp4, i32 undef, i32 undef, i32* %tmp4) nounwind, !srcloc !0
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 1006 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) {
1020 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) {
sctp_process_lock.h 43 * - atomic_cmpset_int(&foo, value, newvalue) - Does a set of newvalue
sctp_usrreq.c 694 (atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_CLOSE_IP)))) {
783 (atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_CLOSE_IP)))) {
929 (atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_CLOSE_IP)))) {
997 (atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_CLOSE_IP)))) {
    [all...]
sctputil.c 914 if (!atomic_cmpset_int(&inp->store_at, store_at, new_store)) {
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 737 (atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_CLOSE_IP)))) {
    [all...]

Completed in 382 milliseconds