Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dthread.c41 pthread_t pthread; member
87 pthread_create(&ret->pthread, NULL, run_thread, &start); in thread_new_sized()
127 pthread_join(thread->pthread, NULL); in thread_join()
169 return !!pthread_equal(pthread_self(), thread->pthread); in thread_is_self()
/system/core/libutils/
DThreads.cpp844 pthread_t pthread = android_thread_id_t_to_pthread(mThread); in getTid() local
845 tid = pthread_gettid_np(pthread); in getTid()