Searched defs:t_lock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_trace.h97 kmutex_t *t_lock; /* the lock for this cd */ member in struct:_sdbc_trace_s
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h32 #include <sys/t_lock.h>
142 lock_t t_lock; /* used to resume() a thread */ member in struct:_kthread
485 * If t_lock is held, the thread is either on a processor or being swapped.
487 #define SWAP_OK(t) (!LOCK_HELD(&(t)->t_lock))

Completed in 79 milliseconds