Searched defs:child_fn2 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/helgrind/tests/
H A Dlocked_vs_unlocked2.c37 void* child_fn2 ( void* arg ) function
61 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
H A Dlocked_vs_unlocked3.c35 void* child_fn2 ( void* arg ) function
53 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
H A Dtc22_exit_w_lock.c23 void* child_fn2 ( void* arg ) function
39 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);

Completed in 86 milliseconds