HomeSort by relevance Sort by last modified time
    Searched full:waitevent (Results 1 - 23 of 23) sorted by null

  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 19 NWindows::NSynchronization::CAutoResetEvent WaitEvent;
24 return WaitEvent.CreateIfNotCreated();
29 WaitEvent.Reset();
CrossThreadProgress.cpp 12 WaitEvent.Lock();
  /external/llvm/test/CodeGen/XCore/
events.ll 4 declare i8* @llvm.xcore.waitevent()
15 %goto_addr = call i8* @llvm.xcore.waitevent()
  /external/deqp/framework/delibs/deutil/
deTimer.c 124 HANDLE waitEvent = CreateEvent(NULL, FALSE, FALSE, NULL);
126 DE_ASSERT(waitEvent);
130 BOOL success = DeleteTimerQueueTimer(NULL, timer->timer, waitEvent);
134 DWORD res = WaitForSingleObject(waitEvent, INFINITE);
150 CloseHandle(waitEvent);
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 250 int waitEvent(int timeout_s)
480 ret = callBack->waitEvent(5);
505 ret = testDeathRecipient->waitEvent(5);
528 ret = testDeathRecipient->waitEvent(5);
556 ret = testDeathRecipient->waitEvent(5);
602 ret = callBack[i]->waitEvent(5);
835 ret = testDeathRecipient->waitEvent(5);
  /external/javassist/src/main/javassist/util/
HotSwapper.java 218 events = waitEvent();
242 EventSet waitEvent() throws InterruptedException {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodTest.java 79 protected long waitEvent(int requestID) {
191 long targetThreadID = waitEvent(requestID);
306 long targetThreadID = waitEvent(requestID);
  /external/curl/tests/server/
sockfilt.c 696 HANDLE waitevent = NULL; local
713 waitevent = CreateEvent(NULL, TRUE, FALSE, NULL);
714 if(!waitevent) {
757 handle = select_ws_wait(handle, waitevent);
782 handle = select_ws_wait(handle, waitevent);
805 SetEvent(waitevent);
890 CloseHandle(waitevent);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 459 bool waitEvent;
484 if (renderInfo.waitEvent)
573 bool waitEvent;
596 , waitEvent (false)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_dragonfly.go 252 // Waitevent
syscall_freebsd.go 274 // Waitevent
syscall_darwin.go 352 // Waitevent
  /prebuilts/go/linux-x86/src/syscall/
syscall_dragonfly.go 252 // Waitevent
syscall_freebsd.go 274 // Waitevent
syscall_darwin.go 352 // Waitevent
  /external/opencv3/modules/core/src/
cuda_stream.cpp 440 void cv::cuda::Stream::waitEvent(const Event& event)
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 293 DECL_TEMPLATE(darwin, waitevent); // 232
syswrap-darwin.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 311 typedef HANDLE (NTAPI LSA_REGISTER_NOTIFICATION)(SEC_THREAD_START StartFunction,PVOID Parameter,ULONG NotificationType,ULONG NotificationClass,ULONG NotificationFlags,ULONG IntervalMinutes,HANDLE WaitEvent);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cuda.hpp 473 void waitEvent(const Event& event);
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libosmesa.so 
libGL.so 
libGL.so.1 

Completed in 525 milliseconds