Home
last modified time | relevance | path

Searched defs:mutex_init (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/kvm/
Dkvm_svm03.c74 static int mutex_init; variable
/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c21 # define mutex_init(M) pthread_mutex_init((M), 0) macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h501 #define mutex_init(m) pthread_mutex_init(m, NULL) macro