Searched refs:thread_self (Results 1 - 25 of 25) sorted by relevance

/barrelfish-2018-10-04/usr/tests/spantest/
H A Dexit.c26 debug_printf("domain_init_done t:%p\n", thread_self());
31 debug_printf("start_thread t:%p\n", thread_self());
38 debug_printf("program started. Main thread is t:%p\n", thread_self());
H A Dinterleaved.c25 debug_printf("domain_init_done t:%p\n", thread_self());
30 debug_printf("start_thread t:%p\n", thread_self());
38 debug_printf("program started. Main thread is t:%p\n", thread_self());
/barrelfish-2018-10-04/lib/barrelfish/arch/x86/
H A Dtls.c31 struct thread *me = thread_self();
/barrelfish-2018-10-04/lib/bomp_new/
H A Domp.c672 if (nlock->owner != thread_self()) {
674 nlock->owner = thread_self();
720 if (nlock->owner != thread_self()) {
724 nlock->owner = thread_self();
H A Dbomp_init.c111 tls->self = thread_self();
H A Dbomp_thread.c356 tls->self = thread_self();
H A Dbomp_node.c348 tls->self = thread_self();
/barrelfish-2018-10-04/lib/barrelfish/
H A Dthreads.c553 struct thread *thread_self(void) function
579 return thread_self()->id;
589 struct thread *me = thread_self();
595 struct thread *me = thread_self();
610 struct thread *me = thread_self();
618 return thread_self()->token;
623 struct thread *me = thread_self();
631 struct thread *me = thread_self();
641 struct thread *me = thread_self();
647 struct thread *me = thread_self();
[all...]
H A Ddebug.c113 struct thread *me = thread_self();
H A Dflounder_support.c73 wc->wait_for = thread_self(); // only by our thread
H A Ddomain.c233 errval_t err = thread_detach(thread_self());
916 assert(thread == thread_self());
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dlu.c187 errval_t err = thread_detach(thread_self());
/barrelfish-2018-10-04/usr/tests/mt_waitset/
H A Dmain.c62 uint32_t i1 = my_core_id << 8 | thread_self()->id;
63 uint64_t mmm = ((uint64_t)my_core_id << 56) | ((uint64_t)thread_self()->id << 48);
163 if (thread_self() == threads[i]) {
235 threads[i] = thread_self();
293 threads[0] = thread_self();
/barrelfish-2018-10-04/lib/debug_log/
H A Ddebug_log.c17 struct thread *me = thread_self();
41 struct thread *me = thread_self();
/barrelfish-2018-10-04/lib/tweed/
H A Dtweed.c54 workers[id].worker_thr = thread_self();
77 errval_t err = thread_detach(thread_self());
81 workers[id].worker_thr = thread_self();
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dbomp_shared.c66 thread_detach(thread_self());
152 thread_detach(thread_self());
247 bomp_st->backend.get_thread = (backend_get_thread_fn_t) thread_self;
H A Dbomp_exclusive.c166 xomp_st->backend.get_thread = (backend_get_thread_fn_t)thread_self;
H A Dxomp_worker.c707 tlsinfo->thr = thread_self();
/barrelfish-2018-10-04/include/barrelfish/
H A Dthreads.h41 struct thread *thread_self(void);
/barrelfish-2018-10-04/lib/lwip/src/
H A Dsys_arch.c101 struct thread *self = thread_self(); // current thread
/barrelfish-2018-10-04/lib/lwip2/src/
H A Dsys_arch.c111 struct thread *self = thread_self(); // current thread
/barrelfish-2018-10-04/usr/tests/rpc_cap_test/
H A Drpc_cap_test.c30 struct thread *me = thread_self();
/barrelfish-2018-10-04/lib/phoenix/
H A Dmap_reduce.c744 env->tinfo[thread_index].tid = thread_self();
947 env->tinfo[thread_index].tid = thread_self();
1018 env->tinfo[thread_index].tid = thread_self();
1740 mytid = thread_self();
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpthreads.c164 myself->thread = thread_self();
/barrelfish-2018-10-04/usr/acpi/
H A Dacpica_osglue.c1441 return (ACPI_THREAD_ID)(uintptr_t)thread_self();

Completed in 358 milliseconds