Use thread name support

Update #2858.
This commit is contained in:
Sebastian Huber
2017-01-12 14:56:23 +01:00
parent fb288fabea
commit 172f2acb2b
11 changed files with 9 additions and 128 deletions

View File

@@ -74,7 +74,7 @@ test_curthread(const char *name)
assert(td_0 != NULL);
assert(td_0 == td_1);
assert(td_0 == td_2);
assert(strcmp(&td_0->td_name[0], name) == 0);
assert(strcmp(td_0->td_thread->Join_queue.Queue.name, name) == 0);
}
static void