Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds