HomeSort by relevance Sort by last modified time
    Searched refs:child_fn2 (Results 1 - 5 of 5) 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);
tc22_exit_w_lock.c 23 void* child_fn2 ( void* arg ) function
39 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);
locked_vs_unlocked3.stderr.exp 23 at 0x........: child_fn2 (locked_vs_unlocked3.c:38)
locked_vs_unlocked2.stderr.exp 31 at 0x........: child_fn2 (locked_vs_unlocked2.c:45)

Completed in 37 milliseconds