Searched refs:pthread (Results 1 – 7 of 7) sorted by relevance
/hardware/nxp/nfc/pn8x/halimpl/hal/ |
D | phNxpNciHal_NfcDepSWPrio.cc | 129 pthread_t pthread; in phNxpNciHal_stop_polling_loop() local 135 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_stop_polling_loop() 154 pthread_t pthread; in phNxpNciHal_resume_polling_loop() local 160 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_resume_polling_loop() 179 pthread_t pthread; in phNxpNciHal_start_polling_loop() local 185 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_start_polling_loop() 490 pthread_t pthread; in phNxpNciHal_select_RF_Discovery() local 498 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_select_RF_Discovery()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | cmake_core.cmake | 39 $<$<PLATFORM_ID:Linux,Darwin>:-pthread>
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | cmake_core.cmake | 107 $<$<PLATFORM_ID:Linux,Darwin>:-pthread> 144 $<$<PLATFORM_ID:Linux,Darwin>:-pthread>)
|
/hardware/google/aemu/base/ |
D | system-native-mac.mm | 51 // based on https://stackoverflow.com/questions/13893134/get-current-pthread-cpu-usage-mac-os-x
|
/hardware/google/aemu/base/include/aemu/base/system/ |
D | system-native-mac.mm | 53 // based on https://stackoverflow.com/questions/13893134/get-current-pthread-cpu-usage-mac-os-x
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 1057 # FreeBSD annotated <pthread.h> but Mesa isn't ready 1510 # to pthread for MinGW, so leave the dependency null_dep for Windows. For Windows linking to 1521 prefix : '#include <pthread.h>', 2128 gl_priv_libs += ['-lpthread', '-pthread']
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fundamentals.adoc | 745 Fortunately, most higher-level synchronization primitives (like the pthread
|