HomeSort by relevance Sort by last modified time
    Searched defs:SCTP_TCB_TRYLOCK (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_lock_userspace.h 130 #define SCTP_TCB_TRYLOCK(_tcb) 1
sctp_process_lock.h 105 #define SCTP_TCB_TRYLOCK(_tcb) 1
259 #define SCTP_TCB_TRYLOCK(_tcb) ((TryEnterCriticalSection(&(_tcb)->tcb_mtx)))
418 #define SCTP_TCB_TRYLOCK(_tcb) (!(pthread_mutex_trylock(&(_tcb)->tcb_mtx)))

Completed in 395 milliseconds