[kernel] Remove status code from thread exit
The status code from thread exit had too many issues, (eg, how does it relate to process exit code? what happens when different threads exit with different exit codes?) and not enough value, so I'm getting rid of it.
This commit is contained in:
@@ -13,9 +13,7 @@ object thread : object {
|
||||
|
||||
method kill [destructor cap:kill]
|
||||
|
||||
method exit [static] {
|
||||
param status int32
|
||||
}
|
||||
method exit [static]
|
||||
|
||||
method sleep [static] {
|
||||
param duration uint64
|
||||
|
||||
Reference in New Issue
Block a user