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

/barrelfish-master/usr/examples/xmpl-thread/
H A Dthread-minimal.c23 static int my_thread(void *data) function
25 printf("this is my_thread saying hello\n");
36 debug_printf("starting thread to run %p\n", my_thread);
37 struct thread *t_id = thread_create(my_thread, NULL);
H A Dthread.c34 static int my_thread(void *data) function
85 t_data[i].t_id = thread_create(my_thread, &(t_data[i]));

Completed in 28 milliseconds