Searched refs:thread_name (Results 1 – 1 of 1) sorted by relevance
109 char thread_name[THREAD_NAME_LENGTH]; in Initialize() local110 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