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

/illumos-gate/usr/src/uts/intel/sys/
H A Dsynch32.h57 #define cond_type flags.type macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dsynch32.h57 #define cond_type flags.type macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1664 fuword16_noerr(&cv->cond_type, (uint16_t *)&type);
1665 suword16_noerr(&cv->cond_type, type);
1873 fuword16_noerr(&cv->cond_type, (uint16_t *)&type);
1874 suword16_noerr(&cv->cond_type, type);
1938 fuword16_noerr(&cv->cond_type, (uint16_t *)&type);
1939 suword16_noerr(&cv->cond_type, type);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3149 cvp->cond_type = (uint16_t)type;
3481 if (cvp->cond_type & USYNC_PROCESS) {
3504 (cvp->cond_type & USYNC_PROCESS))
3545 (cvp->cond_type | mp->mutex_type | gflags->uf_trs_ted |
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2546 (generic_so.condition.cond_type & USYNC_PROCESS);
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c589 synch_type(pri, condvar.cond_type));

Completed in 116 milliseconds