标签: java pthreads real-time scheduler thread-priority
我想在执行时修改正在运行的进程使用的时间表,以设置实时优先级。
我想避免对C函数使用JNI包装器。
为了简单起见,我希望从Java上的POSIX线程获得类似的功能。 pthread_setschedparam(pthread_self(),SCHED_FIFO,&sp);