Do not set thread name to less than informative 'initial thread'.
This commit is contained in:
parent
36e4b60408
commit
7427a39f73
@ -409,7 +409,6 @@ init_main_thread(struct pthread *thread)
|
||||
|
||||
thread->cancel_enable = 1;
|
||||
thread->cancel_async = 0;
|
||||
thr_set_name(thread->tid, "initial thread");
|
||||
|
||||
/* Initialize the mutex queue: */
|
||||
TAILQ_INIT(&thread->mutexq);
|
||||
|
Loading…
Reference in New Issue
Block a user