-
Notifications
You must be signed in to change notification settings - Fork 13
linux_036
Jaycee Zhang edited this page Nov 19, 2019
·
2 revisions
类比pthread,kthread近似功能的函数:
| pthread | kthread |
|---|---|
| pthread_t | task_struct |
| pthread_create | kthread_run/kthread_create |
| pthread_exit | kthread_should_stop |
| pthread_join | kthread_stop |
[1] 《深入理解并行编程》
[2] http://www.cs.fsu.edu/~cop4610t/lectures/project2/kthreads/kthreads.pdf

Wiki: wiki.jcix.top ~聚沙成塔~ Blog: blog.jcix.top