Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 25 of 86) sorted by relevance

1234

/glibc-2.36/elf/
Dtst-execstack-mod.c8 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()
Dtst-dlmodcount.c30 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()
Dtst-unwind-ctor-lib.c23 callback (struct _Unwind_Context *ctx, void *arg) in callback() function
36 _Unwind_Backtrace (callback, 0); in do_unwind()
Dtst-dl-iter-static.c25 callback (struct dl_phdr_info *info, size_t size, void *data) in callback() function
41 status = dl_iterate_phdr (callback, &count); in do_test()
Dtst-unwind-main.c29 callback (struct _Unwind_Context *ctx, void *arg) in callback() function
42 _Unwind_Backtrace (callback, 0); in func()
Ddl-iteratephdr.c31 __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()
Ddl-tunables.c401 __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/
Dtd_ta_thr_iter.c23 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()
Dtd_ta_tsd_iter.c24 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/
Dtst-ldbl-error.c30 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/
Dnis_callback.c47 __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()
Dnis_intern.h48 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/
Dsupport_create_timer.c31 void (*callback)(int)) in support_create_timer()
34 sa.sa_handler = callback != NULL ? callback : dummy_alrm_handler; in support_create_timer()
Dsupport_isolate_in_subprocess.c23 support_isolate_in_subprocess (void (*callback) (void *), void *closure) in support_isolate_in_subprocess()
29 callback (closure); in support_isolate_in_subprocess()
Dsupport_can_chroot.c29 callback (void *closure) in callback() function
51 support_isolate_in_subprocess (callback, result); in support_can_chroot()
Dsupport_subprocess.c49 support_subprocess (void (*callback) (void *), void *closure) in support_subprocess()
62 callback (closure); in support_subprocess()
Dsupport_capture_subprocess.c83 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()
Dtst-support_capture_subprocess.c162 callback (void *closure) in callback() function
206 return support_capture_subprocess (callback, test); in do_subprocess()
/glibc-2.36/rt/
Dtst-aio5.c32 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/
Dbug-ftw1.c31 callback (const char *fname, const struct stat *st, int flag) in callback() function
67 ftw ("/", callback, 10); in main()
Dbug-ftw2.c32 callback (const char *fname, const struct stat *st, int flag) in callback() function
71 ftw (".", callback, 10); in main()
/glibc-2.36/benchtests/scripts/
Dimport_bench.py97 def do_for_all_timings(bench, callback): argument
110 callback(bench, func, k)
/glibc-2.36/malloc/
Dtst-dynarray-at-fail.c30 check (const char *test, void (*callback) (void *), size_t index, in check()
34 = support_capture_subprocess (callback, &index); in check()
Dtst-safe-linking.c32 check (const char *test, void (*callback) (void *), in check()
43 = support_capture_subprocess (callback, &rand_mask); in check()
/glibc-2.36/libio/
Dtst-vtables-common.c384 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()

1234