Searched refs:he_pid (Results 1 – 1 of 1) sorted by relevance
80 pid_t he_pid; member110 if ((entry->he_key == key) && (entry->he_pid == pid)) { in tsd_hash_search()136 if (entry->he_dtor && entry->he_pid != DTOR_PID) in tsd_hash_dtor()171 entry->he_pid = pid; in tsd_hash_add()185 pid_entry = tsd_hash_search(table, PID_KEY, entry->he_pid); in tsd_hash_add()247 entry->he_pid = DTOR_PID; in tsd_hash_add_key()289 entry->he_pid = pid; in tsd_hash_add_pid()416 (ulong_t)entry->he_pid, table->ht_bits); in tsd_remove_entry()433 (ulong_t)pid_entry->he_pid, table->ht_bits); in tsd_remove_entry()618 (ulong_t)entry->he_pid, table->ht_bits); in tsd_destroy()[all …]