Subversion Repositories HelenOS

Rev

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

Rev 2946 Rev 3100
Line 59... Line 59...
59
    dt->id = ++last_thread_id;
59
    dt->id = ++last_thread_id;
60
    dt->hash = hash;
60
    dt->hash = hash;
61
    dt->fid = 0;
61
    dt->fid = 0;
62
    dt->stopped = 0;
62
    dt->stopped = 0;
63
 
63
 
-
 
64
    arch_dthread_initialize(dt);
-
 
65
 
64
    if (!cwt) cwt = dt;
66
    if (!cwt) cwt = dt;
65
 
67
 
66
    list_append(&dt->link, &dthreads);
68
    list_append(&dt->link, &dthreads);
67
 
69
 
68
    return dt;
70
    return dt;