Changeset 86018c1 in mainline for uspace/lib/libc/generic/thread.c
- Timestamp:
- 2010-01-24T19:48:56Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e33e1d
- Parents:
- eeb643d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/thread.c
reeb643d r86018c1 41 41 #include <string.h> 42 42 #include <async.h> 43 #include <stdio.h> 43 44 44 45 #ifndef THREAD_INITIAL_STACK_PAGES_NO … … 62 63 __tcb_set(f->tcb); 63 64 65 // MH 66 printf("uarg: %lx\n", uarg); 64 67 uarg->uspace_thread_function(uarg->uspace_thread_arg); 65 68 /* XXX: we cannot free the userspace stack while running on it */
Note:
See TracChangeset
for help on using the changeset viewer.