]> xenbits.xensource.com Git - unikraft/libs/click.git/commit
click.cc: Update sched-related functions
authorStefan Jumarea <stefanjumarea02@gmail.com>
Fri, 8 Sep 2023 12:33:04 +0000 (15:33 +0300)
committerUnikraft <monkey@unikraft.io>
Sat, 9 Sep 2023 12:15:03 +0000 (12:15 +0000)
commit56e4d970ddd3647ddc6691a2c0dc9d5bca6c02d7
tree7df7ca61b8b40c7ab7dbe1e3fedf8a8bf21d1dc0
parente44da333806a6ef44c827eaeafe6b6392cd0c96f
click.cc: Update sched-related functions

Update the sched-related functions to match the changes to the Unikraft
core. Update the thread creation functions and change the `thread_wait`
function to a loop that waits for the thread to end.

Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #7
click.cc