create directories branches, tags, trunk
[lttv.git] / ltt-usertrace / sample-thread-fast.c
index 6376f37675894ae81cb1f03fe47f1a5996805de2..46ffbd12ff3f5b27df1e307763204cf6e37fd1c0 100644 (file)
@@ -31,7 +31,7 @@ void *thr2(void *arg)
        printf("thread 2, thread id : %lu, pid %lu\n", pthread_self(), getpid());
 
        for(i=0; i<100000; i++) {
-//             trace_user_generic_string("Hello world! Have a nice day.");
+               trace_user_generic_string("Hello world! Have a nice day.");
        }
        /* This thread is a bad citizen : returning like this will cause its cancel
         * routines not to be executed. This is still detected by the tracer, but only
This page took 0.022487 seconds and 4 git commands to generate.