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

/system/extras/memory_replay/tests/
H A DThreadTest.cpp54 pthread_t thread_id; local
55 ASSERT_TRUE(pthread_create(&thread_id, nullptr, ThreadWaitForReady, &thread_data) == 0);
62 ASSERT_TRUE(pthread_join(thread_id, nullptr) == 0);
82 pthread_t thread_id; local
83 ASSERT_TRUE(pthread_create(&thread_id, nullptr, ThreadWaitForPending, &thread_data) == 0);
90 ASSERT_TRUE(pthread_join(thread_id, nullptr) == 0);
/system/bt/btif/src/
H A Dbtif_sock_thread.c93 volatile pthread_t thread_id; member in struct:__anon692
108 pthread_t * thread_id)
118 if ((ret = pthread_create(thread_id, &thread_attr, start_routine, arg))!=0 )
125 pthread_getschedparam(*thread_id, &policy, &param);
130 pthread_setschedparam(*thread_id, policy, &param);
171 ts[h].thread_id = -1;
198 ts[h].thread_id = thread;
199 APPL_TRACE_DEBUG("h:%d, thread id:%d", h, ts[h].thread_id);
255 if(ts[h].thread_id == pthread_self())
368 pthread_join(ts[h].thread_id,
107 create_thread(void *(*start_routine)(void *), void * arg, pthread_t * thread_id) argument
[all...]
H A Dbtif_hl.c4909 pthread_t thread_id = -1; local
4910 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
4916 return thread_id;
/system/core/base/
H A Dlogging.cpp72 typedef uint32_t thread_id; typedef
74 typedef pid_t thread_id; typedef
77 static thread_id GetThreadId() {
/system/bt/btif/co/
H A Dbta_hh_co.c178 pthread_t thread_id = -1; local
179 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
185 return thread_id;

Completed in 372 milliseconds