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