Searched refs:raise (Results 1 – 15 of 15) sorted by relevance
/picolibc-3.7.0-3.6.0/test/ |
D | long_double_gen.5c | 115 raise invalid_argument(f.name, 0, x); 116 raise infinity(x); 160 raise infinity(1); 166 raise infinity(-1); 176 raise nan(); 192 raise nan(); 194 raise infinity(x); 212 raise infinity(1); 214 raise nan(); 388 raise invalid_argument(f.name, 0, x); [all …]
|
D | test-raise.c | 110 ret = raise(sig); in main()
|
D | meson.build | 511 'test-raise',
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | abort.c | 62 raise (SIGABRT); in abort()
|
D | arc4random.h | 58 raise(SIGKILL); in _getentropy_fail()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | signal.h | 57 int raise (int);
|
/picolibc-3.7.0-3.6.0/newlib/libc/signal/ |
D | signal.c | 133 raise (int sig) in raise() function
|
D | signal.tex | 79 * raise:: Send a signal 88 @include signal/raise.def
|
/picolibc-3.7.0-3.6.0/ |
D | README.md | 378 * Simplify the signal/raise implementation to use a single global 380 raise now directly invokes _exit. This makes using assert and abort 635 to raise exceptions and set errno. This removes the w_*.c wrapper 638 expressions intended to raise exceptions. In the process, all of
|
D | meson_options.txt | 248 description: 'use atomics in signal/raise to make them re-entrant')
|
D | meson.build | 1296 …_SIGNAL', get_option('atomic-signal'), description: 'Use atomics for signal/raise for re-entrancy')
|
D | COPYING.picolibc | 909 test/test-raise.c
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | NEWS | 340 * Added simulated signal handling functions _raise_r, _signal_r, raise, and
|
D | README | 353 raise to the year 2038 problem. The default type for time_t is a signed
|
D | ChangeLog-2015 | 12366 * libc/signal/signal.c: Remove documentation for raise and _raise_r. 18130 * libc/sys/linux/signal.c: Rename raise to __libc_raise and weak-alias 18131 to raise. 18158 * libc/sys/linux/raise.c: Ditto. 20501 * libc/stdlib/abort.c: changed description: uses "raise" instead of 23404 * libc/signal/raise.c (_raise_r): Only compile code if 23410 * libc/sys/{go32,sparc64,sysmec}/Makefile.in: Delete raise and 23416 * libc/sys/sysmec/{raise,signal}.c: Ditto. 23418 * libc/sys/sysnecv850/raise.c: Ditto. 23755 * sys/sysnecv850/{open.c, pipe.c, raise.c, read.c} New files. [all …]
|