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

/freebsd-13-stable/tools/test/callout_free/
H A Dcallout_free.c44 static struct mtx callout_free_mutex; variable in typeref:struct:mtx
51 mtx_destroy(&callout_free_mutex);
62 mtx_init(&callout_free_mutex, "callout_free", NULL, MTX_DEF);
67 callout_init_mtx(&callout_free, &callout_free_mutex, 0);

Completed in 49 milliseconds