Home
last modified time | relevance | path

Searched refs:pthread_getschedparam (Results 1 – 8 of 8) sorted by relevance

/relibc/pthreads-emb/tests/
H A Dinherit1.c93 assert(pthread_getschedparam(pthread_self(), &policy, &param) == 0); in func()
123 assert(pthread_getschedparam(mainThread, &policy, &mainParam) == 0); in pthread_test_inherit1()
H A Dpriority1.c103 assert(pthread_getschedparam(threadID, &policy, &param) == 0); in func()
H A Dpriority2.c98 assert(pthread_getschedparam(pthread_self(), &policy, &param) == 0); in func()
/relibc/pthreads-emb/
H A Dpthread_getschedparam.c48 pthread_getschedparam (pthread_t thread, int *policy, in pthread_getschedparam() function
H A Dpthread.h881 int pthread_getschedparam (pthread_t thread,
H A DANNOUNCE239 pthread_getschedparam
/relibc/pthreads-emb/platform/psp/
H A DMakefile67 pthread_getschedparam.o \
/relibc/pthreads-emb/platform/dspbios/pte_lib/
H A Dpte_lib.pjt73 Source="..\..\..\pthread_getschedparam.c"