Searched refs:ints (Results 1 – 1 of 1) sorted by relevance
108 int ints[INIT_INT_MAX]; in __spawni() local330 memset (ints, 0, sizeof ints); in __spawni()331 ints[INIT_UMASK] = _hurd_umask; in __spawni()332 ints[INIT_TRACEMASK] = _hurdsig_traced; in __spawni()341 ints[INIT_SIGMASK] = ss->blocked; in __spawni()342 ints[INIT_SIGPENDING] = 0; in __spawni()343 ints[INIT_SIGIGN] = 0; in __spawni()351 ints[INIT_SIGIGN] |= __sigmask (i); in __spawni()366 ints[INIT_SIGMASK] = attrp->__ss; in __spawni()803 ints, INIT_INT_MAX, in __spawni()[all …]
Completed in 3 milliseconds