Searched refs:thread_id (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_internal.cpp82 pthread_internal_t* __pthread_internal_find(pthread_t thread_id) { argument
83 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(thread_id);
/bionic/tests/
H A Dtime_test.cpp464 pthread_t thread_id; member in struct:TimerDeleteData
471 tdd->thread_id = pthread_self();
503 while (pthread_detach(tdd.thread_id) != ESRCH && (time(NULL) - cur_time) < 5);
504 ASSERT_EQ(ESRCH, pthread_detach(tdd.thread_id));

Completed in 100 milliseconds