Home
last modified time | relevance | path

Searched refs:callThread (Results 1 – 1 of 1) sorted by relevance

/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTThread.h317 pthread_t callThread = pthread_self(); in SetThreadName() local
318 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);