Searched refs:tdb_sync_addr_hash (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | tdb_agent.c | 190 if (tdbp->tdb_sync_addr_hash != NULL || tdbp->tdb_hash_alloc_failed) { 220 /* assign to tdb_sync_addr_hash only after fully initialized */ 222 tdbp->tdb_sync_addr_hash = addr_hash; 265 if (tdbp->tdb_sync_addr_hash == NULL) { 267 if (tdbp->tdb_sync_addr_hash == NULL) { /* utter failure */ 274 sapp = &tdbp->tdb_sync_addr_hash[tdb_addr_hash(addr)]; 307 (uintptr_t)tdbp->tdb_sync_addr_hash[i]; 370 if (tdbp->tdb_sync_addr_hash == NULL || 371 tdbp->tdb_sync_addr_hash[hash = tdb_addr_hash(addr)] == NULL) 375 sapp = &tdbp->tdb_sync_addr_hash[has [all...] |
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | tdb_agent.h | 224 uint64_t *tdb_sync_addr_hash; member in struct:__anon2922 251 caddr32_t tdb_sync_addr_hash; member in struct:__anon2923
|
/illumos-gate/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 1201 offsetof(uberdata_t, tdb.tdb_sync_addr_hash), 1211 offsetof(uberdata32_t, tdb.tdb_sync_addr_hash), 2742 offsetof(uberdata_t, tdb.tdb_sync_addr_hash), 2752 offsetof(uberdata32_t, tdb.tdb_sync_addr_hash),
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/ |
H A D | libc.c | 886 HD("tdb_bootstrap tdb_sync_addr_hash tdb_'count tdb_'fail"); 890 prt_addr(uberdata.tdb.tdb_sync_addr_hash, 1),
|
Completed in 101 milliseconds