Home
last modified time | relevance | path

Searched refs:read_write (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/third_party/boost/boost/process/detail/windows/
Dfile_descriptor.hpp24 read_write = 3 enumerator
34 case read_write: in desired_access()
43 file_descriptor(const boost::filesystem::path& p, mode_t mode = read_write) in file_descriptor()
48 file_descriptor(const std::string & path , mode_t mode = read_write) in file_descriptor()
55 file_descriptor(const std::wstring & path, mode_t mode = read_write) in file_descriptor()
58 file_descriptor(const char* path, mode_t mode = read_write) in file_descriptor()
77 file_descriptor(const wchar_t * path, mode_t mode = read_write) in file_descriptor()
/third_party/boost/libs/interprocess/test/
Dshared_memory_mapping_test.cpp40 shared_memory_object mapping(create_only, process_id.c_str(), read_write); in main()
46 shared_memory_object mapping(open_only, process_id.c_str(), read_write); in main()
50 ,read_write in main()
56 ,read_write in main()
87 shared_memory_object mapping(open_only, process_id.c_str(), read_write); in main()
88 mapped_region region(mapping, read_write, 0, FileSize/2, 0); in main()
89 mapped_region region2(mapping, read_write, FileSize/2, FileSize - FileSize/2, 0); in main()
182 shared_memory_object mapping2(create_only, process_id2.c_str(), read_write); in main()
223 shared_memory_object mapping(open_only, process_id.c_str(), read_write); in main()
Dshared_memory_test.cpp44 : shared_memory(create_only, ShmName, ShmSize, read_write, 0, permissions()) in shared_memory_creation_test_wrapper()
48 : shared_memory(open_only, ShmName, read_write, 0) in shared_memory_creation_test_wrapper()
52 : shared_memory(open_or_create, ShmName, ShmSize, read_write, 0, permissions()) in shared_memory_creation_test_wrapper()
66 shared_memory shm1(create_only, ShmName, ShmSize, read_write, 0, permissions()); in main()
Dwindows_eventlog_stamp_shared_memory_test.cpp44 : shared_memory(create_only, ShmName, ShmSize, read_write, 0, permissions()) in shared_memory_creation_test_wrapper()
48 : shared_memory(open_only, ShmName, read_write, 0) in shared_memory_creation_test_wrapper()
52 : shared_memory(open_or_create, ShmName, ShmSize, read_write, 0, permissions()) in shared_memory_creation_test_wrapper()
66 shared_memory shm1(create_only, ShmName, ShmSize, read_write, 0, permissions()); in main()
Dmapped_file_test.cpp57 …: mapped_file(boost::interprocess::create_only, get_filename().c_str(), FileSize, read_write, 0, … in mapped_file_creation_test_wrapper()
61 : mapped_file(boost::interprocess::open_only, get_filename().c_str(), read_write, 0) in mapped_file_creation_test_wrapper()
65 …boost::interprocess::open_or_create, get_filename().c_str(), FileSize, read_write, 0, permissions(… in mapped_file_creation_test_wrapper()
78 … mapped_file file1(create_only, get_filename().c_str(), FileSize, read_write, 0, permissions()); in main()
Dwindows_shared_memory_test.cpp44 …: windows_shared_memory_t(create_only, name_initialization_routine(), ShmSize, read_write, 0, per… in shared_memory_creation_test_wrapper()
48 : windows_shared_memory_t(open_only, name_initialization_routine(), read_write, 0) in shared_memory_creation_test_wrapper()
52 …: windows_shared_memory_t(open_or_create, name_initialization_routine(), ShmSize, read_write, 0, … in shared_memory_creation_test_wrapper()
Dwindows_shared_memory_mapping_test.cpp33 (create_only, names[i_name], read_write, FileSize); in main()
40 ,read_write in main()
46 ,read_write in main()
Dxsi_shared_memory_mapping_test.cpp66 { ipcdetail::file_wrapper(create_only, names[0], read_write); } in main()
84 mapped_region region2(mapping, read_write, FileSize/2, FileSize - FileSize/2, 0); in main()
93 mapped_region region (mapping, read_write, 0, FileSize, 0); in main()
/third_party/boost/boost/process/detail/posix/
Dfile_descriptor.hpp21 read_write = 3 enumerator
26 explicit file_descriptor(const boost::filesystem::path& p, mode_t mode = read_write) in file_descriptor()
31 explicit file_descriptor(const std::string & path , mode_t mode = read_write) in file_descriptor()
35 explicit file_descriptor(const char* path, mode_t mode = read_write) in file_descriptor()
64 case read_write: in create_file()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/spirv_assembly/instruction/compute/signed_op/glsl_uint_sclamp/
D0-opt.wgsl10 [[group(0), binding(0)]] var<storage, read_write> x_6 : S;
12 [[group(0), binding(1)]] var<storage, read_write> x_7 : S;
14 [[group(0), binding(2)]] var<storage, read_write> x_8 : S;
16 [[group(0), binding(3)]] var<storage, read_write> x_9 : S;
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/spirv_assembly/instruction/compute/signed_op/glsl_int_uclamp/
D0-opt.wgsl10 [[group(0), binding(0)]] var<storage, read_write> x_6 : S;
12 [[group(0), binding(1)]] var<storage, read_write> x_7 : S;
14 [[group(0), binding(2)]] var<storage, read_write> x_8 : S;
16 [[group(0), binding(3)]] var<storage, read_write> x_9 : S;
/third_party/boost/libs/interprocess/example/
Ddoc_windows_shared_memory.cpp33 windows_shared_memory shm (create_only, test::get_process_id_name(), read_write, 1000); in main()
36 windows_shared_memory shm (create_only, "MySharedMemory", read_write, 1000); in main()
42 mapped_region region(shm, read_write); in main()
Ddoc_shared_memory.cpp48 shared_memory_object shm (create_only, test::get_process_id_name(), read_write); in main()
51 shared_memory_object shm (create_only, "MySharedMemory", read_write); in main()
60 mapped_region region(shm, read_write); in main()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/spirv_assembly/instruction/compute/signed_int_compare/uint_slessthan/
D0.wgsl10 [[group(0), binding(0)]] var<storage, read_write> x_5 : S;
12 [[group(0), binding(1)]] var<storage, read_write> x_6 : S;
14 [[group(0), binding(2)]] var<storage, read_write> x_7 : S;
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/spirv_assembly/instruction/compute/signed_int_compare/uint_sgreaterthan/
D0.wgsl10 [[group(0), binding(0)]] var<storage, read_write> x_5 : S;
12 [[group(0), binding(1)]] var<storage, read_write> x_6 : S;
14 [[group(0), binding(2)]] var<storage, read_write> x_7 : S;
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/spirv_assembly/instruction/compute/signed_op/glsl_uint_smin/
D0-opt.wgsl10 [[group(0), binding(0)]] var<storage, read_write> x_6 : S;
12 [[group(0), binding(1)]] var<storage, read_write> x_7 : S;
14 [[group(0), binding(2)]] var<storage, read_write> x_8 : S;
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/spirv_assembly/instruction/compute/signed_int_compare/uint_slessthanequal/
D0.wgsl10 [[group(0), binding(0)]] var<storage, read_write> x_5 : S;
12 [[group(0), binding(1)]] var<storage, read_write> x_6 : S;
14 [[group(0), binding(2)]] var<storage, read_write> x_7 : S;
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/spirv_assembly/instruction/compute/signed_int_compare/uint_sgreaterthanequal/
D0.wgsl10 [[group(0), binding(0)]] var<storage, read_write> x_5 : S;
12 [[group(0), binding(1)]] var<storage, read_write> x_6 : S;
14 [[group(0), binding(2)]] var<storage, read_write> x_7 : S;
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/spirv_assembly/instruction/compute/signed_op/uint_sdiv/
D0-opt.wgsl10 [[group(0), binding(0)]] var<storage, read_write> x_5 : S;
12 [[group(0), binding(1)]] var<storage, read_write> x_6 : S;
14 [[group(0), binding(2)]] var<storage, read_write> x_7 : S;
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/spirv_assembly/instruction/compute/signed_op/glsl_uint_smax/
D0-opt.wgsl10 [[group(0), binding(0)]] var<storage, read_write> x_6 : S;
12 [[group(0), binding(1)]] var<storage, read_write> x_7 : S;
14 [[group(0), binding(2)]] var<storage, read_write> x_8 : S;
/third_party/skia/third_party/externals/tint/test/array/
Dassign_to_storage_var.wgsl.expected.wgsl19 [[group(0), binding(1)]] var<storage, read_write> src_storage : S;
21 [[group(0), binding(2)]] var<storage, read_write> dst : S;
23 [[group(0), binding(3)]] var<storage, read_write> dst_nested : S_nested;
/third_party/boost/boost/interprocess/detail/
Dmanaged_open_or_create_impl.hpp298 DeviceAbstraction tmp(create_only, id, read_write, size, perm); in create_device()
306 DeviceAbstraction tmp(create_only, id, read_write, perm); in create_device()
338 if(type == DoOpen && mode == read_write){ in priv_open_or_create()
339 DeviceAbstraction tmp(open_only, id, read_write); in priv_open_or_create()
378 DeviceAbstraction tmp(open_only, id, read_write); in priv_open_or_create()
406 mapped_region region(dev, read_write, 0, 0, addr); in priv_open_or_create()
456 … mapped_region region(dev, ronly ? read_only : (cow ? copy_on_write : read_write), 0, 0, addr); in priv_open_or_create()
/third_party/boost/boost/interprocess/sync/shm/
Dnamed_recursive_mutex.hpp125 ,read_write in shm_named_recursive_mutex()
136 ,read_write in shm_named_recursive_mutex()
145 ,read_write in shm_named_recursive_mutex()
Dnamed_semaphore.hpp90 ,read_write in shm_named_semaphore()
102 ,read_write in shm_named_semaphore()
112 ,read_write in shm_named_semaphore()
Dnamed_mutex.hpp133 ,read_write in shm_named_mutex()
144 ,read_write in shm_named_mutex()
153 ,read_write in shm_named_mutex()

12345678910>>...12