HomeSort by: relevance | last modified time | path
    Searched defs:_nsconflock (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
nsdispatch.c 488 static mutex_t _nsconflock = MUTEX_INITIALIZER; local in function:_nsconfigure
493 mutex_lock(&_nsconflock);
501 mutex_unlock(&_nsconflock);
507 mutex_unlock(&_nsconflock);
514 * to hold _nsconflock. Acquiring a write-lock blocks while
516 * We hold _nsconflock for the duration, and update the time stamp
549 mutex_unlock(&_nsconflock);
nsdispatch.c 488 static mutex_t _nsconflock = MUTEX_INITIALIZER; local in function:_nsconfigure
493 mutex_lock(&_nsconflock);
501 mutex_unlock(&_nsconflock);
507 mutex_unlock(&_nsconflock);
514 * to hold _nsconflock. Acquiring a write-lock blocks while
516 * We hold _nsconflock for the duration, and update the time stamp
549 mutex_unlock(&_nsconflock);

Completed in 51 milliseconds