Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 7 of 7) sorted by relevance

/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal_NfcDepSWPrio.cc129 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/
Dcmake_core.cmake39 $<$<PLATFORM_ID:Linux,Darwin>:-pthread>
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dcmake_core.cmake107 $<$<PLATFORM_ID:Linux,Darwin>:-pthread>
144 $<$<PLATFORM_ID:Linux,Darwin>:-pthread>)
/hardware/google/aemu/base/
Dsystem-native-mac.mm51 // based on https://stackoverflow.com/questions/13893134/get-current-pthread-cpu-usage-mac-os-x
/hardware/google/aemu/base/include/aemu/base/system/
Dsystem-native-mac.mm53 // based on https://stackoverflow.com/questions/13893134/get-current-pthread-cpu-usage-mac-os-x
/hardware/google/gfxstream/guest/mesa/
Dmeson.build1057 # 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/
Dfundamentals.adoc745 Fortunately, most higher-level synchronization primitives (like the pthread