由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How can linux kernel signal an event to user application ?
相关主题
在User space下怎么拿到CPU的当前频率值问一个machine learning/SVM 问题
调试版链接时间特别长C++ delete
INIT_WORK从Linux kernel 2.6.20后改了?HELP:这个死锁是怎么发生的?
why do we need to map user threads to kernel threads?关于在c++ member function里用signal( )
linux下面user space里面的程序会导致kernal Oops吗?一个较难的pythpn输出函数运行信息的project.
copy_from_user() 是怎么知道缓存长度的? (转载)thread, semaphore, 问题。
Linux scheduler (转载)gcc里面的-ffast-math
求推荐关于linux的书does the system guarantee this? (转载)
相关话题的讨论汇总
话题: user话题: kernel话题: event话题: linux话题: signal
进入Programming版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
in windows, event can be created in kernel, and user app can wait for it.
how about linux ?
k***5
发帖数: 583
2
If you know the user application process ID, you can send signal to it from
both kernel and user space.
1 (共1页)
进入Programming版参与讨论
相关主题
does the system guarantee this? (转载)linux下面user space里面的程序会导致kernal Oops吗?
Kernel Programming Question: timestamp and synchronizationcopy_from_user() 是怎么知道缓存长度的? (转载)
[合集] question about the kernel scheduler (转载)Linux scheduler (转载)
问问跟Linux Kernel Programming 有关的问题求推荐关于linux的书
在User space下怎么拿到CPU的当前频率值问一个machine learning/SVM 问题
调试版链接时间特别长C++ delete
INIT_WORK从Linux kernel 2.6.20后改了?HELP:这个死锁是怎么发生的?
why do we need to map user threads to kernel threads?关于在c++ member function里用signal( )
相关话题的讨论汇总
话题: user话题: kernel话题: event话题: linux话题: signal