Searched refs:prio (Results 1 – 2 of 2) sorted by relevance
| /examples/utest/testcases/kernel/ |
| A D | mutex_pi_tc.c | 112 rt_uint8_t prio[THREAD_NUM] = {13, 9, 8, 7, 11}; // prio of threads in test_mutex_pi() local 127 … t[i] = rt_thread_create("t", test_thread_entry, (void *)i, THREAD_STACKSIZE, prio[i], 10000); in test_mutex_pi()
|
| /examples/utest/testcases/posix/pthread_h/definitions/ |
| A D | pthread_h.c | 81 int (*test_pthread_setschedprio)(pthread_t thread, int prio);
|
Completed in 6 milliseconds