HomeSort by: relevance | last modified time | path
    Searched defs:mtx_unlock (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
mtx.c 152 mtx_unlock(mtx_t *mtx) function in typeref:typename:int
  /src/sys/dev/pci/cxgb/
cxgb_osdep.h 74 #define mtx_unlock(a) mutex_spin_exit(a) macro
84 #define RT_UNLOCK(_rt) mtx_unlock(&(_rt)->rt_mtx)

Completed in 12 milliseconds