Searched refs:pthread (Results 1 - 25 of 136) sorted by relevance

123456

/system/extras/simpleperf/testdata/
H A Delf_file_source.cpp1 #include <pthread.h>
/system/nfc/halimpl/bcm2079x/adaptation/
H A DCondVar.h26 #include <pthread.h>
H A DMutex.h26 #include <pthread.h>
/system/core/include/sysutils/
H A DFrameworkClient.h6 #include <pthread.h>
H A DSocketListener.h19 #include <pthread.h>
/system/core/liblog/
H A Dlogger_lock.c22 #include <pthread.h>
H A Dlog_ratelimit.cpp18 #include <pthread.h>
/system/core/libsysutils/include/sysutils/
H A DFrameworkClient.h6 #include <pthread.h>
H A DSocketListener.h19 #include <pthread.h>
/system/extras/simpleperf/runtest/
H A Dfunction_pthread.cpp1 #include <pthread.h>
/system/nfc/halimpl/bcm2079x/gki/ulinux/
H A Dgki_int.h21 #include <pthread.h>
/system/nfc/src/gki/ulinux/
H A Dgki_int.h21 #include <pthread.h>
/system/bt/stack/btu/
H A Dbtu_init.cc22 #include <pthread.h>
/system/core/libbacktrace/
H A DThreadEntry.h20 #include <pthread.h>
H A DUnwindMap.h20 #include <pthread.h>
/system/core/libsysutils/src/
H A DFrameworkClient.cpp21 #include <pthread.h>
/system/extras/memory_replay/
H A DThread.cpp17 #include <pthread.h>
H A DThread.h20 #include <pthread.h>
/system/netd/server/
H A Dthread_util.h20 #include <pthread.h>
/system/nfc/halimpl/pn54x/hal/
H A DphNxpNciHal_NfcDepSWPrio.c127 pthread_t pthread; local
133 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) {
134 NXPLOG_NCIHAL_E("fail to create pthread");
152 pthread_t pthread; local
158 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) {
159 NXPLOG_NCIHAL_E("fail to create pthread");
177 pthread_t pthread; local
183 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) {
184 NXPLOG_NCIHAL_E("fail to create pthread");
513 pthread_t pthread; local
[all...]
/system/bt/osi/src/
H A Dthread.cc28 #include <pthread.h>
44 pthread_t pthread; member in struct:thread_t
87 pthread_create(&ret->pthread, NULL, run_thread, &start);
123 pthread_join(thread->pthread, NULL);
181 return !!pthread_equal(pthread_self(), thread->pthread);
/system/bt/btif/include/
H A Dbtif_hh.h24 #include <pthread.h>
/system/bt/include/
H A Dbte.h27 #include <pthread.h>
/system/bt/main/
H A Dbte_main.cc32 #include <pthread.h>
/system/core/include/cutils/
H A Dthreads.h23 #include <pthread.h>

Completed in 2476 milliseconds

123456