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

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/mapi/glapi/gen/
ARB_sync.xml 29 <enum name="SIGNALED" value="0x9119"/>
  /external/skia/tests/
CachedDataTest.cpp 68 * when it is in the cache or not. Being in the cache is signaled by calling attachToCacheAndRef()
  /external/syslinux/core/lwip/doc/
sys_arch.txt 59 signaled. If the "timeout" argument is non-zero, the thread should
65 milliseconds spent waiting for the semaphore to be signaled. If the
66 semaphore wasn't signaled within the specified time, the return value is
68 (i.e., it was already signaled), the function may return zero.
  /external/valgrind/drd/tests/
tc23_bogus_condwait.stderr.exp-linux-x86 7 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
24 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
44 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
64 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
  /external/vulkan-validation-layers/demos/smoke/
Shell.h 41 // signaled when this struct is ready for reuse
  /frameworks/native/cmds/surfacereplayer/replayer/
README.md 232 - **Signaled** - The worker has just been signaled by the main thread
238 state once **Signaled**. This last step exists in order to communicate back to the main thread that
248 During a **BuferUpdate**, the worker thread will wait until **Signaled** to unlock and post a
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Timer.c 232 @param UserEvent The timer event that is to be signaled at the
239 @retval EFI_SUCCESS The event has been set to be signaled at the
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/WatchdogTimerDxe/
WatchdogTimer.c 50 Notification function for the one-shot timer event that was signaled
57 @param Timer The one-shot timer event that was signaled when the
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip4Config.h 87 @param DoneEvent Event that will be signaled when the EFI IPv4
90 @param ReconfigEvent Event that will be signaled when the EFI IPv4
Udp4.h 322 is signaled. Providing a proper notification function and context for the event
358 be signaled and Token.Status is updated. Providing a proper notification function
395 signaled. If the token is not in one of the queues, which usually means that
406 was signaled. When Token is NULL, all pending requests are
407 aborted and their events are signaled.
Ip4.h 249 /// This Event will be signaled after the Status field is updated
320 and their events will be signaled.
455 errors occur, the event in the token will be signaled and the status is updated.
495 is signaled.
531 be signaled. If the token is not in one of the queues, which usually means the
543 Token->Event was signaled. When Token is NULL, all
544 pending requests were aborted and their events were signaled.
  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.hpp 110 WINDOWSTATE_NOT_CREATED = 0, //!< Framework hasn't signaled window creation.
111 WINDOWSTATE_NOT_INITIALIZED, //!< Framework hasn't signaled first resize after creation and thus size is not final.
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.c 224 int signaled; local
227 signaled = ops->fence_signalled(ops, fenced_buf->fence, 0);
234 signaled == 0 ? "y" : "n");
407 int signaled; local
410 signaled = ops->fence_finish(ops, fenced_buf->fence, 0);
417 signaled = ops->fence_signalled(ops, fenced_buf->fence, 0);
420 if (signaled != 0) {
569 /* Check for signaled buffers before trying to allocate. */
  /external/webrtc/webrtc/p2p/base/
portinterface.h 103 // Signaled when this port decides to delete itself because it no longer has
107 // Signaled when Port discovers ice role conflict with the peer.
  /external/libchrome/base/timer/
timer_unittest.cc 198 bool signaled() const { return signaled_; } function in class:__anon22918::DelayTimerTarget
222 ASSERT_FALSE(target.signaled());
238 ASSERT_TRUE(target.signaled());
246 ASSERT_FALSE(target_->signaled());
277 ASSERT_TRUE(target.signaled());
  /frameworks/av/media/libstagefright/codec2/include/
C2Buffer.h 61 * acquire sync fence object: signaled when it is safe for the component or client to access
80 * Waits for a fence to be signaled with a timeout.
87 * \retval C2_OK the fence has been signaled
88 * \retval C2_TIMED_OUT the fence has not been signaled within the timeout
89 * \retval C2_BAD_STATE the fence has been abandoned without being signaled (it will never
90 * be signaled)
97 * Used to check if this fence is valid (if there is a chance for it to be signaled.)
105 * Used to check if this fence has been signaled (is ready).
107 * \return whether this fence has been signaled
116 * fence is signaled, and bad (POLLERR) if the fence is abandoned
    [all...]
  /frameworks/native/libs/ui/
FenceTime.cpp 303 // The fence has signaled and we've removed the sp<Fence> ref.
308 // shouldn't have signaled either.
329 bool signaled = false; local
342 signaled = true;
346 ALOGE_IF(!signaled, "signalAllForTest: Nothing to signal.");
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 282 * fence seqno that when signaled, indicates that the command buffer has
325 * whether a fence has signaled the EXEC flag. Note that @seqno will
328 * so far. This can be used to mark user-space fence objects as signaled, and
643 * Checks if a fence object is signaled..
651 * @signaled: Out: Flags signaled.
662 __s32 signaled; member in struct:drm_vmw_fence_signaled_arg
696 * when the fence has signaled the DRM_VMW_FENCE_FLAG_EXEC flag.
697 * Optionally the approximate time when the fence signaled is
716 /* Request fence signaled time on the event. *
    [all...]
  /external/libdrm/include/drm/
vmwgfx_drm.h 278 * fence seqno that when signaled, indicates that the command buffer has
321 * whether a fence has signaled the EXEC flag. Note that @seqno will
324 * so far. This can be used to mark user-space fence objects as signaled, and
639 * Checks if a fence object is signaled..
647 * @signaled: Out: Flags signaled.
658 __s32 signaled; member in struct:drm_vmw_fence_signaled_arg
692 * when the fence has signaled the DRM_VMW_FENCE_FLAG_EXEC flag.
693 * Optionally the approximate time when the fence signaled is
712 /* Request fence signaled time on the event. *
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 280 * fence seqno that when signaled, indicates that the command buffer has
323 * whether a fence has signaled the EXEC flag. Note that @seqno will
326 * so far. This can be used to mark user-space fence objects as signaled, and
642 * Checks if a fence object is signaled..
650 * @signaled: Out: Flags signaled.
661 int32_t signaled; member in struct:drm_vmw_fence_signaled_arg
695 * when the fence has signaled the DRM_VMW_FENCE_FLAG_EXEC flag.
696 * Optionally the approximate time when the fence signaled is
715 /* Request fence signaled time on the event. *
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Main.c 293 signaled and ConnectionToken->CompletionToken.Status will be updated accordingly.
346 The ListenToken->CompletionToken.Event will be signaled when a new connection
393 will be signaled once the data is sent out or some error occurs.
467 Token->CompletionToken.Event is signaled. If got data the data and its length
549 asynchronous operation is signaled and any buffers used for TCP network traffic
598 will be set to EFI_ABORTED and then Token->Event will be signaled. If the token
611 is signaled.
Tcp4Main.h 230 signaled and ConnectionToken->CompletionToken.Status will be updated accordingly.
269 The ListenToken->CompletionToken.Event will be signaled when a new connection
302 will be signaled once the data is sent out or some error occurs.
347 Token->CompletionToken.Event is signaled. If got data the data and its length
400 asynchronous operation is signaled and any buffers used for TCP network traffic
435 will be set to EFI_ABORTED and then Token->Event will be signaled. If the token
448 is signaled.
  /external/wpa_supplicant_8/src/utils/
eloop.c 67 int signaled; member in struct:eloop_signal
109 int signaled; member in struct:eloop_data
978 eloop.signaled++;
981 eloop.signals[i].signaled++;
992 if (eloop.signaled == 0)
994 eloop.signaled = 0;
1004 if (eloop.signals[i].signaled) {
1005 eloop.signals[i].signaled = 0;
1026 tmp[eloop.signal_count].signaled = 0;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 269 is signaled, then EFI_UNSUPPORTED must be returned.
304 signaled. If all APs returned from Procedure prior to the timeout, then
335 expires, this event is signaled. The BSP
353 is signaled with SignalEvent().
367 it is ready when WaitEvent is signaled. The
377 signaled.
612 is requested after the UEFI Event EFI_EVENT_GROUP_READY_TO_BOOT is signaled,
639 expires, this event is signaled. The BSP
657 is signaled with SignalEvent().
675 signaled.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.h 101 be signaled.
134 be signaled. If the token is not in one of the queues, which usually means that the
161 or if there is an error, Status in token will be updated and Event will be signaled.

Completed in 3653 milliseconds

1 2 3 45 6 7 8 91011>>