Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_lock_userspace.h130 #define SCTP_TCB_TRYLOCK(_tcb) 1 macro
Dsctp_process_lock.h109 #define SCTP_TCB_TRYLOCK(_tcb) 1 macro
249 #define SCTP_TCB_TRYLOCK(_tcb) ((TryEnterCriticalSection(&(_tcb)->tcb_mtx))) macro
480 #define SCTP_TCB_TRYLOCK(_tcb) (!(pthread_mutex_trylock(&(_tcb)->tcb_mtx)))
Dsctp_output.c14603 if (SCTP_TCB_TRYLOCK(stcb)) {
14907 if (SCTP_TCB_TRYLOCK(stcb)) {