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

  /external/valgrind/main/drd/tests/
pth_detached_sem.c 33 static void* thread_func2(void* arg) function
74 pthread_create(&thread, &attr, thread_func2, &thread_arg[i]);
pth_detached.c 38 static void* thread_func2(void* arg) function
79 pthread_create(&thread, &attr, thread_func2, &thread_arg[i]);

Completed in 217 milliseconds