thread brand java
[lttv.git] / ltt-usertrace / java / ThreadBrand.java
1 // The ThreadBrand.java file
2 public 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.030307 seconds and 5 git commands to generate.