HomeSort by relevance Sort by last modified time
    Searched defs:child_fn2 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked3.c 35 void* child_fn2 ( void* arg ) function
53 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
locked_vs_unlocked2.c 37 void* child_fn2 ( void* arg ) function
61 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
tc22_exit_w_lock.c 23 void* child_fn2 ( void* arg ) function
39 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);

Completed in 43 milliseconds