Searched refs:PID_KEY (Results 1 – 2 of 2) sorted by relevance
185 pid_entry = tsd_hash_search(table, PID_KEY, entry->he_pid); in tsd_hash_add()288 entry->he_key = PID_KEY; in tsd_hash_add_pid()296 hash = hash_long((ulong_t)PID_KEY * (ulong_t)pid, table->ht_bits); in tsd_hash_add_pid()430 if (pid_entry->he_key == PID_KEY && in tsd_remove_entry()490 entry = tsd_hash_search(table, PID_KEY, pid); in tsd_set()663 pid_entry = tsd_hash_search(table, PID_KEY, curthread->pid); in tsd_exit()
31 #define PID_KEY (TSD_KEYS_MAX+1) macro