HomeSort by relevance Sort by last modified time
    Searched refs:pthread_mutex_t (Results 1 - 25 of 1050) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_sysmutex_c.h 28 pthread_mutex_t id;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.h 101 pthread_mutex_t* nativeHandle ();
104 pthread_mutex_t mMutex;
  /bionic/libc/upstream-openbsd/android/
gdtoa_support.cpp 19 __LIBC_HIDDEN__ pthread_mutex_t __dtoa_locks[] = { PTHREAD_MUTEX_INITIALIZER, PTHREAD_MUTEX_INITIALIZER };
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_sysmutex_c.h 29 pthread_mutex_t id;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Mutex.c 37 pthread_mutex_t *mutex;
39 mutex = (pthread_mutex_t *)Exynos_OSAL_Malloc(sizeof(pthread_mutex_t));
54 pthread_mutex_t *mutex = (pthread_mutex_t *)mutexHandle;
68 pthread_mutex_t *mutex = (pthread_mutex_t *)mutexHandle;
82 pthread_mutex_t *mutex = (pthread_mutex_t *)mutexHandle;
  /bionic/libc/bionic/
thread_private.cpp 34 static pthread_mutex_t g_atexit_lock = PTHREAD_MUTEX_INITIALIZER;
44 static pthread_mutex_t g_arc4_lock = PTHREAD_MUTEX_INITIALIZER;
  /bionic/libc/private/
ScopedPthreadMutexLocker.h 26 explicit ScopedPthreadMutexLocker(pthread_mutex_t* mu) : mu_(mu) {
35 pthread_mutex_t* mu_;
  /external/compiler-rt/test/tsan/
race_on_mutex2.c 8 pthread_mutex_lock((pthread_mutex_t*)x);
9 pthread_mutex_unlock((pthread_mutex_t*)x);
14 pthread_mutex_t Mtx;
mutex_destroy_locked.cc 6 pthread_mutex_t m;
  /external/qemu/include/qemu/
thread-posix.h 7 pthread_mutex_t lock;
16 pthread_mutex_t lock;
26 pthread_mutex_t lock;
  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
native_handle.pass.cpp 14 // typedef pthread_mutex_t* native_handle_type;
23 pthread_mutex_t* h = m.native_handle();
  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
native_handle.pass.cpp 14 // typedef pthread_mutex_t* native_handle_type;
23 pthread_mutex_t* h = m.native_handle();
  /external/webrtc/src/system_wrappers/source/
critical_section_posix.h 30 pthread_mutex_t _mutex;
  /frameworks/rs/
rsMutex.h 36 pthread_mutex_t mMutex;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
native_handle.pass.cpp 14 // typedef pthread_mutex_t* native_handle_type;
23 pthread_mutex_t* h = m.native_handle();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/
native_handle.pass.cpp 14 // typedef pthread_mutex_t* native_handle_type;
23 pthread_mutex_t* h = m.native_handle();
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsMutex.h 36 pthread_mutex_t mMutex;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsMutex.h 36 pthread_mutex_t mMutex;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsMutex.h 36 pthread_mutex_t mMutex;
  /external/llvm/lib/Support/
Mutex.cpp 48 pthread_mutex_t* mutex =
49 static_cast<pthread_mutex_t*>(malloc(sizeof(pthread_mutex_t)));
77 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_);
86 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_);
96 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_);
106 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
simple_lock.h 32 pthread_mutex_t* mutex() const { return &lock_; }
35 mutable pthread_mutex_t lock_;
  /external/deqp/framework/delibs/dethread/unix/
deMutexUnix.c 34 DE_STATIC_ASSERT(sizeof(deMutex) >= sizeof(pthread_mutex_t*));
40 pthread_mutex_t* mutex = deMalloc(sizeof(pthread_mutex_t));
90 pthread_mutex_t* pMutex = (pthread_mutex_t*)mutex;
98 int ret = pthread_mutex_lock((pthread_mutex_t*)mutex);
105 int ret = pthread_mutex_unlock((pthread_mutex_t*)mutex);
112 return (pthread_mutex_trylock((pthread_mutex_t*)mutex) == 0);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 74 pthread_mutex_t *pm = malloc(sizeof(pthread_mutex_t));
98 pthread_mutex_t *pm = (pthread_mutex_t *)mutex;
116 pthread_mutex_t *pm = (pthread_mutex_t *)mutex;
156 pthread_mutex_t *pm = (pthread_mutex_t *)handle;
  /hardware/invensense/60xx/mlsdk/platform/linux/
mlos_linux.c 87 pthread_mutex_t *pm = malloc(sizeof(pthread_mutex_t));
111 pthread_mutex_t *pm = (pthread_mutex_t*)mutex;
129 pthread_mutex_t *pm = (pthread_mutex_t*)mutex;
169 pthread_mutex_t *pm = (pthread_mutex_t*)handle;
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 74 pthread_mutex_t *pm = malloc(sizeof(pthread_mutex_t));
98 pthread_mutex_t *pm = (pthread_mutex_t *)mutex;
116 pthread_mutex_t *pm = (pthread_mutex_t *)mutex;
156 pthread_mutex_t *pm = (pthread_mutex_t *)handle;

Completed in 728 milliseconds

1 2 3 4 5 6 7 8 91011>>