HomeSort by relevance Sort by last modified time
    Searched full:signaled (Results 151 - 175 of 808) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc3.c 90 * signaled: set upon receiving SIGUSER1 signal
96 int signaled = 0; variable
152 while (!signaled) {
217 signaled++;
  /external/ltp/testcases/kernel/syscalls/ptrace/
ptrace05.c 157 "Was signaled with "
  /external/skia/src/image/
SkSurface_Base.h 81 * gpu and inits the array of GrBackendSemaphores with the signaled semaphores.
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 98 // signaled when this struct is ready for reuse
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
reference_picture_selection.cc 42 // Assume RPSI is signaled with 14 bits.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
TrackDecoder.java 145 // The EoS does not need to be signaled if the application stops decoding.
  /frameworks/native/services/vr/bufferhubd/
producer_channel.cpp 139 // Derive the mask of signaled buffers in this producer / consumer set.
140 uint64_t signaled_mask = signaled() ? BufferHubDefs::kProducerStateBit : 0;
142 signaled_mask |= consumer->signaled() ? consumer->consumer_state_bit() : 0;
305 " dummy fence(s) was signaled during last release/gain cycle "
  /hardware/interfaces/automotive/evs/1.0/
IEvsCamera.hal 75 * closure of the stream is signaled to the IEvsCameraStream.
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractWatchService.java 38 // signaled keys waiting to be dequeued
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
mce.h 31 #define MCI_STATUS_S (1ULL<<56) /* Signaled machine check */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
mce.h 34 #define MCI_STATUS_S (1ULL<<56) /* Signaled machine check */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
mce.h 34 #define MCI_STATUS_S (1ULL<<56) /* Signaled machine check */
  /prebuilts/go/darwin-x86/src/os/
exec_posix.go 93 case status.Signaled():
  /prebuilts/go/linux-x86/src/os/
exec_posix.go 93 case status.Signaled():
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiMgmtModeRuntimeLib.h 275 Register a callback function to be signaled whenever an interface is installed for
286 Event - Event that is to be signaled whenever a protocol interface is registered
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6.h 436 /// After this event is signaled, the receive data structure is released
526 /// This Event will be signaled after the Status field is updated by
604 signaled.
786 errors occur, the event in the token will be signaled and the status is updated.
    [all...]
Tcp6.h 361 /// When the token is signaled by TCPv6 driver it is the length of
570 fails due to any error, the ConnectionToken->CompletionToken.Event will be signaled
613 The ListenToken->CompletionToken.Event will be signaled when a new connection is
649 signaled once the data is sent out or some error occurs.
696 fields and the Token->CompletionToken.Event is signaled. If got data the data and its length
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 259 shouldn't be signaled because we are still in the EfiIp6Transmit. If
261 the TxToken map and the user's event signaled. The token wrap and buffer
397 signaled.
583 errors occur, the event in the token will be signaled and the status is updated.
646 is signaled.
692 be signaled. If the token is not in one of the queues, which usually means the
704 Token->Event was signaled. When Token is NULL, all
705 pending requests were aborted, and their events were signaled.
    [all...]
  /external/libchrome/base/threading/
simple_thread.h 120 WaitableEvent event_; // Signaled if Start() was ever called.
188 WaitableEvent dry_; // Not signaled when there is no work to do.
  /external/valgrind/drd/tests/
tc23_bogus_condwait.stderr.exp-darwin-amd64 14 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
41 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
tc23_bogus_condwait.stderr.exp-darwin-x86 14 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
41 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
  /frameworks/native/libs/nativewindow/include/android/
hardware_buffer.h 185 * descriptor that will be signaled when the buffer is locked, otherwise the
219 * file descriptor that is signaled when all pending work on the buffer is
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h 486 /// An event is to be signaled periodically at a specified interval from the current time.
490 /// An event is to be signaled once at a specified interval from the current time.
498 @param[in] Event The timer event that is to be signaled at the specified time.
503 event will be signaled on the next timer tick.
505 event will be signaled on every timer tick.
507 @retval EFI_SUCCESS The event has been set to be signaled at the requested time.
524 @retval EFI_SUCCESS The event has been signaled.
534 Stops execution until an event is signaled.
540 @retval EFI_SUCCESS The event indicated by Index was signaled.
570 Checks whether an event is in the signaled state.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpMain.c 467 @param ResolvedEvent Pointer to the event that will be signaled when
683 immediately and its ResolvedEvent is signaled. Only an asynchronous address
686 instance will be cancelled and their corresponding events will be signaled.
695 corresponding event(s) is/are signaled.
737 // Dispatch the DPCs queued by the NotifyFunction of the events signaled
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpMain.c 466 signaled.
580 signaled.
667 signaled. If the token is not in one of the queues, which usually means that
678 Token.Event was signaled. When Token is NULL,
680 events were signaled.

Completed in 651 milliseconds

1 2 3 4 5 67 8 91011>>