HomeSort by relevance Sort by last modified time
    Searched full:signals (Results 26 - 50 of 514) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_win.c 65 struct eloop_signal *signals; member in struct:eloop_data
350 if (eloop.signals[i].sig == sig) {
351 eloop.signals[i].signaled++;
372 if (eloop.signals[i].signaled) {
373 eloop.signals[i].signaled = 0;
374 eloop.signals[i].handler(eloop.signals[i].sig,
376 eloop.signals[i].user_data);
394 tmp = os_realloc(eloop.signals,
405 eloop.signals = tmp
    [all...]
eloop.h 16 * (e.g., a new packet available for reading), and signals. eloop.c is an
223 * eloop_register_signal - Register handler for signals
235 * Signals are 'global' events and there is no local eloop_data pointer like
243 * eloop_register_signal_terminate - Register handler for terminate signals
254 * Signals are 'global' events and there is no local eloop_data pointer like
259 * the knowledge of exact details of the signals is hidden in eloop
267 * eloop_register_signal_reconfig - Register handler for reconfig signals
278 * Signals are 'global' events and there is no local eloop_data pointer like
283 * the knowledge of exact details of the signals is hidden in eloop
  /dalvik/libcore/auth/src/main/java/javax/security/auth/
DestroyFailedException.java 21 * Signals that the {@link Destroyable#destroy()} method failed.
  /dalvik/libcore/luni/src/main/java/java/io/
IOException.java 21 * Signals a general, I/O-related error. Error details may be specified when
InterruptedIOException.java 21 * Signals that a blocking I/O operation has been interrupted. The number of
InvalidObjectException.java 21 * Signals that, during deserialization, the validation of an object has failed.
ObjectStreamException.java 21 * Signals some sort of problem during either serialization or deserialization
StreamCorruptedException.java 21 * Signals that the {@link ObjectInputStream#readObject()} method could not
SyncFailedException.java 21 * Signals that the {@link FileDescriptor#sync()} method has failed to
UTFDataFormatException.java 21 * Signals that an incorrectly encoded UTF-8 string has been encountered, most
NotActiveException.java 21 * Signals that a serialization-related method has been invoked in the wrong
  /dalvik/libcore/luni/src/main/java/java/net/
ProtocolException.java 21 * Signals that either a connection attempt to a socket of the wrong type, the
  /external/bluetooth/bluez/doc/
input-api.txt 37 Signals PropertyChanged(string name, variant value)
  /external/elfutils/libdw/
dwarf_offdie.c 38 /* Clear the entire DIE structure. This signals we have not yet
  /external/opencore/pvmi/pvmf/include/
pvmf_media_data.h 52 // Bit 1 - Signals whether the media data has a valid duration field, if this bit is not
54 // Bit 2 - Signals whether the media data should be rendered or not. If set to 1, this
57 // Bit 3 - Signals whether the media data is or part of a key sample. If set to 1, this
60 // Bit 4 - Signals whether the node needs to report the completion of this message to the
  /external/proguard/src/proguard/
ParseException.java 25 * This <code>Exception</code> signals that a parse exception of some
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 4 * stdio and signals.
  /external/wpa_supplicant/
eloop.h 16 * (e.g., a new packet available for reading), and signals. eloop.c is an
223 * eloop_register_signal - Register handler for signals
235 * Signals are 'global' events and there is no local eloop_data pointer like
243 * eloop_register_signal_terminate - Register handler for terminate signals
254 * Signals are 'global' events and there is no local eloop_data pointer like
259 * the knowledge of exact details of the signals is hidden in eloop
267 * eloop_register_signal_reconfig - Register handler for reconfig signals
278 * Signals are 'global' events and there is no local eloop_data pointer like
283 * the knowledge of exact details of the signals is hidden in eloop
  /external/dbus/bus/
Makefile.am 61 signals.c \
62 signals.h \
test-main.c 118 printf ("%s: Running signals test\n", argv[0]);
120 die ("signals");
  /external/qemu/distrib/sdl-1.2.12/include/
SDL.h 60 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */
67 * signal handlers for some commonly ignored fatal signals (like SIGSEGV)
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL.h 60 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */
67 * signal handlers for some commonly ignored fatal signals (like SIGSEGV)
  /prebuilt/linux-x86/sdl/include/SDL/
SDL.h 60 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */
67 * signal handlers for some commonly ignored fatal signals (like SIGSEGV)
  /prebuilt/windows/sdl/host/include/SDL/
SDL.h 63 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */
70 * signal handlers for some commonly ignored fatal signals (like SIGSEGV)
  /prebuilt/windows/sdl/include/SDL/
SDL.h 60 #define SDL_INIT_NOPARACHUTE 0x00100000 /* Don't catch fatal signals */
67 * signal handlers for some commonly ignored fatal signals (like SIGSEGV)

Completed in 111 milliseconds

12 3 4 5 6 7 8 91011>>