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.rs675 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread() method
1561 let thread = this.get_current_thread()?; in ioctl_write_only()
1587 let thread = this.get_current_thread()?; in ioctl_write_read()
1686 let thread = this.get_current_thread()?; in poll()