Home
last modified time | relevance | path

Searched refs:fct (Results 1 – 10 of 10) sorted by relevance

/sysdeps/i386/
A Dtst-ld-sse-use.sh84 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 Dmq_notify.c45 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 Dlibc-lock.h59 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) argument
A Dpthread-functions.h137 #define PTHFCT_CALL(fct, params) \ argument
138 __libc_pthread_functions.fct params
/sysdeps/generic/
A Dlibc-lock.h122 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) argument
A Dldsodefs.h959 extern void _dl_receive_error (receiver_fct fct, void (*operate) (void *),
/sysdeps/mach/
A Dlibc-lock.h190 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) argument
/sysdeps/pthread/
A Dtst-robust8.c49 int fct = nr % 3; in tf() local
61 switch (fct) in tf()
/sysdeps/nptl/
A Dlibc-lockP.h172 # define __libc_cleanup_push(fct, arg) \ argument
176 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \
/sysdeps/posix/
A Dgetaddrinfo.c249 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 17 milliseconds