HomeSort by relevance Sort by last modified time
    Searched refs:thread_func1 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/drd/tests/
pth_detached.c 22 static void* thread_func1(void* arg) function
58 pthread_create(&thread, &attr, thread_func1, NULL);
pth_detached_sem.c 26 static void* thread_func1(void* arg) function
65 pthread_create(&thread, &attr, thread_func1, &thread_arg[i]);

Completed in 108 milliseconds