HomeSort by relevance Sort by last modified time
    Searched defs:mutex_lock (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/stream_executor/platform/default/
mutex.h 24 #undef mutex_lock macro
31 using tensorflow::mutex_lock;
34 #define mutex_lock(x) static_assert(0, "mutex_lock_decl_missing_var_name"); macro
  /bionic/libc/upstream-netbsd/android/include/
reentrant.h 30 #define mutex_lock(x) pthread_mutex_lock(x) macro
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
PortableMutex.h 38 static __inline__ void mutex_lock(mutex_t* lock) { function
63 static __inline__ void mutex_lock(mutex_t* lock) { function
  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
mutex.c 60 void mutex_lock(u32 i) function
  /external/tensorflow/tensorflow/core/platform/default/
mutex.h 29 #undef mutex_lock macro
63 class SCOPED_LOCKABLE mutex_lock { class in namespace:tensorflow
67 explicit mutex_lock(mutex_type& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(&mu) {
71 mutex_lock(mutex_type& mu, std::try_to_lock_t) EXCLUSIVE_LOCK_FUNCTION(mu)
80 mutex_lock(mutex_lock&& ml) noexcept EXCLUSIVE_LOCK_FUNCTION(ml.mu_)
84 ~mutex_lock() UNLOCK_FUNCTION() {
97 // Catch bug where variable name is omitted, e.g. mutex_lock (mu);
98 #define mutex_lock(x) static_assert(0, "mutex_lock_decl_missing_var_name"); macro
145 void wait(mutex_lock& lock)
    [all...]
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 62 #define mutex_lock(a) (void)0 macro
308 mutex_lock(&random_mutex);
349 mutex_lock(&random_mutex);
422 mutex_lock(&random_mutex);
503 mutex_lock(&random_mutex);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 74 * The thread primitives used by the library (mutex_t, mutex_lock, etc.)
149 #define mutex_lock(m) __libc_mutex_lock((m)) macro
235 #define mutex_lock(m)
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 22 static INLINE void mutex_lock(pthread_mutex_t *const mutex) { function
44 mutex_lock(mutex);
74 mutex_lock(&lf_sync->mutex[r]);
  /external/libunwind/include/
libunwind_i.h 114 #define mutex_lock(l) \ macro
218 __lock_acquire_internal(l, m, mutex_lock)
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
context_switch.c 274 static int mutex_lock(unsigned long *m) function
346 mutex_lock(m1);
347 mutex_lock(m2);
356 mutex_lock(m2);
369 mutex_lock(m1);
  /external/u-boot/include/linux/
compat.h 226 #define mutex_lock(...) macro

Completed in 405 milliseconds