Searched refs:thr (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/phoenix/
H A Dscheduler.c39 static int map_fill_strand(sched_policy* sp, int thr);
40 static int map_fill_core(sched_policy* sp, int thr);
41 static int map_fill_chip(sched_policy* sp, int thr);
73 int sched_thr_to_cpu(sched_policy* sp, int thr) argument
75 return sp->map(sp, thr);
78 static int map_fill_strand(sched_policy* sp, int thr) argument
81 return (thr % num_cpus);
84 static int map_fill_core(sched_policy* sp, int thr) argument
91 thr %= num_cpus;
92 core = thr
101 map_fill_chip(sched_policy* sp, int thr) argument
[all...]
H A Dscheduler.h44 int sched_thr_to_cpu(sched_policy* sp, int thr);
/barrelfish-master/lib/bomp/
H A Dbomp.c74 local->thr = g_bomp_state->backend.get_thread();
/barrelfish-master/lib/bomp/include/
H A Dbomp_internal.h69 void *thr; // thread reference member in struct:bomp_thread_local_data
/barrelfish-master/lib/bomp_new/include/
H A Dbomp_internal.h196 void *thr; // thread reference
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dspeed.c292 HANDLE thr; local
294 thr = CreateThread(NULL,4096,sleepy,NULL,0,NULL);
295 if (thr==NULL)
301 CloseHandle(thr); /* detach the thread */
/barrelfish-master/lib/bomp/backends/
H A Dxomp_worker.c707 tlsinfo->thr = thread_self();

Completed in 113 milliseconds