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

/system/bt/btif/src/
H A Dbtif_sock_thread.c98 volatile pthread_t thread_id; member in struct:__anon692
170 pthread_t * thread_id)
180 if ((ret = pthread_create(thread_id, &thread_attr, start_routine, arg))!=0 )
187 pthread_getschedparam(*thread_id, &policy, &param);
192 pthread_setschedparam(*thread_id, policy, &param);
233 ts[h].thread_id = -1;
260 ts[h].thread_id = thread;
261 APPL_TRACE_DEBUG("h:%d, thread id:%d", h, ts[h].thread_id);
317 if(ts[h].thread_id == pthread_self())
411 pthread_join(ts[h].thread_id,
169 create_thread(void *(*start_routine)(void *), void * arg, pthread_t * thread_id) argument
[all...]
H A Dbtif_hl.c5028 pthread_t thread_id = -1; local
5029 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
5035 return thread_id;
/system/bt/btif/co/
H A Dbta_hh_co.c157 pthread_t thread_id = -1; local
158 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
164 return thread_id;
/system/bt/test/bluedroidtest/
H A Dbluedroidtest.c383 pthread_t thread_id; local
389 if (pthread_create(&thread_id, NULL,

Completed in 121 milliseconds