Home
last modified time | relevance | path

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

/system/utest/perftest/
A Dprocess-test.cpp16 constexpr char tname[] = "benchmark-thread"; variable
127 ZX_ASSERT(zx_thread_create(proc_handle_, tname, sizeof(tname), 0, &thread_handle_) == ZX_OK); in Init()
/system/dev/input/pc-ps2/
A Di8042.c753 const char* tname = in i8042_dev_init() local
755 int ret = thrd_create_with_name(&dev->irq_thread, i8042_irq_thread, dev, tname); in i8042_dev_init()
/system/ulib/ftl/inc/
A Dsys.h345 char tname[8]; member
/system/utest/core/object-info/
A Dobject-info.cpp174 static const char tname[] = "object-info-minith"; in get_test_process_etc() local
175 s = zx_thread_create(process, tname, sizeof(tname), in get_test_process_etc()

Completed in 13 milliseconds