Home
last modified time | relevance | path

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

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Derr.D_XLATE_NOCONV.priority.d41 curlwpsinfo->pr_nice);
H A Derr.D_XLATE_NOCONV.nice.d43 printf("The nice for cpu usage %c\n", curlwpsinfo->pr_nice);
/src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h99 char pr_nice; member
H A DThreadElfCore.cpp371 pr_nice = data.GetU8(&offset); in Parse()