Searched refs:thread_status (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c76 - changing or reading thread_status's fields:
84 thread_status, field int status):
171 struct thread_status { struct
223 static struct thread_status *_alloc_thread_status(struct message_data *data,
226 struct thread_status *ret = (typeof(ret)) dm_malloc(sizeof(*ret));
248 static void _free_thread_status(struct thread_status *thread)
416 static int _fill_device_data(struct thread_status *ts)
459 static struct thread_status *_lookup_thread_status(struct message_data *data)
461 struct thread_status *thread;
494 struct thread_status *threa
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c1145 } thread_status; local
1147 thread_status.pr_count = 1;
1148 thread_status.status.pr_tid = pi->tid;
1149 win = (ioctl (pi->status_fd, PIOCTSTATUS, &thread_status) >= 0);
1152 memcpy (&pi->prstatus, &thread_status.status,

Completed in 30 milliseconds