Home
last modified time | relevance | path

Searched refs:AP_FIRST_USER (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DSvar_record.cc123 if (get_coupling() != SV_COUPLED) return offering.id.proc >= AP_FIRST_USER; in is_ws_to_ws()
125 return offering.id.proc >= AP_FIRST_USER && in is_ws_to_ws()
126 accepting.id.proc >= AP_FIRST_USER; in is_ws_to_ws()
H A DProcessorID.cc71 for (AP_num proc = AP_FIRST_USER; ; proc = AP_num(proc + 1)) in init()
H A DAPL_types.hh501 AP_FIRST_USER = 1001, ///< the first AP for APL users enumerator
H A DQuad_SVx.cc410 if (to_ap && to_ap < AP_FIRST_USER) // to_proc is an AP in share_one_variable()
/dports/lang/gnu-apl/apl-1.8/src/APs/
H A DAPmain.cc255 if (ProcessorID::get_id().proc < AP_FIRST_USER) in main()
273 if (this_proc.id.proc < AP_FIRST_USER) in main()
H A DAPserver.cc251 if (id.proc >= AP_FIRST_USER) return; // not an AP in maybe_start_AP()
718 svar->offering.id.proc < AP_FIRST_USER) in do_signal()