Synchronization Primitives Walkers
- blocked
-
Given the address of a synchronization object (such as a
mutex(9F) orrwlock(9F)), iterate over the list of blocked kernel threads. - wchan
-
Given the address of a condition variable (see
condvar(9F)) or semaphore (seesemaphore(9F)), iterate over the list of blocked kernel threads.