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

  /src/crypto/external/cpl/trousers/dist/src/include/
threads.h 19 #define MUTEX_INIT(m) pthread_mutex_init(&m, NULL)
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 219 # define MUTEX_INIT(x,y) mutex_init(&(x)->ipf_lk, MUTEX_DRIVER,\
462 # define MUTEX_INIT(x,y) eMmutex_init(&(x)->ipf_emu, y, \
719 # undef MUTEX_INIT
730 # define MUTEX_INIT(x,y) ;

Completed in 27 milliseconds