Subject: SoC "POSIX RT Support" application: further discussion
To: None <tech-kern@netbsd.org>
From: Maxim A. Zhuravlev <thIOretic@yandex.ru>
List: tech-kern
Date: 05/11/2006 21:19:04
My SoC application is on "Real time support".
POSIX introduces "Thread Scheduling Contention Scope". Should one implement 
both, PTHREAD_SCOPE_PROCESS and PTHREAD_SCOPE_SYSTEM? In one should, 
scheduling code should be used in both, kernel- and user-mode. Are there any 
ways to share code? AFAIK, in IA32 this can be implemented through call 
gates. Is it portable?
P.S. How can I contact the project mentor to adjust some comments replies? 
Is this allowed?

Thanks