ThreadShim        107 source/common/threading.cpp     thread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ThreadShim, this, 0, &threadId);
ThreadShim        138 source/common/threading.cpp     if (pthread_create(&thread, NULL, ThreadShim, this))