Searched refs:DTOR_PID (Results 1 – 2 of 2) sorted by relevance
136 if (entry->he_dtor && entry->he_pid != DTOR_PID) in tsd_hash_dtor()180 dtor_entry = tsd_hash_search(table, entry->he_key, DTOR_PID); in tsd_hash_add()242 tmp_entry = tsd_hash_search(table, table->ht_key, DTOR_PID); in tsd_hash_add_key()247 entry->he_pid = DTOR_PID; in tsd_hash_add_key()254 hash = hash_long((ulong_t)*keyp * (ulong_t)DTOR_PID, table->ht_bits); in tsd_hash_add_key()600 dtor_entry = tsd_hash_search(table, *keyp, DTOR_PID); in tsd_destroy()
30 #define DTOR_PID (PID_MAX_LIMIT+1) macro