/external/valgrind/main/none/tests/ |
thread-exits.c | 17 unwanted signals are discarded while the main thread is blocked in 20 and exited. main() itself is blocked waiting for the child
|
pending.c | 4 1. Signals should remain pending while blocked, and not delivered early
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
signal.h | 156 /* Set the mask of blocked signals to MASK, 183 /* Set the mask of blocked signals to MASK, returning the old mask. */ 248 /* Get and/or change the set of blocked signals. */ 252 /* Change the set of blocked signals to SET, 253 wait until a signal arrives, and restore the set of blocked signals. 263 /* Put in SET all signals that are blocked and waiting to be delivered. */ 311 int sv_mask; /* Mask of signals to be blocked. */ 324 of VEC. The signals in `sv_mask' will be blocked while the handler runs.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
signal.h | 156 /* Set the mask of blocked signals to MASK, 183 /* Set the mask of blocked signals to MASK, returning the old mask. */ 248 /* Get and/or change the set of blocked signals. */ 252 /* Change the set of blocked signals to SET, 253 wait until a signal arrives, and restore the set of blocked signals. 263 /* Put in SET all signals that are blocked and waiting to be delivered. */ 311 int sv_mask; /* Mask of signals to be blocked. */ 324 of VEC. The signals in `sv_mask' will be blocked while the handler runs.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
signal.h | 156 /* Set the mask of blocked signals to MASK, 183 /* Set the mask of blocked signals to MASK, returning the old mask. */ 248 /* Get and/or change the set of blocked signals. */ 252 /* Change the set of blocked signals to SET, 253 wait until a signal arrives, and restore the set of blocked signals. 263 /* Put in SET all signals that are blocked and waiting to be delivered. */ 311 int sv_mask; /* Mask of signals to be blocked. */ 324 of VEC. The signals in `sv_mask' will be blocked while the handler runs.
|
/cts/tests/tests/net/src/android/net/cts/ |
NetworkInfo_DetailedStateTest.java | 51 assertEquals(DetailedState.BLOCKED, expected[10]);
|
/external/chromium/base/ |
message_pump_default.cc | 72 // We know that we can't be blocked on Wait right now since this method can
|
/external/chromium/chrome/browser/sync/glue/ |
ui_model_worker_unittest.cc | 174 // This is what gets the core_thread blocked on the syncer_thread. 178 // This is what gets the UI thread blocked until NotifyExitRequested, 214 // This is what gets the core_thread blocked on the syncer_thread. 220 // This is what gets the UI thread blocked until NotifyExitRequested,
|
/external/chromium/chrome/browser/ui/gtk/ |
content_setting_bubble_gtk.h | 25 // type of content being blocked.
|
/external/quake/quake/src/QW/progs/ |
progdefs.h | 85 func_t blocked;
member in struct:__anon14315
|
/external/quake/quake/src/QW/server/ |
sv_phys.c | 194 returns the blocked flags (1 = floor, 2 = step / wall) 203 int i, blocked; local 205 blocked = 0; 207 blocked |= 1; // floor 209 blocked |= 2; // step 221 return blocked; 250 int blocked; local 254 blocked = 0; 289 blocked |= 1; // floor 298 blocked |= 2; // ste [all...] |
/external/quake/quake/src/WinQuake/ |
progdefs.q1 | 87 func_t blocked;
|
progdefs.q2 | 94 func_t blocked;
|
/external/smack/src/org/jivesoftware/smack/ |
PrivacyList.java | 25 * A privacy list represents a list of contacts that is a read only class used to represent a set of allowed or blocked communications.
|
/external/valgrind/main/gdbserver_tests/ |
nlcontrolc.stdinB.gdb | 12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
|
/external/webkit/Source/WebCore/storage/ |
IDBVersionChangeRequest.h | 42 DEFINE_ATTRIBUTE_EVENT_LISTENER(blocked);
|
/frameworks/native/cmds/dumpstate/ |
dumpstate.h | 54 /* Displays a blocked processes in-kernel wait channel */
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CallFailCause.java | 55 // Access Blocked by CDMA Network.
|
/libcore/luni/src/main/java/java/lang/ |
VMThread.java | 63 Thread.State.BLOCKED, // MONITOR
|
/ndk/tests/device/issue19851-sigsetjmp/jni/ |
issue19851-sigsetjmp.c | 77 /* Make sure SIGUSR2 still blocked */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
sched.h | 11 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sched.h | 11 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sched.h | 11 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
|
/external/bison/lib/ |
spawn-pipe.h | 59 It is recommended that no signal is blocked or ignored (i.e. have a 61 The reason is that child processes inherit the mask of blocked signals 71 properly if invoked with some signals blocked. Therefore, it is
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.h | 123 // Get the blocked-popup content setting's frame in window 124 // coordinates. Used by the blocked-popup animation. Returns 207 // The content blocked decorations.
|