f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
683 stars 145 forks source link

thread destroy function is missing #32

Closed jserv closed 10 years ago

jserv commented 11 years ago

At present, thread destroy function is absent in F9 Microkernel implementation, that means syscall THREAD_CONTROL can not really real with the cases of destroy and destruction.

jserv commented 11 years ago

WIP: https://github.com/arcbbb/f9-kernel/tree/dev-thread

jserv commented 11 years ago

merge window for thread removal: https://github.com/f9micro/f9-kernel/tree/dev-thread

In as_destroy, the condition, if a CLONED fpage which is MAPPED is to be deleted, should be taken into consideration. Alternatively, it might be on behalf of the handling logic.

jserv commented 10 years ago

Merged.