Home
last modified time | relevance | path

Searched defs:pthread_sigframe (Results 1 – 1 of 1) sorted by relevance

/trueos/lib/libkse/thread/
HDthr_private.h584 struct pthread_sigframe { struct
585 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 …]