Home
last modified time | relevance | path

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

/kernel/object/
A Dthread_dispatcher.cpp109 char thread_name[THREAD_NAME_LENGTH]; in Initialize() local
110 memcpy(thread_name, name, len); in Initialize()
111 memset(thread_name + len, 0, ZX_MAX_NAME_LEN - len); in Initialize()
115 &thread_, thread_name, StartRoutine, this, DEFAULT_PRIORITY, nullptr); in Initialize()

Completed in 9 milliseconds