是否有我可以用来访问内核线程的系统调用?
最新版本的glibc定义了clone()如下:
int clone(int (*fn)(), void **stack, int flags, int argc,... /* args */);