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

12

/barrelfish-master/lib/barrelfish/arch/x86/
H A Dtls.c31 struct thread *me = thread_self(); local
32 assert(me->tls_dtv != NULL); // TLS-using program
34 char *tls_block = me->tls_dtv->dtv[ti->ti_module - 1];
/barrelfish-master/usr/monitor/
H A Dmultihop_support.c574 struct multihop_monitor_bind_request_state *me = malloc( local
577 me->chan_state = chan_state;
578 me->iref = iref;
579 me->elem.cont = multihop_monitor_bind_request_busy_cont;
582 get_default_waitset(), &me->elem.queue);
697 struct multihop_bind_service_request_state *me = malloc( local
700 me->service_id = service_id;
701 me->chan_state = chan_state;
702 me->elem.cont = &multihop_bind_service_busy_cont;
705 get_default_waitset(), &me
785 struct multihop_intermon_bind_reply_state *me = malloc( local
890 struct multihop_monitor_bind_reply_state *me = malloc( local
1002 struct intermon_message_forwarding_state *me = malloc( local
1050 struct intermon_message_forwarding_state *me = malloc( local
1123 struct monitor_multihop_message_forwarding_state *me = malloc( local
1151 struct intermon_message_forwarding_state *me = malloc( local
1200 struct monitor_multihop_message_forwarding_state *me = malloc( local
1341 struct multihop_intermon_capability_forwarding_state *me = malloc( local
1388 struct multihop_intermon_capability_forwarding_state *me = local
1475 struct multihop_capability_forwarding_state *me = malloc( local
1495 struct multihop_intermon_capability_forwarding_state *me = malloc( local
1540 struct multihop_capability_forwarding_state *me = malloc( local
[all...]
H A Dmonitor_server.c114 struct alloc_iref_reply_state *me = local
116 assert(me != NULL);
119 me->args.service_id = service_id;
120 me->args.iref = iref;
121 me->args.err = reterr;
122 me->b = b;
123 me->elem.cont = alloc_iref_reply_handler;
126 get_default_waitset(), &me->elem.queue);
174 struct get_service_id_reply_state *me = local
176 assert(me !
256 struct bind_lmp_client_request_error_state *me = local
333 struct bind_lmp_service_request_state *me = local
467 struct bind_lmp_reply_client_state *me = local
573 struct new_monitor_binding_reply_state *me = local
[all...]
H A Dump_support.c83 struct bind_ump_request_state *me = local
86 me->args.iref = iref;
87 me->args.mon_id = conn_id;
88 me->args.channel_length_in = channel_length_in;
89 me->args.channel_length_out = channel_length_out;
90 me->frameid = frameid;
91 me->capability = capability;
92 me->mb = mb;
93 me->frame = frame;
94 me
224 struct bind_ump_reply_state *me = local
515 struct bind_ump_service_request_state *me = local
662 struct bind_ump_reply_client_state *me = local
[all...]
H A Dresource_ctrl.c109 struct send_phase_data_state *me = local
111 assert(me != NULL);
112 me->args.id = id;
113 me->elem.cont = send_phase_data_handler;
117 &me->elem.queue);
344 struct rsrc_phase_state *me = local
346 assert(me != NULL);
347 me->args.id = id;
348 me->args.phase = phase;
349 me
[all...]
H A Dinter.c96 struct boot_core_reply_state *me = local
98 assert(me != NULL);
99 me->args.err = error_code;
100 me->elem.cont = boot_core_reply_handler;
104 get_default_waitset(), &me->elem.queue);
190 struct cap_receive_request_state *me = local
192 assert(me != NULL);
193 me->args.conn_id = domain_id;
194 me->args.err = msgerr;
195 me
566 struct rsrc_timer_sync_state *me = local
[all...]
/barrelfish-master/lib/barrelfish/
H A Dthreads.c560 struct thread *me; local
562 __asm("movq %%fs:0, %0" : "=r" (me));
568 me = disp_gen->current;
572 return me;
594 struct thread *me = thread_self(); local
595 me->id = id;
600 struct thread *me = thread_self(); local
602 uint32_t outgoing_token = (uint32_t)((me->id << 16) |
603 (me->coreid << 24) | ((me
615 struct thread *me = thread_self(); local
628 struct thread *me = thread_self(); local
636 struct thread *me = thread_self(); local
646 struct thread *me = thread_self(); local
652 struct thread *me = thread_self(); local
709 struct thread *me = thread_self(); local
732 struct thread *me = disp_gen->current; local
796 struct thread *me = disp_gen->current; local
821 struct thread *me = thread_self(); local
933 struct thread *me = disp_gen->current; local
1345 struct thread *me = thread_self(); local
1351 struct thread *me = thread_self(); local
1361 struct thread *me = thread_self(); local
1367 struct thread *me = thread_self(); local
1387 struct thread *me = thread_self(); local
1414 struct thread *me = thread_self(); local
[all...]
H A Dwaitset.c177 struct thread *me = thread_self_disabled(); local
181 && waitset_can_receive(waitfor, me)) {
185 && waitset_can_receive(waitfor2, me)) {
193 if (waitset_can_receive(chan, me)) {
203 if (waitset_can_receive(chan, me)) {
289 struct waitset_chanstate *channel, struct thread *me)
288 find_recipient(struct waitset *ws, struct waitset_chanstate *channel, struct thread *me) argument
H A Ddebug.c125 struct thread *me = thread_self(); local
130 if (me) {
131 snprintf(id, sizeof(id), "%"PRIuPTR, thread_get_id(me));
/barrelfish-master/usr/monitor/arch/armv7/
H A Dmonitor_server.c56 struct ipi_alloc_notify_reply_state *me = local
58 assert(me != NULL);
59 me->args.state = state;
60 me->args.notify = notify_cap;
61 me->args.err = reterr;
62 me->elem.cont = ipi_alloc_notify_reply_handler;
64 get_default_waitset(), &me->elem.queue);
/barrelfish-master/usr/monitor/arch/armv8/
H A Dmonitor_server.c56 struct ipi_alloc_notify_reply_state *me = local
58 assert(me != NULL);
59 me->args.state = state;
60 me->args.notify = notify_cap;
61 me->args.err = reterr;
62 me->elem.cont = ipi_alloc_notify_reply_handler;
64 get_default_waitset(), &me->elem.queue);
/barrelfish-master/usr/monitor/arch/x86/
H A Dmonitor_server.c56 struct ipi_alloc_notify_reply_state *me = local
58 assert(me != NULL);
59 me->args.state = state;
60 me->args.notify = notify_cap;
61 me->args.err = reterr;
62 me->elem.cont = ipi_alloc_notify_reply_handler;
64 get_default_waitset(), &me->elem.queue);
/barrelfish-master/lib/debug_log/
H A Ddebug_log.c17 struct thread *me = thread_self(); local
23 if (me)
24 snprintf(id, sizeof(id), "%"PRIuPTR, thread_get_id(me));
41 struct thread *me = thread_self(); local
47 if (me)
48 snprintf(id, sizeof(id), "%"PRIuPTR, thread_get_id(me));
/barrelfish-master/lib/bulk_transfer/backends/sm/
H A Dchannel.c190 struct bulk_sm_properties me = { local
203 if (me.role == BULK_ROLE_GENERIC) {
205 me.role = BULK_ROLE_MASTER;
208 me.role = bulk_role_other(peer.role);
212 peer.role = bulk_role_other(me.role);
214 valid = valid && (me.role == bulk_role_other(peer.role));
218 valid = valid && (bulk_trust_compare(me.trust, peer.trust) == 0);
223 channel->role = me.role;
/barrelfish-master/lib/bomp/
H A Domp.c750 void *me = bomp_get_icv_task(); local
752 if (nlock->owner != me) {
758 nlock->owner = me;
809 void *me = bomp_get_icv_task(); local
811 if (nlock->owner != me) {
820 nlock->owner = me;
/barrelfish-master/tools/fof/
H A DIntroLanguage.tex3 \epigraph{Give me back that Filet-O-Fish, Give me back that Filet-O-Fish, \ldots}%
/barrelfish-master/usr/tests/mt_waitset/
H A Dmain.c175 int i, j, k, me; local
183 me = i;
202 debug_printf("%s: binding:%p %08x %08x %d %d %016lx:%d\n", __func__, b, i2, b->incoming_token, k, j, response[0], me);
239 *o2 = me;
/barrelfish-master/usr/tests/rpc_cap_test/
H A Drpc_cap_test.c30 struct thread *me = thread_self(); local
36 if (me)
37 snprintf(id, sizeof(id), "%"PRIuPTR, thread_get_id(me));
/barrelfish-master/lib/tweed/
H A Dtweed.c255 struct worker_desc * me = (struct worker_desc *) thread_get_tls(); local
264 tweed_task_func_t func = steal_task(stolenTask, me);
/barrelfish-master/usr/pci/
H A Dpci_service.c226 struct pci_get_bar_cap_response__tx_args *me = malloc(sizeof(*me)); local
227 assert(me != NULL);
228 me->err = err;
229 me->cap = cap;
230 me->type = type;
231 me->bar_nr = bar_nr;
232 st->cont_st = me;
/barrelfish-master/usr/eclipseclp/CPViz/viztool/src/components/
H A DMyInternalFrame.java74 MyActionListener(MyInternalFrame me){ argument
76 Me = me;
/barrelfish-master/usr/eclipseclp/config/
H A Dconfig.guess41 me=`echo "$0" | sed -e 's,.*/,,'`
46 Output the configuration name of the system \`$me' is run on.
67 Try \`$me --help' for more information."
83 echo "$me: invalid option $1$help" >&2
91 echo "$me: too many arguments$help" >&2
114 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
H A Dconfig.sub60 me=`echo "$0" | sed -e 's,.*/,,'`
86 Try \`$me --help' for more information."
102 echo "$me: invalid option $1$help"
116 0) echo "$me: missing argument$help" >&2
119 *) echo "$me: too many arguments$help" >&2
/barrelfish-master/usr/eclipseclp/Usc/src/
H A Dconfigure681 choke me
/barrelfish-master/lib/thc/
H A Dthc.c1128 int me = ++idle_ct; local
1143 if (me != idle_ct) {

Completed in 210 milliseconds

12