Home
last modified time | relevance | path

Searched refs:SV_key (Results 1 – 14 of 14) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DSvar_DB.hh48 Svar_record_P(SV_key key);
96 static void retract_var(SV_key key);
99 static const uint32_t * get_svar_name(SV_key key) in get_svar_name()
105 static AP_num3 find_offering_id(SV_key key);
117 static SV_Coupling get_coupling(SV_key key) in get_coupling()
123 static Svar_Control get_control(SV_key key) in get_control()
132 static Svar_state get_state(SV_key key) in get_state()
139 static bool is_ws_to_ws(SV_key key) in is_ws_to_ws()
145 static bool may_set(SV_key key, int attempt);
148 static bool may_use(SV_key key, int attempt);
[all …]
H A DSvar_DB.cc300 Svar_record_P::Svar_record_P(SV_key key) in Svar_record_P()
346 SV_key
383 SV_key
443 Svar_DB::set_control(SV_key key, Svar_Control ctl) in set_control()
452 Svar_DB::set_state(SV_key key, bool used, const char * loc) in set_state()
462 Svar_DB::may_set(SV_key key, int attempt) in may_set()
485 Svar_DB::may_use(SV_key key, int attempt) in may_use()
516 Svar_DB::retract_var(SV_key key) in retract_var()
525 Svar_DB::find_offering_id(SV_key key) in find_offering_id()
635 SV_key
[all …]
H A DSymbol.hh59 ValueStackItem(SV_key key) : name_class(NC_SHARED_VAR) in ValueStackItem()
76 SV_key sv_key; ///< if \b Symbol is a shared variable
131 void share_var(SV_key key);
200 SV_key get_SV_key() const;
203 void set_SV_key(SV_key key);
H A DQuad_SVx.cc70 TCP_socket get_TCP_for_key(SV_key key) in get_TCP_for_key()
205 const SV_key key = sym->get_SV_key(); in eval_AB()
237 const SV_key key = sym->get_SV_key(); in eval_B()
287 SV_key key = Svar_DB::get_events(events, ProcessorID::get_id()); in get_apl_value()
378 const SV_key key = sym->get_SV_key(); in eval_AB()
388 const SV_key key = share_one_variable(proc, vname, coupling); in eval_AB()
401 SV_key
425 const SV_key key = Svar_DB::match_or_make(vname, to_proc, from); in share_one_variable()
486 const SV_key key = sym->get_SV_key(); in eval_B()
725 const SV_key key = sym->get_SV_key(); in eval_B()
H A DSvar_record.hh101 typedef uint64_t SV_key; typedef
179 extern TCP_socket get_TCP_for_key(SV_key key);
187 SV_key key;
H A DQuad_SVx.hh107 SV_key share_one_variable(AP_num proc, const uint32_t * vname,
H A DSymbol.cc537 SV_key
542 if (value_stack.back().name_class != NC_SHARED_VAR) return SV_key(0); in get_SV_key()
548 Symbol::set_SV_key(SV_key key) in set_SV_key()
846 Symbol::share_var(SV_key key) in share_var()
885 const SV_key key = get_SV_key(); in unshare_var()
/dports/lang/gnu-apl/apl-1.8/src/APs/
H A DSvar_DB_server.hh36 SV_key match_or_make(const uint32_t * UCS_varname, const AP_num3 & to,
47 void add_event(SV_key key, AP_num3 proc, Svar_event event);
53 SV_key get_events(Svar_event & events, AP_num3 proc) const;
56 SV_key find_pairing_key(SV_key key) const;
75 Svar_record * find_var(SV_key key, const char * loc) const;
78 AP_num3 find_offering_id(SV_key key) const;
H A DSvar_DB_server.cc71 SV_key
93 Svar_DB_server::add_event(SV_key key, AP_num3 proc, Svar_event event) in add_event()
113 SV_key
114 Svar_DB_server::find_pairing_key(SV_key key) const in find_pairing_key()
132 Svar_DB_server::find_var(SV_key key, const char * loc) const in find_var()
152 Svar_DB_server::find_offering_id(SV_key key) const in find_offering_id()
271 SV_key
365 SV_key key = from.id.proc; key <<= 16; in create_offer()
H A DAPserver.cc90 key_value(SV_key k) in key_value()
95 SV_key key;
154 get_TCP_for_key(SV_key key) in get_TCP_for_key()
182 get_peer_fd(SV_key key, TCP_socket fd) in get_peer_fd()
204 get_peer_fd2(SV_key key, TCP_socket fd) in get_peer_fd2()
550 const SV_key key = db.get_events(events, ap3); in do_signal()
568 const SV_key key = request->get__ADD_EVENT__key(); in do_signal()
758 const SV_key key = request->get__MAY_USE__key(); in do_signal()
789 const SV_key key = request->get__MAY_SET__key(); in do_signal()
801 const SV_key key = request->get__GET_VALUE__key(); in do_signal()
[all …]
H A DAPmain.hh42 SV_key key; ///< the key for this shared variable in Svar_DB
63 extern void got_event(uint32_t event, SV_key key);
72 extern bool make_counter_offer(SV_key key);
H A DAPmain.cc93 add_var(SV_key key) in add_var()
176 get_TCP_for_key(SV_key key) in get_TCP_for_key()
309 const SV_key key = signal->get__MAKE_OFFER__key(); in main()
344 const SV_key key = signal->get__RETRACT_OFFER__key(); in main()
371 const SV_key key = signal->get__GET_VALUE__key(); in main()
403 const SV_key key = signal->get__ASSIGN_VALUE__key(); in main()
H A DAP100.cc147 make_counter_offer(SV_key key) in make_counter_offer()
H A DAP210.cc630 make_counter_offer(SV_key key) in make_counter_offer()
663 SV_key key_D = Svar_DB::find_pairing_key(var.key); in assign_value()