HomeSort by relevance Sort by last modified time
    Searched defs:mutex_lock (Results 1 - 9 of 9) 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 31 #define mutex_lock(x) pthread_mutex_lock(x) macro
  /system/core/libcutils/include/cutils/
threads.h 87 static __inline__ void mutex_lock(mutex_t* lock) function
113 static __inline__ void mutex_lock(mutex_t* lock) function
  /external/tensorflow/tensorflow/core/platform/default/
mutex.h 30 #undef mutex_lock macro
64 class SCOPED_LOCKABLE mutex_lock { class in namespace:tensorflow
68 explicit mutex_lock(mutex_type& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(&mu) {
72 mutex_lock(mutex_type& mu, std::try_to_lock_t) EXCLUSIVE_LOCK_FUNCTION(mu)
81 explicit mutex_lock(mutex_lock&& ml) noexcept : mu_(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
144 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 20 static INLINE void mutex_lock(pthread_mutex_t *const mutex) { function
42 mutex_lock(mutex);
72 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);

Completed in 155 milliseconds