We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65c049 commit 8d361edCopy full SHA for 8d361ed
components/lwp/lwp.h
@@ -202,7 +202,7 @@ struct rt_lwp
202
struct rt_wqueue wait_queue; /**< wait queue for console */
203
struct tty_struct *tty; /**< Controlling terminal, NULL if no tty */
204
205
- struct lwp_avl_struct *address_search_head; /**< for addressed object fast search */
+ struct lwp_avl_struct *address_search_head; /**< for saving private futexes with a user-space address key */
206
char working_directory[DFS_PATH_MAX]; /**< Current working directory */
207
208
int debug; /**< Debug flag */
0 commit comments