/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; member in struct:loc_eng_dmn_conn_thelper
|
loc_eng_dmn_conn_thread_helper.c | 321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn", 324 result = pthread_create(&thelper->thread_id, NULL, 389 result = pthread_join(thelper->thread_id, NULL);
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.h | 43 pthread_t thread_id; member in struct:loc_eng_dmn_conn_thelper
|
loc_eng_dmn_conn_thread_helper.c | 321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn", 324 result = pthread_create(&thelper->thread_id, NULL, 389 result = pthread_join(thelper->thread_id, NULL);
|
/art/runtime/jdwp/ |
jdwp_handler.cc | 86 ObjectId thread_id, ObjectId object_id, 93 VLOG(jdwp) << StringPrintf(" --> thread_id=%#" PRIx64 " object_id=%#" PRIx64, 94 thread_id, object_id); 115 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, 646 ObjectId thread_id = request->ReadThreadId(); local 649 return RequestInvoke(state, request, thread_id, 0, class_id, method_id, false); 663 ObjectId thread_id = request->ReadThreadId(); local 671 return RequestInvoke(state, request, thread_id, object_id, class_id, method_id, true); 699 ObjectId thread_id = request->ReadThreadId(); local 702 return RequestInvoke(state, request, thread_id, 0, class_id, method_id, false) 849 ObjectId thread_id = request->ReadThreadId(); local 918 ObjectId thread_id = request->ReadThreadId(); local 939 ObjectId thread_id = request->ReadThreadId(); local 957 ObjectId thread_id = request->ReadThreadId(); local 973 ObjectId thread_id = request->ReadThreadId(); local 995 ObjectId thread_id = request->ReadThreadId(); local 1007 ObjectId thread_id = request->ReadThreadId(); local 1039 ObjectId thread_id = request->ReadThreadId(); local 1053 ObjectId thread_id = request->ReadThreadId(); local 1087 ObjectId thread_id = request->ReadThreadId(); local 1099 ObjectId thread_id = request->ReadThreadId(); local 1111 ObjectId thread_id = request->ReadThreadId(); local 1249 ObjectId thread_id = request->ReadThreadId(); local 1305 ObjectId thread_id = request->ReadThreadId(); local 1379 ObjectId thread_id = request->ReadThreadId(); local [all...] |
/external/curl/docs/examples/ |
threaded-ssl.c | 57 static unsigned long thread_id(void) function 75 CRYPTO_set_id_callback((unsigned long (*)())thread_id);
|
/external/libmicrohttpd/src/include/ |
w32functions.h | 199 static void W32_SetThreadName(const DWORD thread_id, const char *thread_name) 204 * @param thread_id ID of thread, -1 for current thread 207 void W32_SetThreadName(const DWORD thread_id, const char *thread_name);
|
/external/google-breakpad/src/processor/ |
minidump_unittest.cc | 264 uint32_t thread_id; local 265 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); 266 ASSERT_EQ(0xa898f11bU, thread_id); 335 uint32_t thread_id; local 336 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); 337 ASSERT_EQ(0xa898f11bU, thread_id); 378 uint32_t thread_id; local 379 ASSERT_TRUE(md_thread->GetThreadID(&thread_id)); 380 ASSERT_EQ(0xa898f11bU, thread_id); 579 uint32_t thread_id; local 727 uint32_t thread_id; local 801 uint32_t thread_id; local 886 uint32_t thread_id; local 968 uint32_t thread_id; local 1031 uint32_t thread_id; local 1115 uint32_t thread_id; local 1214 uint32_t thread_id; local [all...] |
/external/libchrome/base/trace_event/common/ |
trace_event_common.h | 349 thread_id, timestamp) \ 351 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 354 category_group, name, id, thread_id, timestamp) \ 356 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 359 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ 361 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 364 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ 367 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 420 thread_id, timestamp) \ 422 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \ [all...] |
/external/libchrome/base/trace_event/ |
trace_event.h | 157 // int thread_id, 323 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ 332 trace_event_trace_id.data(), thread_id, \ 548 int thread_id, 558 phase, category_group_enabled, name, id, bind_id, thread_id, timestamp, 569 int thread_id, 591 phase, category_group_enabled, name, id, bind_id, thread_id, timestamp, 602 int thread_id, 624 phase, category_group_enabled, name, id, bind_id, thread_id, timestamp, 634 int thread_id, 677 const int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local 715 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local 760 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local [all...] |
trace_log.cc | 123 int thread_id, 135 thread_id, [all...] |
trace_event_impl.h | 101 int thread_id, 135 int thread_id() const { return thread_id_; } function in class:base::trace_event::TraceEvent
|
/external/skia/src/core/ |
SkTraceEventCommon.h | 357 thread_id, timestamp) \ 359 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 362 category_group, name, id, thread_id, timestamp) \ 364 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 367 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ 369 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 372 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ 375 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 431 thread_id, timestamp) \ 433 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \ [all...] |
/external/v8/base/trace_event/common/ |
trace_event_common.h | 349 thread_id, timestamp) \ 351 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 354 category_group, name, id, thread_id, timestamp) \ 356 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 359 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ 361 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 364 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ 367 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \ 420 thread_id, timestamp) \ 422 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \ [all...] |
/external/libchrome/base/threading/ |
platform_thread_unittest.cc | 104 PlatformThreadId thread_id() const { function in class:base::__anon15860::FunctionTestThread 145 EXPECT_NE(thread.thread_id(), main_thread_id); 171 EXPECT_NE(thread[n].thread_id(), main_thread_id); 175 EXPECT_NE(thread[i].thread_id(), thread[n].thread_id());
|
/packages/apps/Messaging/tools/messagegen/ |
fillsms | 195 thread_id=$(( $TABLE_THREADS_START_ID + $i )) 196 add_sql "insert into threads (_id,date,message_count,recipient_ids,snippet,snippet_cs,read,type,error,has_attachment) values ($thread_id, $timestamp, $sms_per_thread, $addr_id, 'snippet', 0, 1, 0, 0, 0);" 207 add_sql "insert into sms (_id,thread_id,address,person,date,status,type,body,read,seen) values ($message_id, $thread_id, '$phone', '$phone', $date, -1, $message_type, '$message', 1, 1);" 230 add_sql "insert into pdu (_id,thread_id,date,date_sent,msg_box,read,m_id,sub,sub_cs,ct_t,m_cls,m_type,v,m_size,pri,rr,tr_id,d_rpt,locked,seen,text_only) values ($message_id, $thread_id, $date, 0, $message_type, 1, 'hmma3p5s1a3m526@w.tmomail.net', 'no subject', 106, 'application/vnd.wap.multipart.related', 'personal', $m_type, 18, $size, 129, 129 , '$message_id', 129, 0, 1, 0);" 232 add_sql "insert into pdu (_id,thread_id,date,msg_box,read,m_id,sub,sub_cs,ct_t,m_cls,m_type,v,m_size,pri,rr,tr_id,d_rpt,locked,seen) values ($message_id, $thread_id, $date, $message_type, 1, 'hmma3p5s1a3m526@w.tmomail.net', 'no subject', 106, 'application/vnd.wap.multipart.related', 'personal', $m_type, 18, $size, 129, 129 , '$message_id', 129, 0, 1);"
|
/art/runtime/ |
lock_word.h | 111 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count, uint32_t rb_state) { 112 CHECK_LE(thread_id, static_cast<uint32_t>(kThinLockMaxOwner)); 115 return LockWord((thread_id << kThinLockOwnerShift) | (count << kThinLockCountShift) |
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_stoptheworld_test.cc | 74 pthread_t thread_id; local 77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread, 86 ASSERT_EQ(0, pthread_join(thread_id, NULL));
|
/external/libchrome/base/message_loop/ |
message_pump_glib.cc | 133 PlatformThreadId thread_id; member in struct:base::__anon15750::ThreadInfo 148 thread_info->thread_id = PlatformThread::CurrentId(); 150 DCHECK(thread_info->thread_id == PlatformThread::CurrentId()) <<
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.c | 321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn", 324 result = pthread_create(&thelper->thread_id, NULL, 389 result = pthread_join(thelper->thread_id, NULL);
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.c | 321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn", 324 result = pthread_create(&thelper->thread_id, NULL, 389 result = pthread_join(thelper->thread_id, NULL);
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.c | 321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn", 324 result = pthread_create(&thelper->thread_id, NULL, 389 result = pthread_join(thelper->thread_id, NULL);
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.c | 321 thelper->thread_id = create_thread_cb("loc_eng_dmn_conn", 324 result = pthread_create(&thelper->thread_id, NULL, 389 result = pthread_join(thelper->thread_id, NULL);
|
/system/bt/btif/src/ |
btif_sock_thread.c | 93 volatile pthread_t thread_id; member in struct:__anon73813 108 pthread_t * thread_id) 118 if ((ret = pthread_create(thread_id, &thread_attr, start_routine, arg))!=0 ) 125 pthread_getschedparam(*thread_id, &policy, ¶m); 130 pthread_setschedparam(*thread_id, policy, ¶m); 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, 0) [all...] |
/external/webrtc/webrtc/modules/utility/source/ |
helpers_android.cc | 87 int thread_id = gettid(); local 88 RTC_CHECK_LT(snprintf(buf, sizeof(buf), "%i", thread_id),
|