Subversion Repositories HelenOS

Rev

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

Rev 2216 Rev 2229
Line 658... Line 658...
658
        false);
658
        false);
659
    if (t) {
659
    if (t) {
660
        thread_ready(t);
660
        thread_ready(t);
661
        if (uspace_thread_id != NULL)
661
        if (uspace_thread_id != NULL)
662
            return (unative_t) copy_to_uspace(uspace_thread_id, &t->tid,
662
            return (unative_t) copy_to_uspace(uspace_thread_id, &t->tid,
663
                sizeof(t->tid));
663
                sizeof(t->tid));
664
        else
664
        else
665
            return 0;
665
            return 0;
666
    } else
666
    } else
667
        free(kernel_uarg);
667
        free(kernel_uarg);
668
 
668