OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_mutex_destroy
(Results
176 - 200
of
1316
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h
396
status =
pthread_mutex_destroy
( &thelock->mut );
397
CHECK_STATUS("
pthread_mutex_destroy
");
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc
41
pthread_mutex_destroy
(&terminate_thread_mutex);
42
pthread_mutex_destroy
(&tid_reported_mutex);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c
361
ret =
pthread_mutex_destroy
(&(data.mtx1));
365
ret =
pthread_mutex_destroy
(&(data.mtx2));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-3.c
289
ret =
pthread_mutex_destroy
(&mtx[i]);
300
ret =
pthread_mutex_destroy
(&mtx[i]);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
s-c.c
187
ret =
pthread_mutex_destroy
(&(cur->mtx[i]));
257
ret =
pthread_mutex_destroy
(&(cur->mtx[i]));
/external/mesa3d/src/glx/apple/
apple_glx_drawable.c
180
err =
pthread_mutex_destroy
(&d->mutex);
182
fprintf(stderr, "
pthread_mutex_destroy
error: %s\n", strerror(err));
/external/python/cpython2/Python/
thread_pthread.h
401
status =
pthread_mutex_destroy
( &thelock->mut );
402
CHECK_STATUS("
pthread_mutex_destroy
");
/external/valgrind/helgrind/tests/
tc20_verifywrap.c
114
/* make
pthread_mutex_destroy
fail */
117
r=
pthread_mutex_destroy
( &mx2 );
/hardware/invensense/6515/libsensors_iio/
libmllite.so
/hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
libmllite.so
/hardware/invensense/65xx/libsensors_iio/
libmllite.so
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
libmllite.so
/packages/apps/Nfc/nci/jni/extns/pn54x/src/
phNxpExtns.c
491
pthread_mutex_destroy
(&gAuthCmdBuf.syncmutex);
526
pthread_mutex_destroy
(&gAuthCmdBuf.syncmutex);
/packages/services/BuiltInPrintService/jni/ipphelper/
ippstatus_monitor.c
93
pthread_mutex_destroy
(&monitor->mutex);
131
pthread_mutex_destroy
(&monitor->mutex);
/prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/libr6/
libc.so
/prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-13/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/libr6/
libc.so
/prebuilts/ndk/r11/platforms/android-13/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/r11/platforms/android-14/arch-arm/usr/lib/
libc.so
Completed in 277 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>