Searched refs:callThread (Results 1 – 1 of 1) sorted by relevance
317 pthread_t callThread = pthread_self(); in SetThreadName() local318 pthread_setname_np(callThread, threadName); in SetThreadName()330 pthread_t callThread = pthread_self();333 int err = pthread_setschedprio(callThread, sched_priority);339 err = pthread_setaffinity_np(callThread, sizeof(cpu_mask), &cpu_mask);