Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_process_lock.h206 InitializeCriticalSection(&(_inp)->inp_create_mtx)
208 DeleteCriticalSection(&(_inp)->inp_create_mtx)
213 EnterCriticalSection(&(_inp)->inp_create_mtx); \
217 EnterCriticalSection(&(_inp)->inp_create_mtx)
225 LeaveCriticalSection(&(_inp)->inp_create_mtx)
410 (void)pthread_mutex_init(&(_inp)->inp_create_mtx, &SCTP_BASE_VAR(mtx_attr))
412 (void)pthread_mutex_destroy(&(_inp)->inp_create_mtx)
418 …KASSERT(pthread_mutex_lock(&(_inp)->inp_create_mtx) == 0, ("%s: inp_create_mtx already locked", __…
422 …KASSERT(pthread_mutex_lock(&(_inp)->inp_create_mtx) == 0, ("%s: inp_create_mtx already locked", __…
425 …KASSERT(pthread_mutex_unlock(&(_inp)->inp_create_mtx) == 0, ("%s: inp_create_mtx not locked", __fu…
[all …]
Dsctp_pcb.h516 struct mtx inp_create_mtx; member
521 userland_mutex_t inp_create_mtx; member
530 lck_mtx_t *inp_create_mtx; member
Dsctputil.c394 sctp_clog.x.lock.create_lock = mtx_owned(&inp->inp_create_mtx); in sctp_log_lock()