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

/freebsd-9.3-release/sys/kern/
H A Dkern_uuid.c76 static struct mtx uuid_mutex; variable in typeref:struct:mtx
77 MTX_SYSINIT(uuid_lock, &uuid_mutex, "UUID generator mutex lock", MTX_DEF);
149 mtx_lock(&uuid_mutex);
166 mtx_unlock(&uuid_mutex);

Completed in 95 milliseconds