Searched defs:thread_id (Results 1 - 25 of 146) sorted by last modified time

123456

/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc361 unsigned int thread_id = 0; local
362 bool success = file_writer_thread_->Start(thread_id);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_winpcap.c205 DWORD thread_id; local
245 &thread_id);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_winpcap.c205 DWORD thread_id; local
245 &thread_id);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_winpcap.c205 DWORD thread_id; local
245 &thread_id);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id) argument
105 new_thread->entry.id = thread_id;
117 unsigned int thread_id_to_gdb_id (unsigned long thread_id) argument
123 if (inf->id == thread_id)
H A Dserver.c1019 unsigned long gdb_id, thread_id; local
1022 thread_id = gdb_id_to_thread_id (gdb_id);
1023 if (thread_id == 0) {
1029 general_thread = thread_id;
1032 cont_thread = thread_id;
1034 step_thread = thread_id;
1190 unsigned long gdb_id, thread_id; local
1193 thread_id = gdb_id_to_thread_id (gdb_id);
1194 if (thread_id == 0) {
1199 if (valgrind_thread_alive (thread_id))
[all...]
/external/valgrind/main/helgrind/tests/
H A Dtc03_re_excl.c25 pthread_t thread_id; local
30 pthread_create(&thread_id, 0, worker_thread, (void*)x);
36 pthread_join(thread_id, 0);
/external/qemu/
H A Dgdbstub.c1582 static CPUArchState *find_cpu(uint32_t thread_id) argument
1587 if (gdb_id(cpu) == thread_id) {
H A Dposix-aio-compat.c64 static pthread_t thread_id; variable
379 thread_create(&thread_id, &attr, aio_thread, NULL);
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2193 int64_t thread_id; member in struct:CpuInfo
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc247 DWORD thread_id; member in struct:google::protobuf::Mutex::Internal
264 mInternal->thread_id = GetCurrentThreadId();
270 mInternal->thread_id = 0;
277 GOOGLE_DCHECK_EQ(mInternal->thread_id, GetCurrentThreadId());
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc97 pthread_t thread_id; local
106 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
113 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
/external/opencv/cv/src/
H A Dcvhaar.cpp1010 int thread_id = cvGetThreadNum(); local
1071 cvSeqPush( seq_thread[thread_id], &obj_rect );
1189 int thread_id = cvGetThreadNum(); local
1223 cvSeqPush( seq_thread[thread_id], &rect );
1238 cvSeqPush( seq_thread[thread_id], &rect );
H A Dcvstereobm.cpp658 int thread_id = cvGetThreadNum(); local
668 state->slidingSumBuf->data.ptr + thread_id*bufSize0, row0, left.rows-row1 );
674 state->slidingSumBuf->data.ptr + thread_id*bufSize0, row0, left.rows-row1 );
H A DmycvHaarDetectObjects.cpp1038 // int thread_id = cvGetThreadNum();
1099 // cvSeqPush( seq_thread[thread_id], &obj_rect );
1221 int thread_id = cvGetThreadNum(); local
1255 cvSeqPush( seq_thread[thread_id], &rect );
1270 cvSeqPush( seq_thread[thread_id], &rect );
/external/openssl/crypto/bn/
H A Dbn_blind.c125 unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b; member in struct:bn_blinding_st
282 return b->thread_id;
287 b->thread_id = n;
/external/openssl/crypto/threads/
H A Dmttest.c766 DWORD thread_id[MAX_THREAD_NUMBER]; local
782 &(thread_id[i]));
1278 thread_id thread_ctx[MAX_THREAD_NUMBER];
/external/oprofile/libpp/
H A Dxml_utils.cpp453 string const get_tid() { return thread_id; }
459 string thread_id; member in class:thread_info
850 thread_id = tid;
892 out << init_attr(THREAD_ID, thread_id) << close_element(NONE, true);
926 cverb << vxml << "tid=" << thread_id << endl;
/external/netperf/
H A Dnetlib.c919 DWORD thread_id ;
947 &thread_id ) ;
911 DWORD thread_id ; local
/external/mesa3d/src/gallium/tests/unit/
H A Dpipe_barrier_test.c52 int thread_id = *((int *) thread_data); local
54 printf("thread %d starting\n", thread_id);
55 os_time_sleep(thread_id * 1000 * 1000);
56 printf("thread %d before barrier\n", thread_id);
58 printf("thread %d exiting\n", thread_id);
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.h56 pthread_t thread_id; member in struct:apple_glx_context
/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h327 lldb::tid_t thread_id)
326 OSPlugin_RegisterContextData(lldb::ScriptInterpreterObjectSP os_plugin_object_sp, lldb::tid_t thread_id) argument
/external/lldb/source/API/
H A DSBBreakpointLocation.cpp163 SBBreakpointLocation::SetThreadID (tid_t thread_id) argument
168 m_opaque_sp->SetThreadID (thread_id);
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp205 Breakpoint::SetThreadID (lldb::tid_t thread_id) argument
207 if (m_options.GetThreadSpec()->GetTID() == thread_id)
210 m_options.GetThreadSpec()->SetTID(thread_id);
H A DBreakpointLocation.cpp106 BreakpointLocation::SetThreadID (lldb::tid_t thread_id) argument
108 if (thread_id != LLDB_INVALID_THREAD_ID)
109 GetLocationOptions()->SetThreadID(thread_id);
115 m_options_ap->SetThreadID (thread_id);

Completed in 367 milliseconds

123456