nuttx/libs/libc/signal
chao an 4c8d244fae sched/getpid: replace syscall getpid/tid/ppid() to kernel version
NuttX kernel should not use the syscall functions, especially after
enabling CONFIG_SCHED_INSTRUMENTATION_SYSCALL, all system functions
will be traced to backend, which will impact system performance.

Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-02 10:33:01 +08:00
..
Make.defs libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sig_addset.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sig_delset.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sig_emptyset.c libs: Gregory Nutt: update licenses to Apache 2021-04-02 11:12:25 -05:00
sig_fillset.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sig_hold.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sig_ignore.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sig_ismember.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sig_pause.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sig_psignal.c libc/psignal: Output the message to STDERR_FILENO instead STDOUT_FILENO 2021-11-22 19:37:12 +01:00
sig_raise.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
sig_relse.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sig_set.c signal: correct sigset() return value & errno 2022-11-28 14:15:21 +08:00
sig_signal.c signal: correct signal() return value & errno 2022-11-28 14:15:21 +08:00
sig_wait.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00