Home
last modified time | relevance | path

Searched refs:Task_Typ (Results 101 – 110 of 110) sorted by relevance

12345

/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dgnat_rm.texi3943 task type Task_Typ is new Synch_Iface with
3945 end Task_Typ;
7939 task type Task_Typ (Name : access String) is
7941 end Task_Typ;
7943 task body Task_Typ is
7947 end Task_Typ;
7949 type Ptr_Task is access Task_Typ;
7954 new Task_Typ (new String'("This is task 1"));
7956 new Task_Typ (new String'("This is task 2"));
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dgnat_rm.texi4026 task type Task_Typ is new Synch_Iface with
4028 end Task_Typ;
8079 task type Task_Typ (Name : access String) is
8081 end Task_Typ;
8083 task body Task_Typ is
8087 end Task_Typ;
8089 type Ptr_Task is access Task_Typ;
8094 new Task_Typ (new String'("This is task 1"));
8096 new Task_Typ (new String'("This is task 2"));
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dgnat_rm.texi4147 task type Task_Typ is new Synch_Iface with
4149 end Task_Typ;
8237 task type Task_Typ (Name : access String) is
8239 end Task_Typ;
8241 task body Task_Typ is
8245 end Task_Typ;
8247 type Ptr_Task is access Task_Typ;
8252 new Task_Typ (new String'("This is task 1"));
8254 new Task_Typ (new String'("This is task 2"));
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dgnat_rm.texi3943 task type Task_Typ is new Synch_Iface with
3945 end Task_Typ;
7939 task type Task_Typ (Name : access String) is
7941 end Task_Typ;
7943 task body Task_Typ is
7947 end Task_Typ;
7949 type Ptr_Task is access Task_Typ;
7954 new Task_Typ (new String'("This is task 1"));
7956 new Task_Typ (new String'("This is task 2"));
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dgnat_rm.texi3943 task type Task_Typ is new Synch_Iface with
3945 end Task_Typ;
7939 task type Task_Typ (Name : access String) is
7941 end Task_Typ;
7943 task body Task_Typ is
7947 end Task_Typ;
7949 type Ptr_Task is access Task_Typ;
7954 new Task_Typ (new String'("This is task 1"));
7956 new Task_Typ (new String'("This is task 2"));
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dgnat_rm.texi4026 task type Task_Typ is new Synch_Iface with
4028 end Task_Typ;
8079 task type Task_Typ (Name : access String) is
8081 end Task_Typ;
8083 task body Task_Typ is
8087 end Task_Typ;
8089 type Ptr_Task is access Task_Typ;
8094 new Task_Typ (new String'("This is task 1"));
8096 new Task_Typ (new String'("This is task 2"));
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dgnat_rm.texi4126 task type Task_Typ is new Synch_Iface with
4128 end Task_Typ;
8127 task type Task_Typ (Name : access String) is
8129 end Task_Typ;
8131 task body Task_Typ is
8135 end Task_Typ;
8137 type Ptr_Task is access Task_Typ;
8142 new Task_Typ (new String'("This is task 1"));
8144 new Task_Typ (new String'("This is task 2"));
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dgnat_rm.texi4126 task type Task_Typ is new Synch_Iface with
4128 end Task_Typ;
8127 task type Task_Typ (Name : access String) is
8129 end Task_Typ;
8131 task body Task_Typ is
8135 end Task_Typ;
8137 type Ptr_Task is access Task_Typ;
8142 new Task_Typ (new String'("This is task 1"));
8144 new Task_Typ (new String'("This is task 2"));
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dgnat_rm.texi4126 task type Task_Typ is new Synch_Iface with
4128 end Task_Typ;
8127 task type Task_Typ (Name : access String) is
8129 end Task_Typ;
8131 task body Task_Typ is
8135 end Task_Typ;
8137 type Ptr_Task is access Task_Typ;
8142 new Task_Typ (new String'("This is task 1"));
8144 new Task_Typ (new String'("This is task 2"));
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dgnat_rm.texi4243 task type Task_Typ is new Synch_Iface with
4245 end Task_Typ;
8290 task type Task_Typ (Name : access String) is
8292 end Task_Typ;
8294 task body Task_Typ is
8298 end Task_Typ;
8300 type Ptr_Task is access Task_Typ;
8305 new Task_Typ (new String'("This is task 1"));
8307 new Task_Typ (new String'("This is task 2"));

12345