Searched refs:inp_create_mtx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_process_lock.h169 InitializeCriticalSection(&(_inp)->inp_create_mtx)
175 DeleteCriticalSection(&(_inp)->inp_create_mtx)
218 EnterCriticalSection(&(_inp)->inp_create_mtx); \
222 EnterCriticalSection(&(_inp)->inp_create_mtx); \
231 LeaveCriticalSection(&(_inp)->inp_create_mtx)
327 (void)pthread_mutex_init(&(_inp)->inp_create_mtx, NULL)
333 (void)pthread_mutex_destroy(&(_inp)->inp_create_mtx)
377 (void)pthread_mutex_lock(&(_inp)->inp_create_mtx); \
381 (void)pthread_mutex_lock(&(_inp)->inp_create_mtx); \
390 (void)pthread_mutex_unlock(&(_inp)->inp_create_mtx)
[all...]
H A Dsctp_pcb.h520 struct mtx inp_create_mtx; member in struct:sctp_inpcb
525 userland_mutex_t inp_create_mtx; member in struct:sctp_inpcb
534 lck_mtx_t *inp_create_mtx; member in struct:sctp_inpcb
H A Dsctp_input.c5708 if (mtx_owned(&inp->inp_create_mtx)) {
H A Dsctputil.c377 sctp_clog.x.lock.create_lock = mtx_owned(&inp->inp_create_mtx);

Completed in 744 milliseconds