Searched refs:pthread (Results 1 – 2 of 2) sorted by relevance
41 pthread_t pthread; member87 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()
844 pthread_t pthread = android_thread_id_t_to_pthread(mThread); in getTid() local845 tid = pthread_gettid_np(pthread); in getTid()