Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
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 …]
Dsctp_pcb.h620 struct mtx tcb_mtx; member
623 userland_mutex_t tcb_mtx; member
626 lck_mtx_t* tcb_mtx; member
Dsctp_input.c5699 if (mtx_owned(&lstcb->tcb_mtx)) {
Dsctputil.c371 sctp_clog.x.lock.tcb_lock = mtx_owned(&stcb->tcb_mtx); in sctp_log_lock()
Dsctp_output.c14229 if (mtx_owned(&stcb->tcb_mtx)) {