Home
last modified time | relevance | path

Searched defs:thread_params (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
H A Ducna_injection_test.c64 struct thread_params { struct
65 struct kvm_vcpu *vcpu;
66 uint64_t *p_i_ucna_rcvd;
67 uint64_t *p_i_ucna_addr;
68 uint64_t *p_ucna_addr;
69 uint64_t *p_ucna_addr2;
H A Dxapic_ipi_test.c77 struct thread_params { struct
78 struct test_data_page *data;
79 struct kvm_vcpu *vcpu;
80 uint64_t *pipis_rcvd; /* host address of ipis_rcvd global */
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_handle_test_dll.cc30 ThreadParams* thread_params = reinterpret_cast<ThreadParams*>(params); in ThreadFunc() local
55 ThreadParams thread_params = {ready_event, start_event}; in InternalRunThreadTest() local
/aosp_15_r20/test/dittosuite/src/
H A Dmultithreading.cpp21 std::vector<MultithreadingParams> thread_params) in Multithreading()
H A Dmultiprocessing.cpp28 std::vector<MultithreadingParams> thread_params) in Multiprocessing()
H A Dinstruction_factory.cpp209 std::vector<MultithreadingParams> thread_params; in CreateFromProtoInstruction() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/
H A Dplatform_thread_posix_for_testing.cc50 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
H A Dplatform_thread_win_for_testing.cc56 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
/aosp_15_r20/external/libchrome/base/threading/
H A Dplatform_thread_posix.cc57 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_posix.cc73 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
H A Dplatform_thread_win.cc105 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Dsubprocess.cc362 ThreadData thread_params[kNFds]; in Communicate() local