OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_mutex_lock
(Results
376 - 400
of
1263
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c
73
#define LOCK(m)
pthread_mutex_lock
(&m)
557
pthread_mutex_lock
(&p_os->gki_timer_mutex);
583
pthread_mutex_lock
( &p_os->gki_timer_mutex );
636
pthread_mutex_lock
(&p_os->gki_timer_mutex);
844
pthread_mutex_lock
( &gki_cb.os.gki_timer_mutex );
922
pthread_mutex_lock
(&gki_cb.os.thread_evt_mutex[rtask]);
[
all
...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cond_destroy.c
80
*
pthread_mutex_lock
(&lp->lm);
91
*
pthread_mutex_lock
(&lp->lm);
/external/chromium_org/third_party/re2/util/
mutex.h
129
void Mutex::Lock() { SAFE_PTHREAD(
pthread_mutex_lock
(&mutex_)); }
198
pthread_mutex_lock
(&(name))
/external/linux-tools-perf/util/
top.c
39
pthread_mutex_lock
(&top->active_symbols_lock);
177
pthread_mutex_lock
(&top->active_symbols_lock);
/external/llvm/test/Transforms/GVN/
2009-03-10-PREOnVoid.ll
25
@_ZL26__gthrw_pthread_mutex_lockP15pthread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @
pthread_mutex_lock
; <i32 (%struct.pthread_mutex_t*)*> [#uses=0]
66
declare i32 @
pthread_mutex_lock
(%struct.pthread_mutex_t*)
/external/regex-re2/util/
mutex.h
125
void Mutex::Lock() { SAFE_PTHREAD(
pthread_mutex_lock
(&mutex_)); }
194
pthread_mutex_lock
(&(name))
/external/valgrind/main/drd/
drd_clientreq.h
97
/* to notify the drd tool of
pthread_mutex_lock
calls */
100
/* to notify the drd tool of
pthread_mutex_lock
calls */
/external/valgrind/main/drd/tests/
monitor_example.cpp
103
pthread_mutex_lock
(&m_mutex);
138
pthread_mutex_lock
(&m_mutex);
/frameworks/wilhelm/src/desktop/
SndFile.c
37
pthread_mutex_lock
(&thiz->mMutex);
217
pthread_mutex_lock
(&audioPlayer->mSndFile.mMutex);
/hardware/invensense/60xx/libsensors_iio/
libmllite.so
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/
libmllite.so
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so
libpulse-simple.so.0
libpulse-simple.so.0.0
libpulse-simple.so.0.0.1
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse-simple.so
libpulse-simple.so.0
libpulse-simple.so.0.0
libpulse-simple.so.0.0.1
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
pthread.h
163
int
pthread_mutex_lock
(pthread_mutex_t *mutex);
217
/* same as
pthread_mutex_lock
(), but will wait up to 'msecs' milli-seconds
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
pthread.h
163
int
pthread_mutex_lock
(pthread_mutex_t *mutex);
217
/* same as
pthread_mutex_lock
(), but will wait up to 'msecs' milli-seconds
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
pthread.h
163
int
pthread_mutex_lock
(pthread_mutex_t *mutex);
217
/* same as
pthread_mutex_lock
(), but will wait up to 'msecs' milli-seconds
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
pthread.h
163
int
pthread_mutex_lock
(pthread_mutex_t *mutex);
217
/* same as
pthread_mutex_lock
(), but will wait up to 'msecs' milli-seconds
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
pthread.h
163
int
pthread_mutex_lock
(pthread_mutex_t *mutex);
217
/* same as
pthread_mutex_lock
(), but will wait up to 'msecs' milli-seconds
Completed in 1312 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>