Searched refs:thread_set_tls (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/include/barrelfish/
H A Dthreads.h69 void thread_set_tls(void *);
/barrelfish-2018-10-04/lib/bomp_new/
H A Dbomp_init.c129 thread_set_tls(tls);
H A Dbomp_thread.c387 thread_set_tls(tls);
H A Dbomp_node.c384 thread_set_tls(tls);
/barrelfish-2018-10-04/lib/tweed/
H A Dtweed.c60 thread_set_tls(&(workers[id]));
87 thread_set_tls( &(workers[id]));
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dbomp_exclusive.c168 xomp_st->backend.set_tls = thread_set_tls;
H A Dbomp_shared.c249 bomp_st->backend.set_tls = thread_set_tls;
/barrelfish-2018-10-04/lib/phoenix/
H A Dmap_reduce.c234 thread_set_tls(tls);
270 thread_set_tls(tls);
752 thread_set_tls(tls);
955 thread_set_tls(tls);
1032 thread_set_tls(tls);
1917 thread_set_tls(tls);
/barrelfish-2018-10-04/lib/thc/
H A Dthc.c1737 thread_set_tls((void*)st);
/barrelfish-2018-10-04/lib/barrelfish/
H A Dthreads.c1329 void thread_set_tls(void *p) function
1343 * \return User's pointer, previously passed to thread_set_tls()

Completed in 166 milliseconds