Searched refs:LOW_PRIORITY (Results 1 – 4 of 4) sorted by relevance
/lk-master/app/tests/ |
A D | thread_tests.c | 400 …threads[0] = thread_create("atomic tester 1", &atomic_tester, (void *)1, LOW_PRIORITY, DEFAULT_STA… in atomic_test() 401 …threads[1] = thread_create("atomic tester 1", &atomic_tester, (void *)1, LOW_PRIORITY, DEFAULT_STA… in atomic_test() 402 …threads[2] = thread_create("atomic tester 1", &atomic_tester, (void *)1, LOW_PRIORITY, DEFAULT_STA… in atomic_test() 403 …threads[3] = thread_create("atomic tester 1", &atomic_tester, (void *)1, LOW_PRIORITY, DEFAULT_STA… in atomic_test() 404 …threads[4] = thread_create("atomic tester 2", &atomic_tester, (void *)-1, LOW_PRIORITY, DEFAULT_ST… in atomic_test() 405 …threads[5] = thread_create("atomic tester 2", &atomic_tester, (void *)-1, LOW_PRIORITY, DEFAULT_ST… in atomic_test() 406 …threads[6] = thread_create("atomic tester 2", &atomic_tester, (void *)-1, LOW_PRIORITY, DEFAULT_ST… in atomic_test() 407 …threads[7] = thread_create("atomic tester 2", &atomic_tester, (void *)-1, LOW_PRIORITY, DEFAULT_ST… in atomic_test() 443 …ach_and_resume(thread_create("preempt tester", &preempt_tester, NULL, LOW_PRIORITY, DEFAULT_STACK_… in preempt_test() 459 …thread_t *t = thread_create("preempt tester", &preempt_tester, NULL, LOW_PRIORITY, DEFAULT_STACK_S… in preempt_test()
|
A D | float.c | 85 t[i] = thread_create(name, &float_thread, &val[i], LOW_PRIORITY, DEFAULT_STACK_SIZE); in float_tests()
|
/lk-master/kernel/include/kernel/ |
A D | thread.h | 133 #define LOW_PRIORITY (NUM_PRIORITIES / 4) macro
|
/lk-master/platform/zynq/ |
A D | gem.c | 601 … gem_stat_thread, &run_stats, LOW_PRIORITY, DEFAULT_STACK_SIZE); in cmd_gem()
|
Completed in 6 milliseconds