HomeSort by relevance Sort by last modified time
    Searched full:pthread_mutex_lock (Results 226 - 250 of 1264) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8960/libgralloc/
gr.h 79 inline void lock() { pthread_mutex_lock(&mutex); }
  /hardware/qcom/display/msm8974/libgralloc/
gr.h 79 inline void lock() { pthread_mutex_lock(&mutex); }
  /hardware/qcom/display/msm8x26/libgralloc/
gr.h 79 inline void lock() { pthread_mutex_lock(&mutex); }
  /packages/apps/Nfc/nci/jni/
Mutex.cpp 77 int res = pthread_mutex_lock (&mMutex);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
librt-2.7.so 
librt.so 
librt.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
librt-2.7.so 
librt.so 
librt.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libanl.a 16 @?*I??Y8   X^7 !4Igai_cancel__gai_requests_mutexpthread_mutex_lock__gai_remove_requestpthread_mutex_unlock
49   ?'?0t???(-@0_s???????-9FSjrequestsrequests_tailfree_respool_max_sizepoolfreelistnthreadsidle_thread_counthandle_requestspool_size__PRETTY_FUNCTION__.11475__PRETTY_FUNCTION__.11497__elf_set___libc_subfreeres_element_free_res____gai_find_request__gai_remove_requestfree__gai_enqueue_request__gai_requests_mutexpthread_mutex_lock__gai_new_request_notificationpthread_cond_signalpthread_mutex_unlockpthread_attr_initpthread_attr_setdetachstatepthread_attr_setstacksizesigfillsetpthread_createpthread_attr_destroycallocrealloc__errno_location__assert_failgetaddrinfo__gai_notifygettimeofdaypthread_cond_timedwaitpthread_exitL3L?T?T?L?
111  O@*Xjjh?  ??+  ?'<Ob y?__PRETTY_FUNCTION__.11430gai_suspend__gai_requests_mutexpthread_mutex_lock__gai_find_requestpthread_setcancelstatepthread_mutex_unlock__assert_fail0
144 ?- ?)>Qg ~?????__PRETTY_FUNCTION__.11439getaddrinfo_a__gai_requests_mutexpthread_mutex_lock__gai_enqueue_requestpthread_setcancelstatepthread_mutex_unlockmalloc__assert_fail__gai_notify_onlygetpid__errno_locationl
  /system/core/include/cutils/
threads.h 87 pthread_mutex_lock(lock);
  /system/extras/tests/bionic/libc/common/
test_pthread_getcpuclockid.c 46 pthread_mutex_lock( &lock );
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 318 pthread_mutex_lock(&lock);
367 pthread_mutex_lock(&lock);
417 pthread_mutex_lock(&thread_lock);
418 pthread_mutex_lock(&lock);
462 pthread_mutex_lock(&thread_lock);
463 pthread_mutex_lock(&lock);
481 pthread_mutex_lock(&lock);
    [all...]
  /development/ndk/platforms/android-5/include/
pthread.h 163 int pthread_mutex_lock(pthread_mutex_t *mutex);
210 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
  /development/ndk/platforms/android-8/include/
pthread.h 163 int pthread_mutex_lock(pthread_mutex_t *mutex);
215 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_lock.c 2 * pthread_mutex_lock.c
44 pthread_mutex_lock (pthread_mutex_t * mutex) function
ptw32_semwait.c 78 if ((result = pthread_mutex_lock (&s->lock)) == 0)
100 if (pthread_mutex_lock (&s->lock) == 0)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 76 pthread_mutex_lock(&incrementer_thread_exit_mutex);
168 pthread_mutex_lock(&advanced_incrementer_thread_exit_mutex);
  /external/llvm/test/CodeGen/Generic/
2009-03-17-LSR-APInt.ll 38 @_ZL26__gthrw_pthread_mutex_lockP15pthread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_lock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0]
76 declare i32 @pthread_mutex_lock(%struct.pthread_mutex_t*)
  /external/llvm/test/CodeGen/Thumb2/
2010-01-06-TailDuplicateLabels.ll 22 %0 = tail call i32 @pthread_mutex_lock(%struct.PlatformMutex* getelementptr inbounds (%struct.SpinLock* @_ZN3WTFL13pageheap_lockE, i32 0, i32 0)) nounwind
78 declare i32 @pthread_mutex_lock(%struct.PlatformMutex*)
  /external/stlport/src/
cxa.c 117 pthread_mutex_lock( &lock );
168 pthread_mutex_lock( &lock );
  /external/valgrind/main/drd/tests/
circular_buffer.c 107 pthread_mutex_lock(&b->mutex_out);
130 pthread_mutex_lock(&b->mutex_in);
  /external/valgrind/main/gdbserver_tests/
sleepers.c 48 rc = pthread_mutex_lock(&ready_mutex);
100 rc = pthread_mutex_lock(&ready_mutex);
  /frameworks/wilhelm/tests/sandbox/
multithread.c 44 //pthread_mutex_lock(&mutex);
153 //pthread_mutex_lock(&mutex);

Completed in 400 milliseconds

1 2 3 4 5 6 7 8 91011>>