OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_mutex_trylock
(Results
26 - 50
of
471
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/src/
mutex.cpp
40
return
pthread_mutex_trylock
(&__m_) == 0;
108
return
pthread_mutex_trylock
(&__m_) == 0;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
mutex.cpp
39
return
pthread_mutex_trylock
(&__m_) == 0;
107
return
pthread_mutex_trylock
(&__m_) == 0;
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
217
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
222
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/external/deqp/framework/delibs/dethread/unix/
deMutexUnix.c
112
return (
pthread_mutex_trylock
((pthread_mutex_t*)mutex) == 0);
/external/libevent/
evthread_pthread.c
71
return
pthread_mutex_trylock
(lock);
/external/webrtc/webrtc/base/
criticalsection.cc
60
if (
pthread_mutex_trylock
(&mutex_) != 0)
/development/ndk/platforms/android-9/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/external/llvm/test/CodeGen/Generic/
2009-03-17-LSR-APInt.ll
39
@_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @
pthread_mutex_trylock
; <i32 (%struct.pthread_mutex_t*)*> [#uses=0]
90
define i32 @
pthread_mutex_trylock
(%struct.pthread_mutex_t*) {
/external/llvm/test/Transforms/GVN/
2009-03-10-PREOnVoid.ll
26
@_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @
pthread_mutex_trylock
; <i32 (%struct.pthread_mutex_t*)*> [#uses=0]
80
define i32 @
pthread_mutex_trylock
(%struct.pthread_mutex_t*) {
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
pthread.h
171
int
pthread_mutex_trylock
(pthread_mutex_t *mutex);
224
* before returning. same return values than
pthread_mutex_trylock
though, i.e.
Completed in 566 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>