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

  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked3.c 23 void* child_fn1 ( void* arg ) function
54 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
tc22_exit_w_lock.c 16 void* child_fn1 ( void* arg ) function
42 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
locked_vs_unlocked2.c 22 void* child_fn1 ( void* arg ) function
62 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
locked_vs_unlocked3.stderr.exp 29 at 0x........: child_fn1 (locked_vs_unlocked3.c:28)
locked_vs_unlocked2.stderr.exp 37 at 0x........: child_fn1 (locked_vs_unlocked2.c:29)

Completed in 30 milliseconds