Home
last modified time | relevance | path

Searched refs:Lock (Results 1 – 25 of 74) sorted by relevance

123

/openbmc/phosphor-user-manager/
H A Dshadowlock.hpp26 class Lock class
29 Lock(const Lock&) = delete;
30 Lock& operator=(const Lock&) = delete;
31 Lock(Lock&&) = delete;
32 Lock& operator=(Lock&&) = delete;
35 Lock() in Lock() function in phosphor::user::shadow::Lock
43 ~Lock() in ~Lock()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dshadowlock.hpp22 class Lock class
25 Lock(const Lock&) = delete;
26 Lock& operator=(const Lock&) = delete;
27 Lock(Lock&&) = delete;
28 Lock& operator=(Lock&&) = delete;
31 Lock() in Lock() function in phosphor::user::shadow::Lock
39 ~Lock() in ~Lock()
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_lock_management.robot28 Acquire Read Write Lock
31 [Template] Acquire Lock On Resource
42 Acquire Read Lock On Read Lock
45 [Template] Acquire Lock On Another Lock
51 Fail To Acquire Lock On Another Lock
54 [Template] Verify Acquire Lock Fails On Another Lock
62 Acquire Lock After Reboot
65 [Template] Verify Acquire Lock After Reboot
76 Acquire And Release Lock In Loop
79 [Template] Verify Acquire And Release Lock In Loop
[all …]
/openbmc/telemetry/src/utils/
H A Dunique_call.hpp12 struct Lock struct in utils::UniqueCall
20 auto l = std::make_shared<Lock>(); in operator ()()
27 std::weak_ptr<Lock> lock;
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/
H A D0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch2 From: Joshua Lock <josh@linux.intel.com>
12 Signed-off-by: Joshua Lock <josh@linux.intel.com>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/pptp-linux/
H A Doptions.pptp2 # Lock the port
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dtune-i586-nlp.inc11 TUNEVALID[i586-nlp] = "IA32 with Lock Prefix omitted"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Ddoc-fixes.patch5 Thanks to Joshua Lock for suggesting this approach.
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0004-Set-the-PID-Lock-path-for-samhain.pid.patch4 Subject: [PATCH] Set the PID Lock path for samhain.pid
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/
H A D0001-Fix-printing-64-bit-integer-types.patch24 mutex_.Lock();
/openbmc/telemetry/src/
H A Dsensor.hpp49 void async_read(std::shared_ptr<utils::UniqueCall::Lock>);
H A Dsensor.cpp46 void Sensor::async_read(std::shared_ptr<utils::UniqueCall::Lock> lock) in async_read()
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dserial.py8 from threading import Lock
56 self.mutex = Lock()
/openbmc/docs/designs/
H A Destoraged.md43 [Enabling SD/uSD Card Lock/Unlock Feature in Linux](https://media-www.micron.com/-/media/client/glo…
59 - Lock the device
90 - (method) Lock
153 And it provides several additional methods related to encryption: Lock, Unlock,
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Duievent.py25 self.eventQueueLock = threading.Lock()
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py102 self._idlefuncsLock = threading.Lock()
776 self.eventQueueLock = threading.Lock()
828 self.rlock = multiprocessing.Lock()
852 self.wlock = multiprocessing.Lock()
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.robot121 Get Lock Resource Information
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker26 from multiprocessing import Lock
239 worker_pipe_lock = Lock()
H A Dbitbake-hashclient110 lock = threading.Lock()
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf156 0x2c:0x24:0x7f7f //<Group Extension>:<Get MDR Region Lock>
323 0x3e:0x25:0x7f7f //<Intel Managed Data Region>:<BMC Region Lock>
328 0x3e:0x33:0xff7f //<Intel Managed Data Region>:<MDR2 Lock Data>
/openbmc/qemu/docs/devel/testing/
H A Dci-runners.rst.inc95 * Click on the "Edit" icon (next to the "Lock" Icon)
/openbmc/openbmc/meta-security/recipes-ids/samhain/
H A Dsamhain.inc15 file://0004-Set-the-PID-Lock-path-for-samhain.pid.patch \
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-unit-test-docker368 lock = threading.Lock()
/openbmc/u-boot/arch/arm/dts/
H A Dexynos5420-peach-pit.dts121 * 20000ppm/80000ppm. Lock out 2
/openbmc/boost-dbus/cmake/
H A DHunterGate.cmake207 hunter_gate_status_debug("Lock done")

123