Changeset 53ca318 in mainline for libc/generic/thread.c
- Timestamp:
- 2006-05-23T11:01:31Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c6b45f
- Parents:
- 07d960a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/thread.c
r07d960a r53ca318 92 92 __tcb_set(pt->tcb); 93 93 94 async_create_manager();95 96 94 uarg->uspace_thread_function(uarg->uspace_thread_arg); 97 95 free(uarg->uspace_stack); 98 96 free(uarg); 99 97 98 /* If there is a manager, destroy it */ 100 99 async_destroy_manager(); 101 100 psthread_teardown(pt);
Note:
See TracChangeset
for help on using the changeset viewer.