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