Changeset 53ca318 in mainline for libc/generic/thread.c


Ignore:
Timestamp:
2006-05-23T11:01:31Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c6b45f
Parents:
07d960a
Message:

Small updates to asynchronous framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/thread.c

    r07d960a r53ca318  
    9292        __tcb_set(pt->tcb);
    9393       
    94         async_create_manager();
    95 
    9694        uarg->uspace_thread_function(uarg->uspace_thread_arg);
    9795        free(uarg->uspace_stack);
    9896        free(uarg);
    9997
     98        /* If there is a manager, destroy it */
    10099        async_destroy_manager();
    101100        psthread_teardown(pt);
Note: See TracChangeset for help on using the changeset viewer.