Home
last modified time | relevance | path

Searched refs:thread_name (Results 1 – 4 of 4) sorted by relevance

/trusty/kernel/app/fptest/
Dfptest.c55 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/
Dbusytest.c132 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/
Dsmptest.c217 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/
Dmmutest.c43 static int mmutest_run_in_thread(const char* thread_name, in mmutest_run_in_thread() argument