Skip to content

Conversation

@seokhun-eom24
Copy link
Contributor

This commit fixes function names from the 'nxsched_' prefix to 'sched_'. And fix some typo errors and wrong wrapper function description.

  • nxsched_process_timer -> sched_process_timer
  • nxsched_timer_expiration -> sched_timer_expiration
  • nxsched_merge_pending -> sched_mergepending
  • sched_getaffinity is wrapper of sched_gettcb
  • sched_setaffinity is wrapper of sched_setpriority

This changes are inspired by #6896

This commit fixes function names from the 'nxsched_*' prefix to 'sched_*'.
And fix some typo errors and wrong wrapper function description.

- nxsched_process_timer -> sched_process_timer
- nxsched_timer_expiration -> sched_timer_expiration
- nxsched_merge_pending -> sched_mergepending
- sched_getaffinity is wrapper of sched_gettcb
- sched_setaffinity is wrapper of sched_setpriority

This changes are inspired by Samsung#6896

Signed-off-by: seokhun-eom <[email protected]>
@sunghan-chang sunghan-chang merged commit 5a13ec7 into Samsung:master Oct 20, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants