Home
last modified time | relevance | path

Searched refs:get_current_thread (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/android/binder/
H A Dprocess.rs682 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread() method
1593 let thread = this.get_current_thread()?; in ioctl_write_only()
1620 uapi::BINDER_WRITE_READ => this.get_current_thread()?.write_read(data, blocking)?, in ioctl_write_read()
1626 this.get_current_thread()?.get_extended_error(data)? in ioctl_write_read()
1721 let thread = this.get_current_thread()?; in poll()