Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
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;
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 */
/external/cronet/stable/base/win/
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
/external/cronet/tot/base/win/
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
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/
Dplatform_thread_posix_for_testing.cc49 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
Dplatform_thread_win_for_testing.cc55 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/
Dplatform_thread_posix_for_testing.cc49 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
Dplatform_thread_win_for_testing.cc55 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
/external/libchrome/base/threading/
Dplatform_thread_posix.cc57 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
/external/cronet/stable/base/threading/
Dplatform_thread_posix.cc73 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
Dplatform_thread_win.cc92 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
/external/cronet/tot/base/threading/
Dplatform_thread_posix.cc73 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
Dplatform_thread_win.cc92 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
/external/tensorflow/tensorflow/tsl/platform/windows/
Dsubprocess.cc362 ThreadData thread_params[kNFds]; in Communicate() local