Home | History | Annotate | Download | only in base

Lines Matching defs:has_slots

66 //										  except that each signal, and each object that inherits has_slots, all
78 // This file has been modified such that has_slots and signalx do not have to be
80 // has_slots<single_threaded> and signal0<multi_threaded_local> or
81 // has_slots<multi_threaded_local> and signal0<single_threaded>.
82 // If has_slots is single threaded the user must ensure that it is not trying
462 class has_slots : public has_slots_interface, public mt_policy
469 has_slots()
474 has_slots(const has_slots& hs)
500 virtual ~has_slots()