Searched defs:dgraph_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c76 * The graph and all of its vertices are protected by the dgraph_lock mutex.
216 static pthread_mutex_t dgraph_lock; variable
227 /* protected by dgraph_lock */
344 (void) pthread_mutex_init(&dgraph_lock, &mutex_attrs);
360 assert(MUTEX_HELD(&dgraph_lock));
372 assert(MUTEX_HELD(&dgraph_lock));
392 assert(MUTEX_HELD(&dgraph_lock));
422 assert(MUTEX_HELD(&dgraph_lock));
442 assert(MUTEX_HELD(&dgraph_lock));
495 assert(MUTEX_HELD(&dgraph_lock));
[all...]

Completed in 64 milliseconds