Description
Remove unnecessary thread_id() wrapper in reclaimable
freelist
pthread_self() on x86 can accesses a register on CPU, it's quite
fast enough.
So thread_id() wrapper is unnecessary, let's drop it.
We have discussed in mailing list with jamespeach and jplevyak.