HomeSort by relevance Sort by last modified time
    Searched defs:mut (Results 26 - 45 of 45) sorted by null

12

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
mutex.cpp 219 static pthread_mutex_t mut = PTHREAD_MUTEX_INITIALIZER; variable
227 pthread_mutex_lock(&mut);
229 pthread_cond_wait(&cv, &mut);
239 pthread_mutex_unlock(&mut);
243 pthread_mutex_lock(&mut);
247 pthread_mutex_unlock(&mut);
255 pthread_mutex_lock(&mut);
259 pthread_mutex_unlock(&mut);
268 pthread_mutex_unlock(&mut);
debug.cpp 44 mut() function in namespace:__anon35646
114 RLock _(mut());
125 WLock _(mut());
148 WLock _(mut());
196 WLock _(mut());
229 WLock _(mut());
255 mut().lock();
260 mut().unlock();
269 mut().unlock();
279 mut().unlock()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_until_pred.pass.cpp 53 std::mutex mut; variable
62 std::unique_lock<std::mutex> lk(mut);
88 std::unique_lock<std::mutex>lk(mut);
102 std::unique_lock<std::mutex>lk(mut);
  /external/clang/test/Analysis/
const-method-call.cpp 12 mutable int mut; member in struct:B
61 t.mut = 4;
63 clang_analyzer_eval(t.mut); // expected-warning{{UNKNOWN}}
122 mutable int mut; member in struct:D2
148 t.mut = 1;
150 clang_analyzer_eval(t.mut); // expected-warning{{UNKNOWN}}
  /external/libcxx/src/
debug.cpp 44 mut() function in namespace:__anon14552
114 RLock _(mut());
125 WLock _(mut());
148 WLock _(mut());
196 WLock _(mut());
229 WLock _(mut());
255 mut().lock();
260 mut().unlock();
269 mut().unlock();
279 mut().unlock()
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 647 static mutex_t mut; member in struct:_STLP_beos_static_lock_data
653 typename _STLP_beos_static_lock_data<__inst>::mutex_t _STLP_beos_static_lock_data<__inst>::mut; member in class:_STLP_beos_static_lock_data
661 _STLP_auto_lock al(_STLP_beos_static_lock_data<0>::mut);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_threads.h 647 static mutex_t mut; member in struct:_STLP_beos_static_lock_data
653 typename _STLP_beos_static_lock_data<__inst>::mutex_t _STLP_beos_static_lock_data<__inst>::mut; member in class:_STLP_beos_static_lock_data
661 _STLP_auto_lock al(_STLP_beos_static_lock_data<0>::mut);
  /external/skia/tests/
PictureTest.cpp 1345 SkBitmap mut, immut; local
    [all...]
  /device/huawei/angler/camera/
QCamera_Intf.h 860 pthread_mutex_t mut; member in struct:fifo_queue
  /device/lge/bullhead/camera/
QCamera_Intf.h 860 pthread_mutex_t mut; member in struct:fifo_queue
  /device/moto/shamu/camera/
QCamera_Intf.h 860 pthread_mutex_t mut; member in struct:fifo_queue
  /hardware/qcom/camera/
QCamera_Intf.h 860 pthread_mutex_t mut; member in struct:fifo_queue
  /hardware/qcom/camera/msmcobalt/
QCamera_Intf.h 860 pthread_mutex_t mut; member in struct:fifo_queue
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h 821 pthread_mutex_t mut; member in struct:fifo_queue
    [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1430 milliseconds

12