steff1193 / threadutil

Utillities for Java threads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threadutil

Utillities for Java threads

Linux only

Building and testing

You will need java, maven and gcc

  • Build using ./src/scripts/build.sh
  • Run simple test using ./src/scripts/run_UtilTest.sh
Utilities

dk.designware.threadutil.schedule.Util: Misc utility methods for Java thread priority

How to use

  • Build
  • Add ./target/classes to classpath and use static methods on dk.designware.threadutil.schedule.Util
  • Run your program with
  • export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./target/native/
    java -classpath ./target/classes ...
    

About

Utillities for Java threads


Languages

Language:Shell 54.9%Language:Java 27.5%Language:C 17.6%