Searched refs:thread_create (Results 1 - 21 of 21) sorted by relevance

/barrelfish-2018-10-04/usr/tests/tls/
H A Dtls.c57 thread_create(thread_mod, (void *)1);
58 thread_create(thread_mod, (void *)2);
/barrelfish-2018-10-04/usr/tests/yield_test/
H A Dyield_test.c38 struct thread *t = thread_create(yield_thread, NULL);
44 struct thread *t = thread_create(worker_thread, NULL);
/barrelfish-2018-10-04/usr/examples/xmpl-thread/
H A Dthread-minimal.c37 struct thread *t_id = thread_create(my_thread, NULL);
H A Dthread.c85 t_data[i].t_id = thread_create(my_thread, &(t_data[i]));
/barrelfish-2018-10-04/usr/tests/fputest/
H A Dfputest.c64 thread_create(fpu_thread, (void *)(uintptr_t)i);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dworkqueue.h191 thread = thread_create(exec_work, wq);
/barrelfish-2018-10-04/include/barrelfish/
H A Dthreads.h35 struct thread *thread_create(thread_func_t start_func, void *data);
/barrelfish-2018-10-04/usr/tests/mt_waitset/
H A Dmain.c119 thread_create(client_thread, b);
261 thread_create(run_server, (void *)(uintptr_t)i);
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddomain.c161 newthread = thread_create(start_func, arg);
246 thread_create(span_slave_thread, NULL);
494 st->default_waitset_handler = thread_create(span_slave_thread, NULL);
731 interdisp_thread = thread_create(interdisp_msg_handler,
753 = thread_create(span_slave_thread, NULL);
953 th = thread_create(start_func, arg);
H A Dthreads.c62 /* This ought to be just a mutex. However, thread_create() is called on the
467 struct thread *thread_create(thread_func_t start_func, void *arg) function
1138 struct thread *thread = thread_create(main_thread, params);
/barrelfish-2018-10-04/lib/lwip/src/
H A Dsys_arch.c326 newthread->thread = thread_create((thread_func_t)thread, arg);
/barrelfish-2018-10-04/lib/lwip2/src/
H A Dsys_arch.c336 newthread->thread = thread_create((thread_func_t)thread, arg);
/barrelfish-2018-10-04/lib/phoenix/
H A Dtpool.c136 tpool->threads[i] = thread_create(thread_loop, &tpool->thread_args[i]);
/barrelfish-2018-10-04/lib/tweed/
H A Dtweed.c107 thread_create(&worker_run, data);
/barrelfish-2018-10-04/usr/tests/net-test/
H A Dnet-test.c165 t = thread_create(poll_loop, NULL);
/barrelfish-2018-10-04/usr/tests/net_tests/posix-sockets/
H A Dmain.c266 t = thread_create(poll_loop, NULL);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_netdev.c2594 thread = thread_create(mlx4_en_do_get_stats, priv);
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpty.c110 state->session_thread = thread_create(session_loop, state);
/barrelfish-2018-10-04/usr/acpi/
H A Dacpica_osglue.c1151 struct thread *thread = thread_create((thread_func_t)Function, Context);
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_e10k.c609 thread_create(recv_thread, bu);
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dguest.c964 struct thread *t = thread_create((thread_func_t)run_realmode, g);

Completed in 273 milliseconds