Searched refs:child_func (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dkilled.c28 child_func (void *dummy) function
40 pthread_create (&child, 0, child_func, 0);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dkilled.c28 child_func (void *dummy) function
40 pthread_create (&child, 0, child_func, 0);
/netbsd-current/tests/lib/libpthread/
H A Dt_mutex.c315 child_func(void* arg) function
368 PTHREAD_REQUIRE(pthread_create(&child, NULL, child_func, NULL));
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dprocess_test.c581 fork_and_wait_child(void (*child_func)(void)) argument
590 child_func();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c270 (procinfo *pi, find_memory_region_ftype child_func, void *data,
271 int (*func) (struct prmap *map, find_memory_region_ftype child_func,
3136 iterate_over_mappings (procinfo *pi, find_memory_region_ftype child_func, argument
3139 find_memory_region_ftype child_func,
3171 funcstat = (*func) (prmap, child_func, data);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c271 (procinfo *pi, find_memory_region_ftype child_func, void *data,
272 int (*func) (struct prmap *map, find_memory_region_ftype child_func,
3109 iterate_over_mappings (procinfo *pi, find_memory_region_ftype child_func, argument
3112 find_memory_region_ftype child_func,
3144 funcstat = (*func) (prmap, child_func, data);

Completed in 236 milliseconds