mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Do not set thread name to less than informative 'initial thread'.
This commit is contained in:
parent
86f222bbfe
commit
a805bbe21a
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue