Searched refs:tcb_mtx (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_process_lock.h242 InitializeCriticalSection(&(_tcb)->tcb_mtx)
245 DeleteCriticalSection(&(_tcb)->tcb_mtx)
250 EnterCriticalSection(&(_tcb)->tcb_mtx); \
255 EnterCriticalSection(&(_tcb)->tcb_mtx); \
259 #define SCTP_TCB_TRYLOCK(_tcb) ((TryEnterCriticalSection(&(_tcb)->tcb_mtx)))
262 LeaveCriticalSection(&(_tcb)->tcb_mtx); \
401 (void)pthread_mutex_init(&(_tcb)->tcb_mtx, NULL)
404 (void)pthread_mutex_destroy(&(_tcb)->tcb_mtx)
409 (void)pthread_mutex_lock(&(_tcb)->tcb_mtx); \
414 (void)pthread_mutex_lock(&(_tcb)->tcb_mtx); \
[all...]
H A Dsctp_pcb.h626 struct mtx tcb_mtx; member in struct:sctp_tcb
629 userland_mutex_t tcb_mtx; member in struct:sctp_tcb
632 lck_mtx_t* tcb_mtx; member in struct:sctp_tcb
H A Dsctp_input.c5704 if (mtx_owned(&lstcb->tcb_mtx)) {
H A Dsctputil.c371 sctp_clog.x.lock.tcb_lock = mtx_owned(&stcb->tcb_mtx);
H A Dsctp_output.c14431 if (mtx_owned(&stcb->tcb_mtx)) {

Completed in 2239 milliseconds