Searched defs:fct (Results 1 – 8 of 8) sorted by relevance
/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
|
/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
|
/sysdeps/pthread/ |
A D | tst-robust8.c | 49 int fct = nr % 3; in tf() local
|
/sysdeps/generic/ |
A D | libc-lock.h | 122 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) argument
|
/sysdeps/nptl/ |
A D | libc-lockP.h | 172 # define __libc_cleanup_push(fct, arg) \ argument
|
/sysdeps/mach/ |
A D | libc-lock.h | 190 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) argument
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 812 nss_gethostbyname3_r *fct = NULL; in gaih_inet() local
|
Completed in 12 milliseconds