Lines Matching refs:ThreadFuncWithCLinkage
2346 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.2363 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) {2395 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));