// // NSThread+ThreadIndex.h // #import @interface NSThread (ThreadIndex) - (NSInteger)threadIndex; @end