HomeSort by: relevance | last modified time | path
    Searched refs:_mutex_destroy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/head/
thread.h 56 #define _mutex_destroy(l) pthread_mutex_destroy(l) macro
  /src/external/cddl/osnet/dist/lib/libzpool/common/
kernel.c 136 (void) _mutex_destroy(&(mp)->m_lock);
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 1093 VERIFY(_mutex_destroy(&rll->rll_lock) == 0);
1204 VERIFY(_mutex_destroy(&zd->zd_dirobj_lock) == 0);
5814 (void) _mutex_destroy(&zcl.zcl_callbacks_lock);
5817 (void) _mutex_destroy(&ztest_vdev_lock);
6001 (void) _mutex_destroy(&ztest_vdev_lock);

Completed in 26 milliseconds