Home
last modified time | relevance | path

Searched refs:temp_file_mutex (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c41 static mutex_t temp_file_mutex = DEFAULTMUTEX; /* for file creation tests */ variable
373 (void) mutex_lock(&temp_file_mutex); in handle_alloc()
383 (void) mutex_unlock(&temp_file_mutex); in handle_alloc()