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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h785 uintptr_t dtdh_lock; /* deallocation lock */ member in struct:dtrace_dynhash
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c1303 volatile uintptr_t *lockp = &hash[bucket].dtdh_lock;
1319 lock = hash[bucket].dtdh_lock;
1434 ASSERT(hash[bucket].dtdh_lock == lock);
1436 hash[bucket].dtdh_lock++;
1465 if (hash[bucket].dtdh_lock != lock)
1469 ASSERT(hash[bucket].dtdh_lock == lock);
1471 hash[bucket].dtdh_lock++;

Completed in 25 milliseconds