HomeSort by relevance Sort by last modified time
    Searched refs:ipi_ep_mtx (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_process_lock.h 128 InitializeCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
130 DeleteCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
132 EnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
134 TryEnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
136 EnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
138 LeaveCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
140 LeaveCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx))
279 (void)pthread_mutex_init(&SCTP_BASE_INFO(ipi_ep_mtx), NULL)
281 (void)pthread_mutex_destroy(&SCTP_BASE_INFO(ipi_ep_mtx))
283 (void)pthread_mutex_lock(&SCTP_BASE_INFO(ipi_ep_mtx))
    [all...]
sctp_pcb.h 207 struct mtx ipi_ep_mtx; member in struct:sctp_epinfo
209 struct rwlock ipi_ep_mtx; member in struct:sctp_epinfo
220 userland_mutex_t ipi_ep_mtx; member in struct:sctp_epinfo
sctputil.c 383 sctp_clog.x.lock.info_lock = mtx_owned(&SCTP_BASE_INFO(ipi_ep_mtx));
385 sctp_clog.x.lock.info_lock = rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx));
    [all...]

Completed in 36 milliseconds