Searched refs:mtx_init_openbsd (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dmutex.h19 mtx_init_openbsd(struct mutex* mtx, int wantipl) function
24 #define mtx_init(mutex, wantipl) mtx_init_openbsd(mutex, wantipl)

Completed in 40 milliseconds