Searched defs:tls (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/lib/bomp_new/
H A Dbomp.c22 struct bomp_tls *tls = thread_get_tls(); local
126 struct bomp_tls *tls = thread_get_tls(); local
[all...]
H A Dbomp_init.c105 struct bomp_tls *tls = calloc(1, sizeof(struct bomp_tls)); local
[all...]
H A Dbomp_node.c337 struct bomp_tls *tls = calloc(1, sizeof(struct bomp_tls)); local
[all...]
H A Dbomp_thread.c277 struct bomp_tls *tls = thread_get_tls(); local
347 struct bomp_tls *tls = calloc(1, sizeof(struct bomp_tls)); local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/easy_tls/
H A Dtest.c46 int tls = 0; local
/barrelfish-2018-10-04/lib/libc/gen/
H A Dtls.c123 Elf_Addr **tls; local
138 Elf_Addr **tls; local
207 char *tls; local
280 void *tls; local
[all...]
/barrelfish-2018-10-04/lib/tweed/
H A Dtweed.c220 struct worker_desc * tls = (struct worker_desc *) thread_get_tls(); local
234 struct worker_desc * tls = (struct worker_desc *) thread_get_tls(); local
298 struct worker_desc * tls = (struct worker_desc *) thread_get_tls(); local
[all...]
/barrelfish-2018-10-04/lib/bomp/
H A Domp.c115 struct bomp_thread_local_data *tls = g_bomp_state->backend.get_tls(); local
/barrelfish-2018-10-04/lib/bomp_new/include/
H A Dbomp_internal.h64 struct bomp_tls *tls; member in struct:bomp_thread
81 struct bomp_tls *tls; ///< pointer to the thread local storage member in struct:bomp_node
152 struct bomp_tls *tls = thread_get_tls(); local
158 struct bomp_tls *tls = thread_get_tls(); local
164 struct bomp_tls *tls = thread_get_tls(); local
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dxomp_worker.c43 static void *tls; variable
H A Dxomp_master.c79 void *tls; ///< pointer to the thread local storage member in struct:xomp_worker
/barrelfish-2018-10-04/lib/phoenix/
H A Dmap_reduce.c179 struct tls { struct
233 struct tls *tls = calloc(1, sizeof(tls)); local
267 struct tls *tls = thread_get_tls(); local
341 struct tls *tls = thread_get_tls(); local
749 struct tls *tls = thread_get_tls(); local
952 struct tls *tls = thread_get_tls(); local
1029 struct tls *tls = thread_get_tls(); local
1914 struct tls *tls = thread_get_tls(); local
[all...]

Completed in 70 milliseconds