Searched refs:thread_name (Results 1 – 4 of 4) sorted by relevance
/trusty/kernel/app/fptest/ |
D | fptest.c | 55 char thread_name[32]; in fptest_init() local 59 snprintf(thread_name, sizeof(thread_name), "fptest-%d-%d", cpu, i); in fptest_init() 60 thread = thread_create(thread_name, fptest, (void*)(uintptr_t)i, in fptest_init()
|
/trusty/kernel/app/busytest/ |
D | busytest.c | 132 char thread_name[32]; in busy_test_cpu_init() local 134 snprintf(thread_name, sizeof(thread_name), "busy-test-%d", cpu); in busy_test_cpu_init() 135 thread = thread_create(thread_name, busy_test_busy_func, NULL, LOW_PRIORITY, in busy_test_cpu_init()
|
/trusty/kernel/app/smptest/ |
D | smptest.c | 217 char thread_name[32]; in smptest_setup() local 219 snprintf(thread_name, sizeof(thread_name), "smptest-%u", cpu); in smptest_setup() 220 smpt->thread = thread_create(thread_name, smptest_thread_func, in smptest_setup()
|
/trusty/kernel/app/mmutest/ |
D | mmutest.c | 43 static int mmutest_run_in_thread(const char* thread_name, in mmutest_run_in_thread() argument
|