Home
last modified time | relevance | path

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

/hurd/
A Dhurdsig.c149 struct hurd_sigstate **ssp, *ss; in libc_hidden_def() local
152 for (ssp = &_hurd_sigstates; *ssp; ssp = &(*ssp)->next) in libc_hidden_def()
153 if ((*ssp)->thread == thread) in libc_hidden_def()
156 ss = *ssp; in libc_hidden_def()
158 *ssp = ss->next; in libc_hidden_def()

Completed in 6 milliseconds