Subversion Repositories HelenOS

Rev

Rev 2817 | Rev 2826 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2817 Rev 2825
Line 343... Line 343...
343
    t->threads_tree_node.key = (uintptr_t) t;
343
    t->threads_tree_node.key = (uintptr_t) t;
344
   
344
   
345
    /* Init debugging stuff */
345
    /* Init debugging stuff */
346
    waitq_initialize(&t->go_wq);
346
    waitq_initialize(&t->go_wq);
347
    t->uspace_state = NULL;
347
    t->uspace_state = NULL;
-
 
348
    t->debug_stop = true;
348
 
349
 
349
    /* might depend on previous initialization */
350
    /* might depend on previous initialization */
350
    thread_create_arch(t); 
351
    thread_create_arch(t); 
351
 
352
 
352
    if (!(flags & THREAD_FLAG_NOATTACH))
353
    if (!(flags & THREAD_FLAG_NOATTACH))