HomeSort by relevance Sort by last modified time
    Searched refs:thread_id (Results 301 - 325 of 330) sorted by null

<<11121314

  /external/ltp/testcases/kernel/io/disktest/
childmain.c 587 static int thread_id = 0; local
588 int this_thread_id = thread_id++;
  /system/bt/tools/mcap_tool/
mcap_tool.cc 341 pthread_t thread_id; local
343 pthread_create(&thread_id, nullptr, cmdjob_handler, (void*)job_cmd);
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1221 int thread_id = cvGetThreadNum(); local
    [all...]
cvhaar.cpp 1010 int thread_id = cvGetThreadNum(); local
1189 int thread_id = cvGetThreadNum(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 610 tstate->thread_id = PyThread_get_thread_ident();
  /external/python/cpython2/Modules/
threadmodule.c 616 tstate->thread_id = PyThread_get_thread_ident();
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 26 DCHECK(ThreadId::Current().Equals(isolate->thread_id()));
  /external/v8/src/
interface-descriptors.h 215 DCHECK(ThreadId::Current().Equals(isolate->thread_id()));
    [all...]
compiler.cc 89 isolate_thread_id_(isolate->thread_id()),
96 DCHECK(ThreadId::Current().Equals(info()->isolate()->thread_id()));
136 DCHECK(ThreadId::Current().Equals(info()->isolate()->thread_id()));
    [all...]
  /external/v8/src/tracing/
trace-event.h 225 // Adds a trace event with a given id, thread_id, and timestamp. Not
228 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 222 ("thread_id", ctypes.c_uint32),
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 1109 LLVMValueRef thread_id; local
2640 LLVMValueRef thread_id = get_thread_id(ctx); local
    [all...]
  /art/runtime/openjdkjvmti/include/
jvmti.h 556 jlong thread_id; member in struct:_jvmtiHeapReferenceInfoStackLocal
564 jlong thread_id; member in struct:_jvmtiHeapReferenceInfoJniLocal
    [all...]
  /external/libxml2/
runtest.c     [all...]
  /external/netperf/src/
netlib.c 1185 DWORD thread_id ;
1213 &thread_id ) ;
1174 DWORD thread_id ; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h 556 jlong thread_id; member in struct:_jvmtiHeapReferenceInfoStackLocal
564 jlong thread_id; member in struct:_jvmtiHeapReferenceInfoJniLocal
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h 556 jlong thread_id; member in struct:_jvmtiHeapReferenceInfoStackLocal
564 jlong thread_id; member in struct:_jvmtiHeapReferenceInfoJniLocal
    [all...]
  /art/runtime/
thread.h 833 void HandleScopeVisitRoots(RootVisitor* visitor, uint32_t thread_id)
    [all...]
  /system/bt/btif/src/
btif_hl.cc 4598 pthread_t thread_id = -1; local
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 39 DCHECK(ThreadId::Current().Equals(isolate()->thread_id()));
    [all...]
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 962 void TraceManyInstantEvents(int thread_id, int num_events,
967 "thread", thread_id,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 185 Sms.THREAD_ID,
198 Sms.THREAD_ID,
205 Sms.THREAD_ID,
215 Mms.THREAD_ID,
223 Mms.THREAD_ID,
256 BluetoothMapContract.MessageColumns.THREAD_ID,
571 // BluetoothMapContract.ConversationColumns.THREAD_ID);
1693 long thread_id = c.getLong(c.getColumnIndex( local
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 687 .Lnot_unlocked: @ r1: original lock word, r2: thread_id with count of 0 and zero read barrier bits
    [all...]

Completed in 855 milliseconds

<<11121314