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

/barrelfish-master/usr/examples/xmpl-thread/
H A Dthread-minimal.c37 struct thread *t_id = thread_create(my_thread, NULL); local
38 if (t_id == NULL) {
43 err = thread_join(t_id, &ret);
H A Dthread.c26 struct thread *t_id; member in struct:my_thread_data
85 t_data[i].t_id = thread_create(my_thread, &(t_data[i]));
86 if (t_data[i].t_id == NULL) {
108 err = thread_join(t_data[i].t_id, &(t_data[i].ret));

Completed in 38 milliseconds