Changeset c778c1a in mainline for generic/src/main/kinit.c


Ignore:
Timestamp:
2006-06-05T08:15:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
214c5a0
Parents:
34dcd3f
Message:

Detach kmp thread after joining it.
Extend assertion in thread_destroy() to not panic when threads are destroyed in their Unded state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/kinit.c

    r34dcd3f rc778c1a  
    109109                }
    110110                thread_join(t);
     111                thread_detach(t);
    111112        }
    112113#endif /* CONFIG_SMP */
Note: See TracChangeset for help on using the changeset viewer.