Home
last modified time | relevance | path

Searched defs:pthread_setschedprio (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_setschedprio.c4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() function
/third_party/musl/src/thread/
Dpthread_setschedprio.c4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2779 pub fn pthread_setschedprio(native: ::pthread_t, priority: ::c_int) -> ::c_int; in pthread_setschedprio() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4050 pub fn pthread_setschedprio(native: ::pthread_t, priority: ::c_int) -> ::c_int; in pthread_setschedprio() function