core: rename tcb_t -> thread_t, move into thread.h#4578
core: rename tcb_t -> thread_t, move into thread.h#4578kaspar030 merged 8 commits intoRIOT-OS:masterfrom
Conversation
|
I like! |
|
👍 |
|
1ste ACK in tha pocket |
|
2nd ACK (once Travis is happy) |
core/include/thread.h
Outdated
There was a problem hiding this comment.
Sorry for just writing that now, but wouldn't a THREAD_ prefix on those be more in line with the coding conventions?
There was a problem hiding this comment.
I think that's out of scope for this PR.
|
Well, travis did not agree at all. ;)
@DipSwitch @haukepetersen pls take another look... |
|
Sorry, there's more trouble. |
core/include/thread.h
Outdated
There was a problem hiding this comment.
Maybe the comment alignment should be fixed?
|
Just a few comment alignment stuff, not that it must be fixed by me. But it would look better ;) The code seems fine, ACK |
6fc2941 to
4cbe9e8
Compare
|
What's up with this PR? |
|
I've rebased it yesterday and (hopefully) just fixed the last compile problem. I'll unmark it WIP. |
9c5380a to
06a9efc
Compare
|
please reomve the stack size defines from the |
|
otherwise looks good, please squash! |
06a9efc to
5dbacf0
Compare
|
90358e3 to
ed03204
Compare
|
|
Bascally three ACKs -> go! |
core: rename tcb_t -> thread_t, move into thread.h
Calling the struct "thread control block" seems outdated. This PR moves the definition into thread.h.