Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp944 struct sched_param thread_param; in MaybeRaiseThreadPriority() local
947 &thread_param) == 0) { in MaybeRaiseThreadPriority()
948 thread_param.sched_priority = 47; in MaybeRaiseThreadPriority()
949 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in MaybeRaiseThreadPriority()