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

1234

/system/extras/simpleperf/testdata/
H A Delf_file_source.cpp1 #include <pthread.h>
/system/bt/osi/src/
H A Dmutex.c21 #include <pthread.h>
H A Dthread.c26 #include <pthread.h>
41 pthread_t pthread; member in struct:thread_t
87 pthread_create(&ret->pthread, NULL, run_thread, &start);
127 pthread_join(thread->pthread, NULL);
169 return !!pthread_equal(pthread_self(), thread->pthread);
/system/core/include/sysutils/
H A DFrameworkClient.h6 #include <pthread.h>
H A DSocketListener.h19 #include <pthread.h>
H A DSocketClient.h6 #include <pthread.h>
/system/core/include/log/
H A Dlogd.h27 #include <pthread.h>
H A Dlogprint.h23 #include <pthread.h>
/system/core/liblog/
H A Dlogger_lock.c22 #include <pthread.h>
/system/extras/simpleperf/runtest/
H A Dfunction_pthread.cpp1 #include <pthread.h>
/system/core/libbacktrace/
H A DThreadEntry.h20 #include <pthread.h>
/system/core/libsysutils/src/
H A DFrameworkClient.cpp4 #include <pthread.h>
/system/extras/memory_replay/
H A DThread.cpp17 #include <pthread.h>
H A DThread.h20 #include <pthread.h>
/system/bt/btif/include/
H A Dbtif_hh.h24 #include <pthread.h>
/system/bt/device/src/classic/
H A Dpeer.c25 #include <pthread.h>
/system/bt/include/
H A Dbte.h29 #include <pthread.h>
/system/bt/stack/btu/
H A Dbtu_init.c22 #include <pthread.h>
/system/core/include/cutils/
H A Dthreads.h23 #include <pthread.h>
/system/core/include/utils/
H A DAndroidThreads.h24 # include <pthread.h>
H A DThread.h25 # include <pthread.h>
H A DCondition.h25 # include <pthread.h>
/system/core/libutils/
H A Dmisc.cpp30 # include <pthread.h>
/system/bt/main/
H A Dbte_main.c31 #include <pthread.h>
/system/bt/utils/src/
H A Dbt_utils.c33 #include <pthread.h>

Completed in 711 milliseconds

1234