Searched refs:thread_id (Results 1 – 7 of 7) sorted by relevance
/frameworks/libs/binary_translation/guest_os_primitives/ |
D | guest_thread_pthread_create.cc | 29 int CreateNewGuestThread(pthread_t* thread_id, in CreateNewGuestThread() argument 49 res = pthread_create(thread_id, attr, RunGuestThread, &info); in CreateNewGuestThread()
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_benchmarks.cpp | 163 int thread_id = 0; member 534 [&](const int thread_id, const int service_id, in ServiceCommand() 547 << thread_id << " service " << service_id << ": " in ServiceCommand() 550 std::cerr << "Quitting thread " << thread_id << " service " in ServiceCommand() 614 [&](const int thread_id, const int service_id, in ClientCommand() 616 SetThreadName("client" + std::to_string(thread_id) + "/" + in ClientCommand() 630 &latency_samples_ns[samples_per_thread * thread_id]; in ClientCommand() 801 std::cerr << "Thread " << thread_id << " iteration_delta_s=" in ClientCommand() 820 {thread_id, service_id, time_delta_s, bytes_sent, sched_stats}); in ClientCommand() 848 std::cerr << std::fixed << "Thread " << benchmark_result.thread_id in ClientCommand()
|
/frameworks/base/core/proto/android/os/ |
D | looper.proto | 30 optional int64 thread_id = 2; field
|
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/ |
D | guest_thread.h | 34 int CreateNewGuestThread(pthread_t* thread_id,
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 9392 optional int32 thread_id = 3; field
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25594 field public static final java.lang.String THREAD_ID = "thread_id"; 25807 field public static final java.lang.String THREAD_ID = "thread_id";
|
/frameworks/base/core/api/ |
D | current.txt | 37810 field public static final String THREAD_ID = "thread_id"; 38066 field public static final String THREAD_ID = "thread_id";
|