Home
last modified time | relevance | path

Searched defs:__wakeup (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/x86/cpu/
Dwakeup.S18 .globl __wakeup symbol
19 __wakeup: label
/external/python/cpython3/Lib/asyncio/
Dtasks.py290 def __wakeup(self, future): member in Task