Lines Matching +full:9 +full:a

15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 .Nd a DTrace provider for tracing CPU scheduling events
69 .Xr lockmgr 9 ,
70 .Xr mutex 9 ,
71 .Xr rwlock 9 ,
73 .Xr sx 9
85 as well as probes which fire when a thread contends with other threads
86 for ownership of a lock.
94 .Xr mutex 9
96 The only argument is a pointer to the lock structure which describes
101 probe fires when a thread spins while waiting for a
103 .Xr mutex 9
105 The first argument is a pointer to the lock structure that describes
110 probe fires when a thread takes itself off the CPU while trying to acquire an
112 .Xr mutex 9
114 The first argument is a pointer to the lock structure that describes
130 probes fire when a
132 .Xr mutex 9
134 The only argument is a pointer to the lock structure which describes
139 probe fires when a thread spins while waiting for a
141 .Xr mutex 9
143 The first argument is a pointer to the lock structure that describes
157 probes fire when a
158 .Xr rwlock 9
160 The first argument is a pointer to the structure which describes
164 if the lock is being acquired or released as a writer, and
166 if it is being acquired or released as a reader.
176 .Xr sx 9
178 .Xr lockmgr 9
182 probe fires when a
183 .Xr lockmgr 9
186 released by a different thread.
189 probe does not fire when releasing a disowned lock.
190 The first argument is a pointer to the structure which describes
202 probes fire when a thread removes itself from the CPU while
203 waiting to acquire a lock of the corresponding type.
208 probes fire when a thread spins while waiting to acquire a lock
211 The first argument is a pointer to the lock structure that describes
217 if the thread is attempting to acquire the lock as a writer, and
219 if the thread is attempting to acquire the lock as a reader.
222 if the thread is waiting for a reader to release the lock, and
224 if the thread is waiting for a writer to release the lock.
237 probes fire when a thread successfully upgrades a held
238 .Xr lockmgr 9 ,
239 .Xr rwlock 9 ,
241 .Xr sx 9
243 The only argument is a pointer to the structure which describes
250 probes fire when a thread downgrades a held
251 .Xr lockmgr 9 ,
252 .Xr rwlock 9 ,
254 .Xr sx 9
255 exclusive/writer lock to a shared/reader lock.
259 probe fires when a thread spins on a thread lock, which is a specialized
261 .Xr mutex 9 .
262 The first argument is a pointer to the structure that describes
268 .Xr locking 9 ,
269 .Xr mutex 9 ,
270 .Xr rwlock 9 ,
271 .Xr SDT 9 ,
272 .Xr sx 9
282 .Fx 9 .
291 .Xr rmlock 9