/external/libchrome/base/test/ |
trace_event_analyzer_unittest.cc | 121 event.thread.thread_id = 4; 133 other.thread.thread_id = 6; 147 Query event_tid = Query::EventTidIs(event.thread.thread_id); 162 Query other_tid = Query::OtherTidIs(other.thread.thread_id);
|
trace_event_analyzer.cc | 61 if (require_origin && !dictionary->GetInteger("tid", &thread.thread_id)) { 442 *num = static_cast<double>(the_event->thread.thread_id);
|
/external/google-breakpad/src/client/linux/handler/ |
exception_handler_unittest.cc | 1184 uint32_t thread_id; local [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest-port_test.cc | 282 pthread_t thread_id; local 291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); 298 ASSERT_EQ(0, pthread_join(thread_id, &dummy)); [all...] |
/external/gtest/test/ |
gtest-port_test.cc | 317 pthread_t thread_id; local 326 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); 333 ASSERT_EQ(0, pthread_join(thread_id, &dummy)); [all...] |
/external/opencv/cv/src/ |
cvstereobm.cpp | 658 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 );
|
mycvHaarDetectObjects.cpp | 1221 int thread_id = cvGetThreadNum(); local [all...] |
cvhaar.cpp | 1010 int thread_id = cvGetThreadNum(); local 1189 int thread_id = cvGetThreadNum(); local [all...] |
/external/protobuf/gtest/test/ |
gtest-port_test.cc | 111 pthread_t thread_id; local 120 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); 127 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-port_test.cc | 319 pthread_t thread_id; local 328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); 335 ASSERT_EQ(0, pthread_join(thread_id, &dummy)); [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_test.c | 121 pthread_t thread_id; member in struct:__anon31786 744 ret = pthread_create(&client[i].thread_id, NULL, encode_test, 754 pthread_join(client[i].thread_id, NULL);
|
/hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_test.c | 121 pthread_t thread_id; member in struct:__anon32447 744 ret = pthread_create(&client[i].thread_id, NULL, encode_test, 754 pthread_join(client[i].thread_id, NULL);
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-port_test.cc | 319 pthread_t thread_id; local 328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); 335 ASSERT_EQ(0, pthread_join(thread_id, &dummy)); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sys.py | 344 thread_id = thread_info[0] 350 self.assertIn(thread_id, d) 359 frame = d.pop(thread_id)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sys.py | 344 thread_id = thread_info[0] 350 self.assertIn(thread_id, d) 359 frame = d.pop(thread_id)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 344 thread_id = thread_info[0] 350 self.assertIn(thread_id, d) 359 frame = d.pop(thread_id)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 344 thread_id = thread_info[0] 350 self.assertIn(thread_id, d) 359 frame = d.pop(thread_id)
|
/external/google-benchmark/src/ |
benchmark.cc | 600 size_t iters, int thread_id, 602 State st(iters, b->has_arg1, b->arg1, b->has_arg2, b->arg2, thread_id, b->threads);
|
/external/google-breakpad/src/client/windows/handler/ |
exception_handler.cc | 219 DWORD thread_id; local 225 &thread_id); [all...] |
/external/v8/src/tracing/ |
trace-event.h | 258 // Adds a trace event with a given id, thread_id, and timestamp. Not 261 phase, category_group, name, id, thread_id, timestamp, flags, ...) \
|
/hardware/libhardware/modules/vehicle/ |
vehicle.c | 54 pthread_t thread_id; member in struct:subscription
|
/external/google-breakpad/src/tools/linux/md2core/ |
minidump-2-core.cc | 411 thread.tid = rawthread->thread_id; 742 crashinfo->crashing_tid = exp->thread_id; [all...] |
/external/v8/tools/ |
grokdump.py | 221 ("thread_id", ctypes.c_uint32), [all...] |
/external/libxml2/ |
runtest.c | [all...] |
/external/netperf/src/ |
netlib.c | 1185 DWORD thread_id ; 1213 &thread_id ) ; 1174 DWORD thread_id ; local [all...] |