thread brand java
[lttv.git] / ltt-usertrace / java / ThreadBrand.java
CommitLineData
d84f6d3c 1// The ThreadBrand.java file
2public class ThreadBrand
3{
4 // Declaration of the Native (C) function
5 private static native void trace_java_generic_thread_brand(String arg);
6 static {
7 System.loadLibrary("ltt-java-thread_brand");
8 }
9}
This page took 0.022152 seconds and 4 git commands to generate.