HomeSort by relevance Sort by last modified time
    Searched defs:thread_id (Results 76 - 100 of 212) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/content/browser/
browser_thread_impl.cc 236 BrowserThread::ID thread_id = ID_COUNT; local
237 if (!GetCurrentThreadIdentifier(&thread_id))
240 switch (thread_id) {
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 536 DWORD thread_id; local
542 &thread_id);
567 &thread_id);
  /external/chromium_org/sandbox/win/src/
broker_services.cc 329 static DWORD thread_id = ::GetCurrentThreadId(); local
330 DCHECK(thread_id == ::GetCurrentThreadId());
  /external/chromium_org/testing/gtest/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...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
opensles_output.cc 510 unsigned int thread_id = 0; local
511 if (!play_thread_->Start(thread_id)) {
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_impl.cc 134 uint32_t thread_id = ThreadWrapper::GetThreadId(); local
136 return sprintf(trace_message, "%10u; ", thread_id);
  /external/gtest/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...]
  /external/qemu/
posix-aio-compat.c 64 static pthread_t thread_id; variable
379 thread_create(&thread_id, &attr, aio_thread, 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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-default.h 120 DWORD thread_id = 0; local
124 arg, 0, &thread_id)))
125 thread_id = 0;
127 return (objc_thread_t) (INT_PTR) thread_id;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-default.h 120 DWORD thread_id = 0; local
124 arg, 0, &thread_id)))
125 thread_id = 0;
127 return (objc_thread_t) (INT_PTR) thread_id;
  /art/runtime/jdwp/
jdwp_event.cc 790 ObjectId thread_id)
798 JdwpError error = Dbg::GetThreadName(thread_id, thread_name);
802 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name;
876 ObjectId thread_id = 0; local
898 thread_id = Dbg::GetThreadId(basket.thread);
903 LogMatchingEventsAndThread(match_list, match_count, thread_id);
915 expandBufAdd8BE(pReq, thread_id);
931 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);
960 ObjectId thread_id = 0; local
974 thread_id = Dbg::GetThreadId(basket.thread)
1059 ObjectId thread_id = 0; local
1169 ObjectId thread_id = 0; local
1254 ObjectId thread_id = 0; local
    [all...]
jdwp_handler.cc 95 ObjectId thread_id, ObjectId object_id,
102 VLOG(jdwp) << StringPrintf(" --> thread_id=%#" PRIx64 " object_id=%#" PRIx64,
103 thread_id, object_id);
127 JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId);
691 ObjectId thread_id = request.ReadThreadId(); local
694 return FinishInvoke(state, request, pReply, thread_id, 0, class_id, method_id, false);
707 ObjectId thread_id = request.ReadThreadId(); local
718 return FinishInvoke(state, request, pReply, thread_id, object_id, class_id, method_id, true);
802 * This can get called on different things, e.g. thread_id gets
876 ObjectId thread_id = request.ReadThreadId() local
945 ObjectId thread_id = request.ReadThreadId(); local
966 ObjectId thread_id = request.ReadThreadId(); local
985 ObjectId thread_id = request.ReadThreadId(); local
1003 ObjectId thread_id = request.ReadThreadId(); local
1025 ObjectId thread_id = request.ReadThreadId(); local
1037 ObjectId thread_id = request.ReadThreadId(); local
1069 ObjectId thread_id = request.ReadThreadId(); local
1083 ObjectId thread_id = request.ReadThreadId(); local
1117 ObjectId thread_id = request.ReadThreadId(); local
1129 ObjectId thread_id = request.ReadThreadId(); local
1141 ObjectId thread_id = request.ReadThreadId(); local
1272 ObjectId thread_id = request.ReadThreadId(); local
1328 ObjectId thread_id = request.ReadThreadId(); local
1403 ObjectId thread_id = request.ReadThreadId(); local
    [all...]
  /art/runtime/
monitor.cc 723 uint32_t thread_id = self->GetThreadId(); local
731 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0));
740 if (owner_thread_id == thread_id) {
744 LockWord thin_locked(LockWord::FromThinLockId(thread_id, new_count));
799 uint32_t thread_id = self->GetThreadId(); local
801 if (owner_thread_id != thread_id) {
811 LockWord thin_locked(LockWord::FromThinLockId(thread_id, new_count));
846 uint32_t thread_id = self->GetThreadId(); local
848 if (owner_thread_id != thread_id) {
881 uint32_t thread_id = self->GetThreadId(); local
    [all...]
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 383 pthread_t thread_id; local
389 if (pthread_create(&thread_id, NULL,
  /external/chromium_org/components/metrics/
metrics_service.cc 200 static base::PlatformThreadId thread_id = 0; local
201 if (!thread_id)
202 thread_id = base::PlatformThread::CurrentId();
203 return base::PlatformThread::CurrentId() == thread_id;
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 290 DWORD thread_id; local
298 &thread_id); // Need a valid pointer for the call to work under Win98.
414 static void OnThreadExit(DWORD thread_id) {
415 GTEST_CHECK_(thread_id != 0) << ::GetLastError();
424 thread_to_thread_locals->find(thread_id);
452 static void StartWatcherThreadFor(DWORD thread_id) {
457 thread_id);
466 reinterpret_cast<LPVOID>(new ThreadIdAndHandle(thread_id, thread)),
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 472 uint64_t thread_id = 0; local
473 memcpy(&thread_id, &tid, std::min(sizeof(thread_id), sizeof(tid)));
474 return thread_id;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_unittest.cc 319 unsigned int thread_id = 0; local
320 ASSERT_TRUE(send_thread_->Start(thread_id));
321 ASSERT_TRUE(insert_packet_thread_->Start(thread_id));
322 ASSERT_TRUE(pull_audio_thread_->Start(thread_id));
    [all...]
audio_coding_module_unittest_oldapi.cc 319 unsigned int thread_id = 0; local
320 ASSERT_TRUE(send_thread_->Start(thread_id));
321 ASSERT_TRUE(insert_packet_thread_->Start(thread_id));
322 ASSERT_TRUE(pull_audio_thread_->Start(thread_id));
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 105 pthread_t thread_id = pthread_self(); local
107 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
108 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
111 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
116 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
258 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
259 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
266 ret = pthread_create( &gki_cb.os.thread_id[task_id],
277 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param)==0
889 pthread_t thread_id = pthread_self( ); local
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 102 pthread_t thread_id = pthread_self(); local
104 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
105 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
108 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
113 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
255 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
256 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
263 ret = pthread_create( &gki_cb.os.thread_id[task_id],
274 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param)==0
866 pthread_t thread_id = pthread_self( ); local
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp 447 uint64_t thread_id = threadIDHexExtractor.GetHexMaxU64(false, 0); local
471 std::map<uint64_t, uint32_t>::iterator iterator = m_thread_id_to_used_usec_map.find(thread_id);
474 prev_used_usec = m_thread_id_to_used_usec_map[thread_id];
481 ((real_used_usec > 0) || (process->HasAssignedIndexIDToThread(thread_id)));
489 int32_t index_id = process->AssignIndexIDToThread(thread_id);
502 new_thread_id_to_used_usec_map[thread_id] = curr_used_usec;
    [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 );
  /external/openssl/crypto/threads/
mttest.c 766 DWORD thread_id[MAX_THREAD_NUMBER]; local
782 &(thread_id[i]));
1278 thread_id thread_ctx[MAX_THREAD_NUMBER];

Completed in 1297 milliseconds

1 2 34 5 6 7 8 9