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

/illumos-gate/usr/src/uts/common/os/
H A Ddtrace_subr.c71 lock_t dthr_lock; /* lock for this element */ member in struct:dtrace_hrestime
116 lock_set(&dtrace_hrestime[i].dthr_lock);
127 dtrace_hrestime[i].dthr_lock++;
139 snap.dthr_lock = dtrace_hrestime[i].dthr_lock;
146 if ((snap.dthr_lock & ~1) == dtrace_hrestime[i].dthr_lock)

Completed in 44 milliseconds