Searched refs:DTOR_PID (Results 1 – 2 of 2) sorted by relevance
137 if (entry->he_dtor && entry->he_pid != DTOR_PID) in tsd_hash_dtor()181 dtor_entry = tsd_hash_search(table, entry->he_key, DTOR_PID); in tsd_hash_add()243 tmp_entry = tsd_hash_search(table, table->ht_key, DTOR_PID); in tsd_hash_add_key()248 entry->he_pid = DTOR_PID; in tsd_hash_add_key()255 hash = hash_long((ulong_t)*keyp * (ulong_t)DTOR_PID, table->ht_bits); in tsd_hash_add_key()601 dtor_entry = tsd_hash_search(table, *keyp, DTOR_PID); in tsd_destroy()
31 #define DTOR_PID (PID_MAX_LIMIT+1) macro