Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 8 of 8) sorted by relevance

/system/extras/alloc-stress/
Dmem-pressure.cpp23 void add_pressure(size_t* shared, size_t size, size_t step_size, size_t duration, in add_pressure()
55 size_t* shared; in main() local
/system/libprocinfo/include/procinfo/
Dprocess_map.h40 bool shared; member
93 uint64_t& pgoff, ino_t& inode, char** name, bool& shared, char** next_line) { in ParseMapsFileLine()
184 bool shared; in ReadMapFileContent() local
208 bool shared; in ReadMapFileContent() local
/system/bt/gd/rust/link/src/acl/classic/
Dmod.rs60 shared: Arc<Mutex<ConnectionShared>>, field
91 shared: Arc<Mutex<ConnectionShared>>, field
194 let shared = Arc::new(Mutex::new(ConnectionShared { role })); in provide_acl_manager() localVariable
/system/memory/libmemunreachable/tests/
DAllocator_test.cpp158 TEST_F(AllocatorTest, shared) { in TEST_F() argument
/system/libprocinfo/
Dprocess_map_test.cpp96 const char* name, bool shared) { in VerifyReadMapFileAsyncSafe()
/system/memory/libmeminfo/
Dprocmeminfo.cpp228 uint64_t pgoff, ino_t inode, const char* name, bool shared) { in ForEachVmaFromMaps()
/system/bt/gd/os/linux_generic/
Dqueue_unittest.cc692 std::shared_ptr<std::string> shared = std::make_shared<std::string>(valid); in TEST_F() local
696 [](Queue<std::string>* queue, std::shared_ptr<std::string> shared) { in TEST_F()
/system/bt/gd/hci/
Dhci_layer_test.cc117 auto shared = std::make_shared<std::vector<uint8_t>>(data); in GetPacketView() local