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

1 23 4 5 6 7 8 91011>>

  /frameworks/native/opengl/specs/
EGL_ANDROID_native_fence_sync.txt 49 indicates whether the fence has ever been signaled. Once signaled the
127 new native fence object is signaled when the EGL native fence sync object
128 is signaled.
131 the sync is signaled by the associated client API context, causing any
134 fence object is also signaled when the condition is satisfied. The
138 object will not be signaled until all effects from these commands on the
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DataHub.h 134 Registers an event to be signaled every time a data record is logged in the system.
140 signaled. It is strongly recommended that you use
142 @param FilterClass FilterEvent will be signaled whenever a bit
146 @param FilterDataRecordGuid FilterEvent will be signaled whenever
177 signaled every time errors are logged.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BlockIo2.h 39 /// Event will be signaled when the read request is completed.
44 /// Defines whether or not the signaled event encountered an error.
77 not be signaled.
120 being used, the Event associated with this request will not be signaled.
161 this request will not be signaled.
DiskIo2.h 35 // and Event will be signaled when the I/O request is completed.
42 // Defines whether or not the signaled event encountered an error.
76 Event will be signaled upon completion.
108 Event will be signaled upon completion.
138 Event will be signaled upon completion.
MpService.h 240 is signaled, then EFI_UNSUPPORTED must be returned.
275 signaled. If all APs returned from Procedure prior to the timeout, then
306 expires, this event is signaled. The BSP
324 is signaled with SignalEvent().
338 it is ready when WaitEvent is signaled. The
348 signaled.
381 is requested after the UEFI Event EFI_EVENT_GROUP_READY_TO_BOOT is signaled,
408 expires, this event is signaled. The BSP
426 is signaled with SignalEvent().
444 signaled.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiNotTiano.c 86 @param NotifyFunction The notification function to call when the event is signaled.
87 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
176 @param NotifyFunction The notification function to call when the event is signaled.
177 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
230 events of the same event group to be signaled in other modules.
253 events of the same event group to be signaled in other modules.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
VarCheck.h 37 @retval EFI_ACCESS_DENIED EFI_END_OF_DXE_EVENT_GROUP_GUID or EFI_EVENT_GROUP_READY_TO_BOOT has already been signaled.
85 already been signaled.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-2.c 11 * signaled or broadcasted.
63 /* The condition variable will not be signaled until AFTER the timeout
  /external/mesa3d/src/gallium/winsys/svga/drm/
pb_buffer_simple_fenced.c 188 int signaled; local
191 signaled = ops->fence_signalled(ops, fenced_buf->fence, 0);
198 signaled == 0 ? "y" : "n");
376 int signaled; local
379 signaled = ops->fence_finish(ops, fenced_buf->fence, 0);
389 signaled = ops->fence_signalled(ops, fenced_buf->fence, 0);
392 if (signaled != 0) {
462 * Check for signaled buffers before trying to allocate.
  /external/valgrind/drd/tests/
pth_inconsistent_cond_wait.stderr.exp1 18 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
28 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
pth_inconsistent_cond_wait.stderr.exp2 18 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
28 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
  /external/linux-kselftest/tools/testing/selftests/sync/
sync_merge.c 49 "fence signaled too early!\n");
  /external/skia/src/utils/
SkThreadUtils_win.cpp 24 false, //not signaled
  /external/swiftshader/src/Common/
Thread.cpp 78 signaled = false;
  /frameworks/native/cmds/surfacereplayer/replayer/
BufferQueueScheduler.h 66 // Lock and fill the surface, block until the event is signaled by the main loop,
  /frameworks/native/libs/gui/include/gui/
BufferSlot.h 64 // buffer's contents as soon as the associated release fence is signaled.
72 // the associated fence is signaled. The slot is "owned" by BufferQueue. It
78 // acquire fence is signaled. The slot is "owned" by the consumer. It
205 // may be released before their release fence is signaled).
  /frameworks/native/libs/ui/include/ui/
FrameStats.h 51 * signaled).
  /frameworks/native/services/vr/bufferhubd/
consumer_queue_channel.h 35 // Called after clients been signaled by service that new buffer has been
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCorePrivateData.h 21 /// event signaled. This event is signaled by the DXE Core each time the DXE Core
22 /// dispatcher has completed its work. When this event is signaled, the SMM Core
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VarCheck.c 31 already been signaled.
74 already been signaled.
106 already been signaled.
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
CommonHeader.h 85 @retval EFI_ABORTED Tx abort signaled in HW status register.
172 @retval EFI_ABORTED Tx abort signaled in HW status register.
207 @retval EFI_ABORTED Tx abort signaled in HW status register.
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.h 245 is signaled, then EFI_UNSUPPORTED must be returned.
280 signaled. If all APs returned from Procedure prior to the timeout, then
311 expires, this event is signaled. The BSP
329 is signaled with SignalEvent().
343 it is ready when WaitEvent is signaled. The
353 signaled.
386 is requested after the UEFI Event EFI_EVENT_GROUP_READY_TO_BOOT is signaled,
413 expires, this event is signaled. The BSP
431 is signaled with SignalEvent().
449 signaled.
    [all...]
  /external/libchrome/base/synchronization/
condition_variable.h 48 // get signaled. Some implementations mess up, and don't signal them
52 // that all threads get signaled by Broadcast().
94 // sleep, and the reacquires it when it is signaled.
  /external/libchrome/sandbox/linux/services/
yama_unittests.cc 70 bool signaled; local
71 int exit_code = process.WaitForExit(&signaled);
72 CHECK(!signaled);
  /external/swiftshader/src/D3D9/
Direct3DQuery9.cpp 205 bool signaled = !query || query->reference == 0; local
207 if(size && signaled)
250 return signaled ? S_OK : S_FALSE;

Completed in 8893 milliseconds

1 23 4 5 6 7 8 91011>>