Searched refs:test_global_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/tools/regression/kthread/kld/
H A Dkthrdlk.c55 static struct mtx test_global_lock; variable in typeref:struct:mtx
79 mtx_lock(&test_global_lock);
82 mtx_unlock(&test_global_lock);
103 mtx_lock(&test_global_lock);
106 mtx_unlock(&test_global_lock);
120 mtx_lock(&test_global_lock);
123 mtx_unlock(&test_global_lock);
137 mtx_init(&test_global_lock, "kthrdlk_lock", NULL, MTX_DEF);
162 mtx_lock(&test_global_lock);
165 ret = mtx_sleep(&global_condvar, &test_global_lock,
[all...]

Completed in 50 milliseconds