You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the argv types of pthread_create and kthread_create are different, which can cause confusion during use.
Describe the solution you'd like
If the argv parameter of kthread_create can also be replaced with the void * type, it would achieve consistency in form and eliminate the need to dynamically calculate and store based on the number of argv arguments.
Describe alternatives you've considered
No response
Verification
I have verified before submitting the report.
The text was updated successfully, but these errors were encountered:
zyfeier
changed the title
[FEATURE] Unified the argv parameters of pthread_create and task_creat
[FEATURE] Unified the argv parameters of pthread_create and kthread_create
Nov 1, 2024
Is your feature request related to a problem? Please describe.
Currently, the argv types of pthread_create and kthread_create are different, which can cause confusion during use.
Describe the solution you'd like
If the argv parameter of kthread_create can also be replaced with the void * type, it would achieve consistency in form and eliminate the need to dynamically calculate and store based on the number of argv arguments.
Describe alternatives you've considered
No response
Verification
The text was updated successfully, but these errors were encountered: