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

/haiku/src/add-ons/kernel/network/stack/
H A Ddomains.cpp41 static mutex sDomainLock; variable
46 You need to hold the sDomainLock when calling this function.
51 ASSERT_LOCKED_MUTEX(&sDomainLock);
113 MutexLocker locker(sDomainLock);
125 MutexLocker locker(sDomainLock);
156 MutexLocker locker(sDomainLock);
169 mutex_init(&sDomainLock, "net domains");
189 mutex_destroy(&sDomainLock);

Completed in 78 milliseconds