/glibc-2.36/elf/ |
D | tst-execstack-mod.c | 8 void callme (void (*callback) (void)); 16 void callback (void) { ok = true; } in tryme() 18 callme (&callback); in tryme() 21 printf ("DSO called ok (local %p, trampoline %p)\n", &ok, &callback); in tryme() 27 callme (void (*callback) (void)) in callme() 29 (*callback) (); in callme()
|
D | tst-dlmodcount.c | 30 callback (struct dl_phdr_info *info, size_t size, void *ptr) in callback() function 81 dl_iterate_phdr (callback, (void *)(intptr_t) ADD); in load() 91 dl_iterate_phdr (callback, (void *)(intptr_t) REMOVE); in unload() 99 dl_iterate_phdr (callback, (void *)(intptr_t) SET); in do_test()
|
D | tst-unwind-ctor-lib.c | 23 callback (struct _Unwind_Context *ctx, void *arg) in callback() function 36 _Unwind_Backtrace (callback, 0); in do_unwind()
|
D | tst-dl-iter-static.c | 25 callback (struct dl_phdr_info *info, size_t size, void *data) in callback() function 41 status = dl_iterate_phdr (callback, &count); in do_test()
|
D | tst-unwind-main.c | 29 callback (struct _Unwind_Context *ctx, void *arg) in callback() function 42 _Unwind_Backtrace (callback, 0); in func()
|
D | dl-iteratephdr.c | 31 __dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info, in __dl_iterate_phdr() 74 ret = callback (&info, sizeof (struct dl_phdr_info), data); in __dl_iterate_phdr()
|
D | dl-tunables.c | 401 __tunable_get_val (tunable_id_t id, void *valp, tunable_callback_t callback) in __tunable_get_val() argument 431 if (cur->initialized && callback != NULL) in __tunable_get_val() 432 callback (&cur->val); in __tunable_get_val()
|
/glibc-2.36/nptl_db/ |
D | td_ta_thr_iter.c | 23 iterate_thread_list (td_thragent_t *ta, td_thr_iter_f *callback, in iterate_thread_list() argument 48 return callback (&th, cbdata_p) != 0 ? TD_DBERR : TD_OK; in iterate_thread_list() 98 if (callback (&th, cbdata_p) != 0) in iterate_thread_list() 114 td_ta_thr_iter (const td_thragent_t *ta_arg, td_thr_iter_f *callback, in td_ta_thr_iter() argument 137 err = iterate_thread_list (ta, callback, cbdata_p, state, ti_pri, in td_ta_thr_iter() 144 err = iterate_thread_list (ta, callback, cbdata_p, state, ti_pri, in td_ta_thr_iter()
|
D | td_ta_tsd_iter.c | 24 td_ta_tsd_iter (const td_thragent_t *ta_arg, td_key_iter_f *callback, in td_ta_tsd_iter() argument 72 if (callback ((thread_key_t) idx, destr, cbdata_p) != 0) in td_ta_tsd_iter()
|
/glibc-2.36/misc/ |
D | tst-ldbl-error.c | 30 void *callback; member 79 do_one_test (void *callback, const char *expected, ...) in do_one_test() argument 86 result = support_capture_subprocess (callback, NULL); in do_one_test() 118 do_one_test (tests[i].callback, tests[i].expected, (long double) -1); in do_test()
|
/glibc-2.36/nis/ |
D | nis_callback.c | 47 __libc_lock_define_initialized (static, callback) in __libc_lock_define_initialized() argument 140 if ((data->callback) (name, cbproc_entry(i), data->userdata)) 250 __libc_lock_lock (callback); in __nis_do_callback() 254 __libc_lock_unlock (callback); in __nis_do_callback() 260 __nis_create_callback (int (*callback) (const_nis_name, const nis_object *, in __nis_create_callback() 286 cb->callback = callback; in __nis_create_callback()
|
D | nis_intern.h | 48 int (*callback) (const_nis_name, const nis_object *, const void *); member 76 (int (*callback)(const_nis_name, const nis_object *, const void *),
|
/glibc-2.36/support/ |
D | support_create_timer.c | 31 void (*callback)(int)) in support_create_timer() 34 sa.sa_handler = callback != NULL ? callback : dummy_alrm_handler; in support_create_timer()
|
D | support_isolate_in_subprocess.c | 23 support_isolate_in_subprocess (void (*callback) (void *), void *closure) in support_isolate_in_subprocess() 29 callback (closure); in support_isolate_in_subprocess()
|
D | support_can_chroot.c | 29 callback (void *closure) in callback() function 51 support_isolate_in_subprocess (callback, result); in support_can_chroot()
|
D | support_subprocess.c | 49 support_subprocess (void (*callback) (void *), void *closure) in support_subprocess() 62 callback (closure); in support_subprocess()
|
D | support_capture_subprocess.c | 83 support_capture_subprocess (void (*callback) (void *), void *closure) in support_capture_subprocess() 89 struct support_subprocess proc = support_subprocess (callback, closure); in support_capture_subprocess()
|
D | tst-support_capture_subprocess.c | 162 callback (void *closure) in callback() function 206 return support_capture_subprocess (callback, test); in do_subprocess()
|
/glibc-2.36/rt/ |
D | tst-aio5.c | 32 callback (sigval_t s) in callback() function 84 cb.aio_sigevent.sigev_notify_function = callback; in do_test() 89 ev.sigev_notify_function = callback; in do_test()
|
/glibc-2.36/io/ |
D | bug-ftw1.c | 31 callback (const char *fname, const struct stat *st, int flag) in callback() function 67 ftw ("/", callback, 10); in main()
|
D | bug-ftw2.c | 32 callback (const char *fname, const struct stat *st, int flag) in callback() function 71 ftw (".", callback, 10); in main()
|
/glibc-2.36/benchtests/scripts/ |
D | import_bench.py | 97 def do_for_all_timings(bench, callback): argument 110 callback(bench, func, k)
|
/glibc-2.36/malloc/ |
D | tst-dynarray-at-fail.c | 30 check (const char *test, void (*callback) (void *), size_t index, in check() 34 = support_capture_subprocess (callback, &index); in check()
|
D | tst-safe-linking.c | 32 check (const char *test, void (*callback) (void *), in check() 43 = support_capture_subprocess (callback, &rand_mask); in check()
|
/glibc-2.36/libio/ |
D | tst-vtables-common.c | 384 check_for_termination (const char *name, void (*callback) (void *)) in check_for_termination() 391 = support_capture_subprocess (callback, NULL); in check_for_termination() 449 check_call (const char *name, void (*callback) (void *), in check_call() 465 support_isolate_in_subprocess (callback, NULL); in check_call()
|