Searched defs:pthread_control_block (Results 1 – 1 of 1) sorted by relevance
298 typedef struct pthread_control_block struct301 TX_THREAD thread_info;303 pthread_t pthreadID;305 UINT in_use;307 ULONG pthread_flags; 308 INT detach_state; 309 INT inherit_sched;310 INT sched_policy;311 struct sched_param sched_attr;312 VOID *stack_address;[all …]