免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: _z_
打印 上一主题 下一主题

[NetBSD] 有个比较弱的问题。。NetBSD进程调度的代码在哪个文件里面? [复制链接]

论坛徽章:
0
11 [报告]
发表于 2006-02-13 17:20 |只看该作者
原帖由 mingyanguo 于 2006-2-13 17:00 发表

跟FreeBSD的那个模型一样么?看上去很相似。


疑似!

FreeBSD KSE Project

Overview
Kernel Scheduler Entities (KSE), is a kernel-supported threading system similar in design to Scheduler Activations [Anderson, et. al.]. It strikes a balance between user-level (1:N) and kernel-level (1:1) threading models, giving most of the advantages of both, and few of the disadvantages of either.

There are two halves of this project: kernel support and user support. The kernel support consists of modifications to the FreeBSD scheduler; The user half is a POSIX® threads implementation which takes advantage of the extra facilities the kernel provides.

The goal is to replace the current user threading system provided by the libc_r library, and the -pthread gcc option, with a new libpthread library which will be linked with the -lpthread gcc option.

Using KSE
All KSE development is being done in 5.0-CURRENT. No special kernel configuration options are required to build a kernel with the KSE-related changes (the changes are inextricable from the FreeBSD scheduler).

In order to use KSE in an application, you need to link it against libpthread; this is straightforward. In the application's makefile(s), change the -pthread compiler switch or -lc_r link option to -lpthread and relink. Alternatively, you can use /etc/libmap.conf to map libc_r to libpthread (see libmap.conf(5)).

论坛徽章:
0
12 [报告]
发表于 2006-02-15 00:28 |只看该作者
/usr/src/sys/kern/kern_synch.c

论坛徽章:
0
13 [报告]
发表于 2006-02-15 03:28 |只看该作者
kern_switch.c

论坛徽章:
0
14 [报告]
发表于 2006-02-15 07:44 |只看该作者
原帖由 xie_minix 于 2006-2-15 00:28 发表
/usr/src/sys/kern/kern_synch.c


老大,难得看到你露面,以后要常来指导工作啊!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP