Searched refs:SIGPROF (Results 1 – 9 of 9) sorted by relevance
/sysdeps/posix/ |
A D | profil.c | 28 #ifndef SIGPROF 85 return __sigaction (SIGPROF, &oact, NULL); in __profil() 93 || __sigaction (SIGPROF, &oact, NULL) < 0) in __profil() 117 if (__sigaction (SIGPROF, &act, oact_ptr) < 0) in __profil()
|
A D | sprofil.c | 28 #ifndef SIGPROF 303 if (__sigaction (SIGPROF, &prof_info.saved_action, NULL) < 0) in __sprofil() 349 if (__sigaction (SIGPROF, &act, &prof_info.saved_action) < 0) in __sprofil()
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | signum-arch.h | 47 #define SIGPROF 29 /* Profiling timer expired. */ macro
|
/sysdeps/unix/sysv/linux/bits/ |
A D | signum-arch.h | 48 #define SIGPROF 27 /* Profiling timer expired. */ macro
|
/sysdeps/unix/sysv/linux/hppa/bits/ |
A D | signum-arch.h | 52 #define SIGPROF 21 /* Profiling timer expired. */ macro
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | signum-arch.h | 50 #define SIGPROF 27 /* Profiling timer expired. */ macro
|
/sysdeps/mach/hurd/bits/ |
A D | signum-arch.h | 47 #define SIGPROF 27 /* Profiling timer expired. */ macro
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | signum-arch.h | 49 #define SIGPROF 27 /* Profiling timer expired. */ macro
|
/sysdeps/generic/ |
A D | siglist.h | 54 init_sig (SIGPROF, "PROF", N_("Profiling timer expired"))
|
Completed in 8 milliseconds