由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - does Linux has real time timer?
相关主题
Display line number in EMACS??????pthread_kill SIGINT SIG_DFL multithread
file descriptorPerl Q
[转载] alarm, pause 又一问async-signal safe 问题
Does Linux support thread?Socket programming help
A Unix questiona perl question
what is the difference between pthread and thr_ ?多次遇到这种问题:previous declaration of .....
multithread questionCan I get the CPU-time of a thread?
which shell is the best among csh, ksh, bsh?[转载] 写程序 通讯 的 API (IPC )
相关话题的讨论汇总
话题: timer话题: linux话题: real话题: setitimer话题: time
进入Unix版参与讨论
1 (共1页)
t******q
发帖数: 117
1
rt,
have a system call setitimer(),
has ms level timer will give SIGALARM sig when expired.
is it a real time timer?
thanks
Thomas
m*******m
发帖数: 182
2
What's your definition of RT timer?

【在 t******q 的大作中提到】
: rt,
: have a system call setitimer(),
: has ms level timer will give SIGALARM sig when expired.
: is it a real time timer?
: thanks
: Thomas

t******q
发帖数: 117
3
Seems setitimer() can be used only one in a process.
and 1/1000 is not precise enough for a timer.
looking at linux real time implementation.
want to know the last news about the POSIX 1.b implement on
linux.
would you please give me some iformation?
since I can not find even at the last 2.4.0 kernel.
the kernel.org can only dl the souce code no much
information
gaven.
Thanks

【在 m*******m 的大作中提到】
: What's your definition of RT timer?
1 (共1页)
进入Unix版参与讨论
相关主题
[转载] 写程序 通讯 的 API (IPC )A Unix question
[转载] Unix/Posix system programming trainingwhat is the difference between pthread and thr_ ?
how to check disk available using posix API?multithread question
Semaphores in Linux (转载)which shell is the best among csh, ksh, bsh?
Display line number in EMACS??????pthread_kill SIGINT SIG_DFL multithread
file descriptorPerl Q
[转载] alarm, pause 又一问async-signal safe 问题
Does Linux support thread?Socket programming help
相关话题的讨论汇总
话题: timer话题: linux话题: real话题: setitimer话题: time