Searched
full:getpriority (Results
501 -
525 of
1079) sorted by null
<<21222324252627282930>>
/prebuilts/go/darwin-x86/src/syscall/ |
zsysnum_dragonfly_amd64.go | 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); }
|
zsysnum_freebsd_386.go | 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); }
|
zsysnum_freebsd_amd64.go | 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); }
|
zsysnum_freebsd_arm.go | 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); }
|
zsysnum_netbsd_386.go | 73 SYS_GETPRIORITY = 100 // { int|sys||getpriority(int which, id_t who); }
|
zsysnum_netbsd_amd64.go | 73 SYS_GETPRIORITY = 100 // { int|sys||getpriority(int which, id_t who); }
|
zsysnum_netbsd_arm.go | 73 SYS_GETPRIORITY = 100 // { int|sys||getpriority(int which, id_t who); }
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_solaris.go | 455 //sys Getpriority(which int, who int) (n int, err error)
|
zsysnum_dragonfly_amd64.go | 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); }
|
zsysnum_freebsd_386.go | 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); }
|
zsysnum_freebsd_amd64.go | 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); }
|
zsysnum_freebsd_arm.go | 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); }
|
zsysnum_netbsd_386.go | 73 SYS_GETPRIORITY = 100 // { int|sys||getpriority(int which, id_t who); }
|
zsysnum_netbsd_amd64.go | 73 SYS_GETPRIORITY = 100 // { int|sys||getpriority(int which, id_t who); }
|
zsysnum_netbsd_arm.go | 73 SYS_GETPRIORITY = 100 // { int|sys||getpriority(int which, id_t who); }
|
/prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/ |
jaxen-1.1.6.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar | |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar | |
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/ |
testng-6.9.10.jar | |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common_syscalls.inc | 598 PRE_SYSCALL(getpriority)(long which, long who) {} 600 POST_SYSCALL(getpriority)(long res, long which, long who) {} [all...] |
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 461 * @see #getPriority 476 public final int getPriority() { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
HeadsetClientStateMachine.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerHandlerImpl.java | 362 int cpriority = Thread.currentThread().getPriority();
|
Completed in 502 milliseconds
<<21222324252627282930>>