/external/compiler-rt/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_dumper_unittest_helper.cc | 60 volatile pid_t thread_id = syscall(__NR_gettid); local 67 register volatile pid_t *thread_id_ptr asm(TID_PTR_REGISTER) = &thread_id;
|
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
asan_interface.h | 95 int *thread_id); 101 int *thread_id);
|
/external/libchrome/base/test/ |
trace_event_analyzer.h | 101 ProcessThreadID() : process_id(0), thread_id(0) {} 102 ProcessThreadID(int process_id, int thread_id) 103 : process_id(process_id), thread_id(thread_id) {} 107 return thread_id < rhs.thread_id; 110 int thread_id; member in struct:trace_analyzer::TraceEvent::ProcessThreadID 234 static Query EventTidIs(int thread_id) { 235 return Query(EVENT_TID) == Query::Int(thread_id); 239 return EventPidIs(thread.process_id) && EventTidIs(thread.thread_id); [all...] |
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
watchthreads.py | 83 <tr {{if thread.thread_id == this_thread_id}}class="this_thread"{{endif}}> 86 {{if thread.thread_id == this_thread_id}} 90 <b>{{thread.thread_id}} 94 <input type="hidden" name="thread_id" value="{{thread.thread_id}}"> 116 var el = document.getElementById('environ-{{thread.thread_id}}'); 127 <div id="environ-{{thread.thread_id}}" style="display: none"> 146 var el = document.getElementById('traceback-{{thread.thread_id}}'); 157 <div id="traceback-{{thread.thread_id}}" style="display: none"> 212 for thread_id, (time_started, worker_environ) in workers [all...] |
/art/runtime/jdwp/ |
jdwp_event.cc | 785 ObjectId thread_id) 793 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); 797 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name; 891 ObjectId thread_id = Dbg::GetThreadId(basket.thread); local 896 LogMatchingEventsAndThread(match_list, thread_id); 908 expandBufAddObjectId(pReq, thread_id); 922 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); 953 ObjectId thread_id = Dbg::GetThreadId(basket.thread); local 962 LogMatchingEventsAndThread(match_list, thread_id); 1046 ObjectId thread_id = Dbg::GetThreadId(basket.thread); local 1136 ObjectId thread_id = Dbg::GetThreadId(basket.thread); local 1209 ObjectId thread_id = Dbg::GetThreadId(basket.thread); local [all...] |
/external/libavc/common/ |
ithread.h | 67 WORD32 ithread_join(void *thread_id, void ** val_ptr);
|
/external/libhevc/common/ |
ithread.h | 47 WORD32 ithread_join(void *thread_id, void **val_ptr);
|
/external/libmpeg2/common/ |
ithread.h | 49 WORD32 ithread_join(void *thread_id, void ** val_ptr);
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_int.h | 34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon16875
|
gki_ulinux.c | 106 pthread_t thread_id = pthread_self(); local 108 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id, 109 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(), 112 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id; 117 gki_cb.os.thread_id[p_pthread_info->task_id] = 0; 259 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */ 260 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */ 267 ret = pthread_create( &gki_cb.os.thread_id[task_id], 278 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, ¶m)==0 890 pthread_t thread_id = pthread_self( ); local [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_int.h | 34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon16904
|
gki_ulinux.c | 103 pthread_t thread_id = pthread_self(); local 105 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id, 106 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(), 109 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id; 114 gki_cb.os.thread_id[p_pthread_info->task_id] = 0; 256 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */ 257 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */ 264 ret = pthread_create( &gki_cb.os.thread_id[task_id], 275 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, ¶m)==0 867 pthread_t thread_id = pthread_self( ); local [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
inferiors.c | 98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id) 105 new_thread->entry.id = thread_id; 117 unsigned int thread_id_to_gdb_id (unsigned long thread_id) 123 if (inf->id == thread_id)
|
/hardware/qcom/gps/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
|
/hardware/qcom/gps/msm8084/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
|
/hardware/qcom/gps/msm8909/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
|
/hardware/qcom/gps/msm8960/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
|