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

/external/valgrind/main/helgrind/tests/
H A Dlocked_vs_unlocked2.c22 void* child_fn1 ( void* arg ) function
62 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
H A Dlocked_vs_unlocked3.c23 void* child_fn1 ( void* arg ) function
54 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
H A Dtc22_exit_w_lock.c16 void* child_fn1 ( void* arg ) function
42 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);

Completed in 56 milliseconds