HomeSort by relevance Sort by last modified time
    Searched defs:raise (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/libc/bionic/
raise.cpp 34 int raise(int sig) { function
  /external/bison/lib/
raise.c 1 /* Provide a non-threads replacement for the POSIX raise function.
32 # undef raise macro
42 result = raise (sig);
54 # define raise_nothrow raise
62 # define rpl_raise raise
  /device/linaro/bootloader/edk2/StdLib/LibC/Signal/
Signal.c 2 Implementation of the signal and raise functions as declared in <signal.h>.
67 The raise function carries out the actions described for signal, above,
70 If a signal handler is called, the raise function shall not return until
73 @return The raise function returns zero if successful,
77 raise( int sig) function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
event.s 34 .global raise
35 raise: label
36 raise 15;
37 RAISE 0;
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DeviceBatteryLevelCheckerTest.java 110 Thread raise = new Thread(new Runnable() { local
121 raise.start();
138 Thread raise = new Thread(new Runnable() { local
149 raise.start();
  /prebuilts/go/darwin-x86/src/runtime/
os_dragonfly.go 42 func raise(sig uint32) func
os_freebsd.go 34 func raise(sig uint32) func
os_netbsd.go 48 func raise(sig uint32) func
os_openbsd.go 44 func raise(sig uint32) func
os_darwin.go 494 func raise(sig uint32) func
os_linux.go 380 func raise(sig uint32) func
os3_solaris.go 32 //go:cgo_import_dynamic libc_raise raise "libc.so"
460 func raise(sig uint32) /* int32 */ { func
  /prebuilts/go/linux-x86/src/runtime/
os_dragonfly.go 42 func raise(sig uint32) func
os_freebsd.go 34 func raise(sig uint32) func
os_netbsd.go 48 func raise(sig uint32) func
os_openbsd.go 44 func raise(sig uint32) func
os_darwin.go 494 func raise(sig uint32) func
os_linux.go 380 func raise(sig uint32) func
os3_solaris.go 32 //go:cgo_import_dynamic libc_raise raise "libc.so"
460 func raise(sig uint32) /* int32 */ { func
  /external/bison/darwin-lib/
signal.h 470 # undef raise
471 # define raise rpl_raise
473 _GL_FUNCDECL_RPL (raise, int, (int sig));
474 _GL_CXXALIAS_RPL (raise, int, (int sig));
477 _GL_FUNCDECL_SYS (raise, int, (int sig));
479 _GL_CXXALIAS_SYS (raise, int, (int sig));
481 _GL_CXXALIASWARN (raise); variable
483 # undef raise macro
484 /* Assume raise is always declared. */
485 _GL_WARN_ON_USE (raise, "raise can crash on native Windows -
    [all...]
  /external/bison/linux-lib/
signal.h 470 # undef raise
471 # define raise rpl_raise
473 _GL_FUNCDECL_RPL (raise, int, (int sig));
474 _GL_CXXALIAS_RPL (raise, int, (int sig));
477 _GL_FUNCDECL_SYS (raise, int, (int sig));
479 _GL_CXXALIAS_SYS (raise, int, (int sig));
481 _GL_CXXALIASWARN (raise); variable
483 # undef raise macro
484 /* Assume raise is always declared. */
485 _GL_WARN_ON_USE (raise, "raise can crash on native Windows -
    [all...]
  /external/ImageMagick/coders/
msl.c 4940 raise; local
    [all...]
  /external/libavc/test/decoder/
main.c 362 /* Function Name : raise */
383 int raise(int a) function
    [all...]
  /external/libavc/test/encoder/
main.c 2643 int raise(int a) function
    [all...]
  /external/libhevc/test/decoder/
main.c 355 /* Function Name : raise */
376 int raise(int a) function
    [all...]

Completed in 569 milliseconds

1 2