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

1 2

  /bionic/libc/bionic/
raise.cpp 34 int raise(int sig) { function
  /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.27/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 113 Thread raise = new Thread(new Runnable() { local
124 raise.start();
140 Thread raise = new Thread(new Runnable() { local
151 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 51 func raise(sig uint32) func
os_openbsd.go 44 func raise(sig uint32) func
os_linux.go 384 func raise(sig uint32) func
os3_solaris.go 32 //go:cgo_import_dynamic libc_raise raise "libc.so"
466 func raise(sig uint32) /* int32 */ { func
os_darwin.go 519 func raise(sig uint32) 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 51 func raise(sig uint32) func
os_openbsd.go 44 func raise(sig uint32) func
os_linux.go 384 func raise(sig uint32) func
os3_solaris.go 32 //go:cgo_import_dynamic libc_raise raise "libc.so"
466 func raise(sig uint32) /* int32 */ { func
os_darwin.go 519 func raise(sig uint32) func
  /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...]
  /external/libmpeg2/test/decoder/
main.c 372 /* Function Name : raise */
393 int raise(int a) function
    [all...]
  /external/valgrind/coregrind/
m_main.c 2428 void raise(void){ function
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 3930 void Magick::Image::raise(const Geometry &geometry_,const bool raisedFlag_) function in class:Magick::Image
    [all...]

Completed in 2340 milliseconds

1 2