Home
last modified time | relevance | path

Searched refs:thread_sched_policy (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 int thread_sched_policy; in ThreadFunctionProcessStatus() local
153 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
H A DDNB.cpp133 int thread_sched_policy; in kqueue_thread() local
134 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in kqueue_thread()
137 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in kqueue_thread()
260 int thread_sched_policy; in waitpid_thread() local
261 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in waitpid_thread()
264 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in waitpid_thread()
H A Ddebugserver.cpp909 int thread_sched_policy; in main() local
910 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in main()
913 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 int thread_sched_policy; in ThreadFunctionProcessStatus() local
153 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
H A DDNB.cpp132 int thread_sched_policy;
133 if (pthread_getschedparam(pthread_self(), &thread_sched_policy,
136 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param);
259 int thread_sched_policy;
260 if (pthread_getschedparam(pthread_self(), &thread_sched_policy,
263 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param);
H A Ddebugserver.cpp914 int thread_sched_policy; in main() local
915 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in main()
918 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 int thread_sched_policy; in ThreadFunctionProcessStatus() local
153 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
H A DDNB.cpp133 int thread_sched_policy; in kqueue_thread() local
134 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in kqueue_thread()
137 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in kqueue_thread()
260 int thread_sched_policy; in waitpid_thread() local
261 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in waitpid_thread()
264 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in waitpid_thread()
H A Ddebugserver.cpp894 int thread_sched_policy; in main() local
895 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in main()
898 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 int thread_sched_policy; in ThreadFunctionProcessStatus() local
153 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
H A DDNB.cpp133 int thread_sched_policy; in kqueue_thread() local
134 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in kqueue_thread()
137 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in kqueue_thread()
260 int thread_sched_policy; in waitpid_thread() local
261 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in waitpid_thread()
264 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in waitpid_thread()
H A Ddebugserver.cpp919 int thread_sched_policy; in main() local
920 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in main()
923 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 int thread_sched_policy; in ThreadFunctionProcessStatus() local
153 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
H A DDNB.cpp132 int thread_sched_policy; in kqueue_thread() local
133 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in kqueue_thread()
136 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in kqueue_thread()
259 int thread_sched_policy; in waitpid_thread() local
260 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in waitpid_thread()
263 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in waitpid_thread()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 int thread_sched_policy; in ThreadFunctionProcessStatus() local
153 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
H A DDNB.cpp132 int thread_sched_policy; in kqueue_thread() local
133 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in kqueue_thread()
136 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in kqueue_thread()
259 int thread_sched_policy; in waitpid_thread() local
260 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in waitpid_thread()
263 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in waitpid_thread()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 int thread_sched_policy; in ThreadFunctionProcessStatus() local
153 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
H A DDNB.cpp132 int thread_sched_policy; in kqueue_thread() local
133 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in kqueue_thread()
136 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in kqueue_thread()
259 int thread_sched_policy; in waitpid_thread() local
260 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in waitpid_thread()
263 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in waitpid_thread()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 int thread_sched_policy; in ThreadFunctionProcessStatus() local
153 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
H A DDNB.cpp134 int thread_sched_policy; in kqueue_thread() local
135 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in kqueue_thread()
138 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in kqueue_thread()
261 int thread_sched_policy; in waitpid_thread() local
262 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in waitpid_thread()
265 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in waitpid_thread()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 int thread_sched_policy; in ThreadFunctionProcessStatus() local
153 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
H A DDNB.cpp133 int thread_sched_policy; in kqueue_thread() local
134 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in kqueue_thread()
137 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in kqueue_thread()
260 int thread_sched_policy; in waitpid_thread() local
261 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in waitpid_thread()
264 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in waitpid_thread()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DRNBContext.cpp152 int thread_sched_policy; in ThreadFunctionProcessStatus() local
153 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
156 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in ThreadFunctionProcessStatus()
H A DDNB.cpp132 int thread_sched_policy;
133 if (pthread_getschedparam(pthread_self(), &thread_sched_policy,
136 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param);
259 int thread_sched_policy;
260 if (pthread_getschedparam(pthread_self(), &thread_sched_policy,
263 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp920 int thread_sched_policy; in MaybeRaiseThreadPriority() local
921 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in MaybeRaiseThreadPriority()
924 pthread_setschedparam(pthread_self(), thread_sched_policy, &thread_param); in MaybeRaiseThreadPriority()

123