Home
last modified time | relevance | path

Searched defs:TIDHASH (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c67 #define TIDHASH(tid, hash_sz) ((tid) & ((hash_sz) - 1)) macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c76 #define TIDHASH(tid, udp) (tid & (udp)->hash_mask) macro