Home
last modified time | relevance | path

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

/titanic_41/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}
/titanic_41/usr/src/lib/libc/port/threads/
H A Dtdb_agent.c425 if (cvp->cond_magic != COND_MAGIC) in tdb_cond_stats()
426 cvp->cond_magic = COND_MAGIC; in tdb_cond_stats()
H A Dthr.c1605 htp->hash_cond.cond_magic = COND_MAGIC; in finish_init()
H A Dsynch.c3107 cvp->cond_magic = COND_MAGIC; in cond_init()
/titanic_41/usr/src/lib/libc_db/common/
H A Dthread_db.c724 if (sync_magic != MUTEX_MAGIC && sync_magic != COND_MAGIC && in __td_ta_map_addr2sync()
2517 case COND_MAGIC: in sync_get_info_common()
2930 case COND_MAGIC: in __td_sync_setstate()
3037 case COND_MAGIC: in __td_sync_waiters()