Home
last modified time | relevance | path

Searched refs:COND_MAGIC (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsynch.h135 #define COND_MAGIC _COND_MAGIC macro
161 {{{0, 0, 0, 0}, USYNC_THREAD, COND_MAGIC}, 0}
163 {{{0, 0, 0, 0}, USYNC_PROCESS, COND_MAGIC}, 0}
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtdb_agent.c423 if (cvp->cond_magic != COND_MAGIC) in tdb_cond_stats()
424 cvp->cond_magic = COND_MAGIC; in tdb_cond_stats()
H A Dthr.c1607 htp->hash_cond.cond_magic = COND_MAGIC; in finish_init()
H A Dsynch.c3159 cvp->cond_magic = COND_MAGIC; in cond_init()
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c751 if (sync_magic != MUTEX_MAGIC && sync_magic != COND_MAGIC && in __td_ta_map_addr2sync()
2537 case COND_MAGIC: in sync_get_info_common()
2949 case COND_MAGIC: in __td_sync_setstate()
3056 case COND_MAGIC: in __td_sync_waiters()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c1537 if (mutex.flags.magic == COND_MAGIC) { in d_mutex()