A collection of example source codes for c/c++ and ios and android platform. It also includes objective c.
NSThread *myThread = [[NSThread alloc] initWithTarget:self selector:@selector(threadFunc:) object:nil]; [myThread start];
Simple enough!