Searched refs:PID_KEY (Results 1 – 2 of 2) sorted by relevance
186 pid_entry = tsd_hash_search(table, PID_KEY, entry->he_pid); in tsd_hash_add()289 entry->he_key = PID_KEY; in tsd_hash_add_pid()297 hash = hash_long((ulong_t)PID_KEY * (ulong_t)pid, table->ht_bits); in tsd_hash_add_pid()431 if (pid_entry->he_key == PID_KEY && in tsd_remove_entry()491 entry = tsd_hash_search(table, PID_KEY, pid); in tsd_set()664 pid_entry = tsd_hash_search(table, PID_KEY, curthread->pid); in tsd_exit()
32 #define PID_KEY (TSD_KEYS_MAX+1) macro