Searched refs:tidhashtbl_lock (Results 1 – 1 of 1) sorted by relevance
168 static struct rwlock *tidhashtbl_lock; variable170 #define TIDHASHLOCK(tid) (&tidhashtbl_lock[(tid) & tidhashlock])537 tidhashtbl_lock = malloc(sizeof(*tidhashtbl_lock) * (tidhashlock + 1), in threadinit()540 rw_init(&tidhashtbl_lock[i], "tidhash"); in threadinit()