/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_dumper_unittest_helper.cc | 86 pthread_attr_t thread_attributes; local 87 pthread_attr_init(&thread_attributes); 88 pthread_attr_setdetachstate(&thread_attributes, PTHREAD_CREATE_DETACHED); 90 pthread_create(&threads[i], &thread_attributes, &thread_function, &pipefd);
|
/bionic/libc/bionic/ |
posix_timers.cpp | 143 pthread_attr_t thread_attributes; local 145 pthread_attr_init(&thread_attributes); 147 thread_attributes = *reinterpret_cast<pthread_attr_t*>(evp->sigev_notify_attributes); 149 pthread_attr_setdetachstate(&thread_attributes, PTHREAD_CREATE_DETACHED); 158 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer);
|
/external/google-breakpad/src/common/linux/tests/ |
crash_generator.cc | 287 pthread_attr_t thread_attributes; local 288 if (pthread_attr_init(&thread_attributes) != 0 || 289 pthread_attr_setdetachstate(&thread_attributes, 304 if (pthread_create(&thread_data[i].thread, &thread_attributes, 318 pthread_attr_destroy(&thread_attributes);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_swvdec.cpp | [all...] |
/development/ndk/platforms/android-21/arch-arm/lib/ |
libc.a | [all...] |
/development/ndk/platforms/android-21/arch-arm64/lib/ |
libc.a | [all...] |
/development/ndk/platforms/android-21/arch-mips/lib/ |
libc.a | [all...] |
/development/ndk/platforms/android-21/arch-mips64/lib64/ |
libc.a | [all...] |
/development/ndk/platforms/android-21/arch-mips64/lib64r2/ |
libc.a | [all...] |
/development/ndk/platforms/android-21/arch-mips64/libr2/ |
libc.a | [all...] |
/development/ndk/platforms/android-21/arch-mips64/libr6/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/libr6/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/libr6/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/libr6/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/libr6/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/libr6/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/libr6/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/libr6/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/libr6/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/lib/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/lib/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/lib/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr2/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr6/ |
libc.a | [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/lib/ |
libc.a | [all...] |