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

  /external/llvm/lib/Support/
Mutex.cpp 26 MutexImpl::MutexImpl( bool recursive) { }
27 MutexImpl::~MutexImpl() { }
28 bool MutexImpl::acquire() { return true; }
29 bool MutexImpl::release() { return true; }
30 bool MutexImpl::tryacquire() { return true; }
44 MutexImpl::MutexImpl( bool recursive)
75 MutexImpl::~MutexImpl(
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Mutex.cpp 26 MutexImpl::MutexImpl( bool recursive) { }
27 MutexImpl::~MutexImpl() { }
28 bool MutexImpl::acquire() { return true; }
29 bool MutexImpl::release() { return true; }
30 bool MutexImpl::tryacquire() { return true; }
58 MutexImpl::MutexImpl( bool recursive)
98 MutexImpl::~MutexImpl(
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Mutex.cpp 26 MutexImpl::MutexImpl( bool recursive) { }
27 MutexImpl::~MutexImpl() { }
28 bool MutexImpl::acquire() { return true; }
29 bool MutexImpl::release() { return true; }
30 bool MutexImpl::tryacquire() { return true; }
44 MutexImpl::MutexImpl( bool recursive)
75 MutexImpl::~MutexImpl(
    [all...]
  /external/llvm/include/llvm/Support/
Mutex.h 26 class MutexImpl
37 explicit MutexImpl(bool recursive = true);
41 ~MutexImpl();
81 MutexImpl(const MutexImpl &) = delete;
82 void operator=(const MutexImpl &) = delete;
92 MutexImpl impl;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Mutex.h 25 class MutexImpl
36 explicit MutexImpl(bool recursive = true);
40 ~MutexImpl();
78 MutexImpl(const MutexImpl & original);
79 void operator=(const MutexImpl &);
88 class SmartMutex : public MutexImpl {
93 MutexImpl(rec), acquired(0), recursive(rec) { }
97 return MutexImpl::acquire();
110 return MutexImpl::release()
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Mutex.h 26 class MutexImpl
37 explicit MutexImpl(bool recursive = true);
41 ~MutexImpl();
81 MutexImpl(const MutexImpl &) = delete;
82 void operator=(const MutexImpl &) = delete;
92 MutexImpl impl;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 26 class MutexImpl
37 explicit MutexImpl(bool recursive = true);
41 ~MutexImpl();
81 MutexImpl(const MutexImpl &) = delete;
82 void operator=(const MutexImpl &) = delete;
92 MutexImpl impl;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 26 class MutexImpl
37 explicit MutexImpl(bool recursive = true);
41 ~MutexImpl();
81 MutexImpl(const MutexImpl &) = delete;
82 void operator=(const MutexImpl &) = delete;
92 MutexImpl impl;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 26 class MutexImpl
37 explicit MutexImpl(bool recursive = true);
41 ~MutexImpl();
81 MutexImpl(const MutexImpl &) = delete;
82 void operator=(const MutexImpl &) = delete;
92 MutexImpl impl;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 26 class MutexImpl
37 explicit MutexImpl(bool recursive = true);
41 ~MutexImpl();
81 MutexImpl(const MutexImpl &) = delete;
82 void operator=(const MutexImpl &) = delete;
92 MutexImpl impl;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 26 class MutexImpl
37 explicit MutexImpl(bool recursive = true);
41 ~MutexImpl();
81 MutexImpl(const MutexImpl &) = delete;
82 void operator=(const MutexImpl &) = delete;
92 MutexImpl impl;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 26 class MutexImpl
37 explicit MutexImpl(bool recursive = true);
41 ~MutexImpl();
81 MutexImpl(const MutexImpl &) = delete;
82 void operator=(const MutexImpl &) = delete;
92 MutexImpl impl;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 26 class MutexImpl
37 explicit MutexImpl(bool recursive = true);
41 ~MutexImpl();
81 MutexImpl(const MutexImpl &) = delete;
82 void operator=(const MutexImpl &) = delete;
92 MutexImpl impl;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 26 class MutexImpl
37 explicit MutexImpl(bool recursive = true);
41 ~MutexImpl();
81 MutexImpl(const MutexImpl &) = delete;
82 void operator=(const MutexImpl &) = delete;
92 MutexImpl impl;

Completed in 162 milliseconds