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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c60 * engine_lock is held while the main loop is busy calling librstp functions.
63 static pthread_mutex_t engine_lock = PTHREAD_MUTEX_INITIALIZER; variable
72 return (pthread_mutex_lock(&engine_lock));
78 (void) pthread_mutex_unlock(&engine_lock);

Completed in 66 milliseconds