HomeSort by relevance Sort by last modified time
    Searched full:critical_section (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /hardware/ti/omap4-aah/security/tf_crypto_sst/
lib_mutex.h 52 CRITICAL_SECTION sCriticalSection;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
lib_mutex.h 52 CRITICAL_SECTION sCriticalSection;
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 190 CRITICAL_SECTION module_load_sync_;
194 CRITICAL_SECTION get_proc_address_sync_;
  /external/icu/icu4c/source/common/
umutex.h 329 /* For CRITICAL_SECTION */
352 CRITICAL_SECTION fCS;
356 * CRITICAL_SECTION.
  /external/harfbuzz_ng/src/
hb-mutex-private.hh 54 typedef CRITICAL_SECTION hb_mutex_impl_t;
  /external/llvm/lib/Support/Windows/
Mutex.inc 27 data_ = new CRITICAL_SECTION;
RWMutex.inc 81 data_ = calloc(1, sizeof(CRITICAL_SECTION));
  /external/opencv3/3rdparty/libwebp/utils/
thread.h 31 typedef CRITICAL_SECTION pthread_mutex_t;
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.h 229 CRITICAL_SECTION m_critSec;
  /external/webrtc/webrtc/base/
criticalsection.h 60 CRITICAL_SECTION crit_;
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_init.c 121 static CRITICAL_SECTION lock = {(void *)((size_t)-1), -1, 0, 0, 0, 0};
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
OpQueue.h 115 OpQueue(CRITICAL_SECTION& critsec)
127 CRITICAL_SECTION& m_critsec; // Protects the queue state.
  /external/valgrind/drd/tests/
annotate_smart_pointer.cpp 35 #include <windows.h> // CRITICAL_SECTION
72 CRITICAL_SECTION m_mutex;
  /external/autotest/client/tests/kvm/deps/
rss.cpp 108 CRITICAL_SECTION critical_section; variable
191 EnterCriticalSection(&critical_section);
201 LeaveCriticalSection(&critical_section);
209 EnterCriticalSection(&critical_section);
211 LeaveCriticalSection(&critical_section);
924 InitializeCriticalSection(&critical_section);
    [all...]
  /external/bison/lib/glthread/
lock.h 625 /* We can use CRITICAL_SECTION directly, rather than the native Windows Event,
633 /* There is no way to statically initialize a CRITICAL_SECTION. It needs
643 CRITICAL_SECTION lock;
682 CRITICAL_SECTION lock; /* protects the remaining fields */
712 /* The native Windows documentation says that CRITICAL_SECTION already
721 CRITICAL_SECTION lock;
749 CRITICAL_SECTION lock;
    [all...]
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 62 static CRITICAL_SECTION* cs_edit = NULL;
477 cs_edit = new CRITICAL_SECTION();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h 106 CRITICAL_SECTION cs;
109 typedef CRITICAL_SECTION xmutex_rec;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 106 CRITICAL_SECTION cs;
109 typedef CRITICAL_SECTION xmutex_rec;
  /external/boringssl/src/include/openssl/
thread.h 74 * enough to contain a Windows CRITICAL_SECTION by thread_win.c. */
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 58 // Placeholder for pthread_mutex_t, CRITICAL_SECTION or whatever.
  /external/dbus/dbus/
dbus-sysdeps-thread-win.c 35 CRITICAL_SECTION lock; /**< lock protecting the list */
  /external/mesa3d/src/mapi/mapi/
u_thread.h 163 typedef CRITICAL_SECTION u_mutex;
  /external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadMutex.h 99 mutable CRITICAL_SECTION _mutex;
  /external/vulkan-validation-layers/tests/
test_common.h 185 typedef CRITICAL_SECTION test_platform_thread_mutex;
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h 135 CRITICAL_SECTION buffer_lock_;

Completed in 1260 milliseconds

12 3 4 5