Searched refs:fct (Results 1 – 10 of 10) sorted by relevance
/sysdeps/i386/ |
A D | tst-ld-sse-use.sh | 84 while read fct; do 85 if test "$fct" = "_dl_runtime_profile" -o "$fct" = "_dl_x86_64_restore_sse"; then 88 echo "function $fct in $f modifies xmm/ymm/zmm" >> "$tmp"
|
/sysdeps/unix/sysv/linux/ |
A D | mq_notify.c | 45 void (*fct) (union sigval); /* The function to run. */ member 88 void (*fct) (union sigval) = data->fct; in notification_function() local 102 fct (param); in notification_function() 232 data.fct = notification->sigev_notify_function; in __mq_notify()
|
/sysdeps/htl/ |
A D | libc-lock.h | 59 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) argument
|
A D | pthread-functions.h | 137 #define PTHFCT_CALL(fct, params) \ argument 138 __libc_pthread_functions.fct params
|
/sysdeps/generic/ |
A D | libc-lock.h | 122 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) argument
|
A D | ldsodefs.h | 959 extern void _dl_receive_error (receiver_fct fct, void (*operate) (void *),
|
/sysdeps/mach/ |
A D | libc-lock.h | 190 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) argument
|
/sysdeps/pthread/ |
A D | tst-robust8.c | 49 int fct = nr % 3; in tf() local 61 switch (fct) in tf()
|
/sysdeps/nptl/ |
A D | libc-lockP.h | 172 # define __libc_cleanup_push(fct, arg) \ argument 176 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 249 status = DL_CALL_FCT (fct, (name, _family, &th, \ 812 nss_gethostbyname3_r *fct = NULL; in gaih_inet() local 818 fct = __nss_lookup_function (nip, "gethostbyname3_r"); in gaih_inet() 819 if (fct == NULL) in gaih_inet() 825 fct = __nss_lookup_function (nip, "gethostbyname2_r"); in gaih_inet() 827 if (fct != NULL) in gaih_inet()
|
Completed in 16 milliseconds