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

12

/barrelfish-2018-10-04/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-2018-10-04/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 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
332 struct bind_ump_service_request_state *me = local
479 struct bind_ump_reply_client_state *me = local
[all...]
H A Dmonitor_server.c112 struct alloc_iref_reply_state *me = local
114 assert(me != NULL);
117 me->args.service_id = service_id;
118 me->args.iref = iref;
119 me->args.err = reterr;
120 me->b = b;
121 me->elem.cont = alloc_iref_reply_handler;
124 get_default_waitset(), &me->elem.queue);
172 struct get_service_id_reply_state *me = local
174 assert(me !
254 struct bind_lmp_client_request_error_state *me = local
331 struct bind_lmp_service_request_state *me = local
465 struct bind_lmp_reply_client_state *me = local
571 struct new_monitor_binding_reply_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-2018-10-04/lib/barrelfish/
H A Dthreads.c555 struct thread *me; local
557 __asm("movq %%fs:0, %0" : "=r" (me));
563 me = disp_gen->current;
567 return me;
589 struct thread *me = thread_self(); local
590 me->id = id;
595 struct thread *me = thread_self(); local
597 uint32_t outgoing_token = (uint32_t)((me->id << 16) |
598 (me->coreid << 24) | ((me
610 struct thread *me = thread_self(); local
623 struct thread *me = thread_self(); local
631 struct thread *me = thread_self(); local
641 struct thread *me = thread_self(); local
647 struct thread *me = thread_self(); local
704 struct thread *me = thread_self(); local
723 struct thread *me = disp_gen->current; local
787 struct thread *me = disp_gen->current; local
812 struct thread *me = thread_self(); local
924 struct thread *me = disp_gen->current; local
1331 struct thread *me = thread_self(); local
1337 struct thread *me = thread_self(); local
1347 struct thread *me = thread_self(); local
1353 struct thread *me = thread_self(); local
1373 struct thread *me = thread_self(); local
1400 struct thread *me = thread_self(); local
[all...]
H A Ddebug.c113 struct thread *me = thread_self(); local
119 if (me) {
120 snprintf(id, sizeof(id), "%"PRIuPTR, thread_get_id(me));
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
/barrelfish-2018-10-04/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-2018-10-04/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-2018-10-04/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-2018-10-04/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-2018-10-04/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-2018-10-04/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-2018-10-04/usr/pci/
H A Dpci_service.c147 struct pci_get_bar_cap_response__tx_args *me = malloc(sizeof(*me)); local
148 assert(me != NULL);
149 me->err = err;
150 me->cap = cap;
151 me->type = type;
152 me->bar_nr = bar_nr;
153 st->cont_st = me;
/barrelfish-2018-10-04/tools/fof/
H A DIntroLanguage.tex3 \epigraph{Give me back that Filet-O-Fish, Give me back that Filet-O-Fish, \ldots}%
/barrelfish-2018-10-04/usr/tests/mt_waitset/
H A Dmain.c157 int i, j, k, me; local
165 me = i;
184 debug_printf("%s: binding:%p %08x %08x %d %d %016lx:%d\n", __func__, b, i2, b->incoming_token, k, j, response[0], me);
212 *o2 = me;
/barrelfish-2018-10-04/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-2018-10-04/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-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DMyInternalFrame.java74 MyActionListener(MyInternalFrame me){ argument
76 Me = me;
/barrelfish-2018-10-04/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-2018-10-04/usr/eclipseclp/Usc/src/
H A Dconfigure681 choke me
/barrelfish-2018-10-04/lib/thc/
H A Dthc.c1128 int me = ++idle_ct; local
1143 if (me != idle_ct) {

Completed in 143 milliseconds

12