RunThread 234 src/utils/os_thread.c t->threadH = CreateThread(NULL, t->stackSize, &(RunThread), (void *)t, 0, &id); RunThread 260 src/utils/os_thread.c if ( pthread_create(&t->threadH, &att, RunThread, t) != 0 ) { RunThread 373 src/utils/symbian_os.cpp if ( t->threadH->Create(threadName, (TThreadFunction)RunThread, KDefaultStackSize, KThreadMinHeapSize, KThreadMaxHeapSize, (void *)t, EOwnerProcess) != KErrNone) {