Home
last modified time | relevance | path

Searched refs:SCTP_TCB_TRYLOCK (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_process_lock.h105 #define SCTP_TCB_TRYLOCK(_tcb) 1 macro
259 #define SCTP_TCB_TRYLOCK(_tcb) ((TryEnterCriticalSection(&(_tcb)->tcb_mtx))) macro
418 #define SCTP_TCB_TRYLOCK(_tcb) (!(pthread_mutex_trylock(&(_tcb)->tcb_mtx))) macro
Dsctp_lock_userspace.h130 #define SCTP_TCB_TRYLOCK(_tcb) 1 macro
Dsctp_output.c14095 if (SCTP_TCB_TRYLOCK(stcb)) {
14377 if (SCTP_TCB_TRYLOCK(stcb)) {