Rev 2799 | Rev 2804 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2799 | Rev 2801 | ||
---|---|---|---|
Line 339... | Line 339... | ||
339 | t->fpu_context_exists = 0; |
339 | t->fpu_context_exists = 0; |
340 | t->fpu_context_engaged = 0; |
340 | t->fpu_context_engaged = 0; |
341 | 341 | ||
342 | avltree_node_initialize(&t->threads_tree_node); |
342 | avltree_node_initialize(&t->threads_tree_node); |
343 | t->threads_tree_node.key = (uintptr_t) t; |
343 | t->threads_tree_node.key = (uintptr_t) t; |
- | 344 | ||
- | 345 | waitq_initialize(&t->go_wq); |
|
344 | 346 | ||
345 | /* might depend on previous initialization */ |
347 | /* might depend on previous initialization */ |
346 | thread_create_arch(t); |
348 | thread_create_arch(t); |
347 | 349 | ||
348 | if (!(flags & THREAD_FLAG_NOATTACH)) |
350 | if (!(flags & THREAD_FLAG_NOATTACH)) |