Searched defs:pthread_sigframe (Results 1 – 1 of 1) sorted by relevance
584 struct pthread_sigframe { struct585 int psf_valid;586 int psf_flags;587 int psf_cancelflags;588 int psf_interrupted;589 int psf_timeout;590 int psf_signo;591 enum pthread_state psf_state;592 union pthread_wait_data psf_wait_data;593 struct timespec psf_wakeup_time;[all …]