HomeSort by relevance Sort by last modified time
    Searched full:mtx_unlock (Results 1 - 7 of 7) sorted by null

  /external/jemalloc/test/unit/
mtx.c 12 mtx_unlock(&mtx);
31 mtx_unlock(&arg->mtx);
  /external/jemalloc/test/include/test/
mtx.h 21 void mtx_unlock(mtx_t *mtx);
mq.h 57 mtx_unlock(&mq->lock); \
71 mtx_unlock(&mq->lock); \
109 mtx_unlock(&mq->lock); \
  /external/jemalloc/test/src/
mtx.c 56 mtx_unlock(mtx_t *mtx) function
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_inpcb.h 258 #define INP_UNLOCK(inp) mtx_unlock(&(inp)->inp_mtx)
267 #define INP_INFO_RUNLOCK(ipi) mtx_unlock(&(ipi)->ipi_mtx)
268 #define INP_INFO_WUNLOCK(ipi) mtx_unlock(&(ipi)->ipi_mtx)
user_route.h 100 #define RT_UNLOCK(_rt) mtx_unlock(&(_rt)->rt_mtx)
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 414 #define mtx_unlock(arg1) macro
    [all...]

Completed in 98 milliseconds