关于ios多线程

请问IOS里面多线程能调用C函数吗? 好像我发现NSThread的方法都是调用类的方法[NSThread detachNewThreadSelector:@selector(doSomething:) toTarget:self withObject:nil];

就是我现在有个C函数 我想用单独启动一个线程去执行它? 该怎么办呢?

https://developer.apple.com/library/ios/documentation/Performance/Reference/GCD_libdispatch_Ref/

多谢多谢。