HomeSort by relevance Sort by last modified time
    Searched defs:thread_func2 (Results 1 - 3 of 3) 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);

Completed in 378 milliseconds