Subversion Repositories HelenOS

Rev

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

Rev 1636 Rev 1661
Line 334... Line 334...
334
 
334
 
335
    t->in_copy_from_uspace = false;
335
    t->in_copy_from_uspace = false;
336
    t->in_copy_to_uspace = false;
336
    t->in_copy_to_uspace = false;
337
 
337
 
338
    t->interrupted = false;
338
    t->interrupted = false;
-
 
339
    t->join_type = None;
339
    t->detached = false;
340
    t->detached = false;
340
    waitq_initialize(&t->join_wq);
341
    waitq_initialize(&t->join_wq);
341
   
342
   
342
    t->rwlock_holder_type = RWLOCK_NONE;
343
    t->rwlock_holder_type = RWLOCK_NONE;
343
       
344