zephyr: use k_thread_entry_t everywhere

In various places, a private _thread_entry_t, or the full prototype
were being used. Be consistent and use the same typedef everywhere.

Signen-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-09-11 09:30:04 -07:00 committed by Andrew Boie
commit 1e06ffc815
11 changed files with 41 additions and 46 deletions

View file

@ -57,7 +57,7 @@ SECTION_FUNC(exception.other, __swap)
/*
* void _thread_entry_wrapper(_thread_entry_t, void *, void *, void *)
* void _thread_entry_wrapper(k_thread_entry_t, void *, void *, void *)
*/
SECTION_FUNC(TEXT, _thread_entry_wrapper)
/*