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

  /external/valgrind/drd/tests/
pth_detached.c 29 static void* thread_func2(void* arg) function
67 pthread_create(&thread, &attr, thread_func2, NULL);
pth_detached_sem.c 33 static void* thread_func2(void* arg) function
74 pthread_create(&thread, &attr, thread_func2, &thread_arg[i]);
  /external/valgrind/none/tests/solaris/
coredump_many_threads.c 17 static void *thread_func2(void *arg) { function
88 create_thread(thread_func2);
coredump_many_threads.post.exp 19 thread_func2

Completed in 98 milliseconds