摘要: 文件:kthread.c 1 /** 2 * kthread_create - create a kthread. 3 * @threadfn: the function to run until signal_pending(current). 4 * @data: data ptr for @threadfn. 5 * @namefmt: printf-style name for the thread. 6 * 7 * Description: This helper function creates and names a kernel 8 * thread. The ... 阅读全文
posted @ 2012-09-02 23:49 北海石松 阅读(4685) 评论(0) 推荐(0) 编辑