Home
last modified time | relevance | path

Searched refs:not_done (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/dports/devel/py-futurist/futurist-2.4.0/futurist/
H A Dwaiters.py78 return DoneAndNotDoneFutures(done, not_done)
160 not_done = set()
165 not_done.add(f)
166 return done, not_done
182 done, not_done = _partition_futures(fs)
189 for f in not_done:
194 done, not_done = _partition_futures(fs)
195 return DoneAndNotDoneFutures(done, not_done)
204 done, not_done = _partition_futures(fs)
215 done, not_done = _partition_futures(fs)
[all …]
/dports/lang/gcc9/gcc-9.4.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/devel/avr-gcc/gcc-10.2.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gcc11-devel/gcc-11-20211009/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gcc10-devel/gcc-10-20211008/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gcc12-devel/gcc-12-20211205/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/misc/cxx_atomics_pic/gcc-11.2.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gcc10/gcc-10.3.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gcc11/gcc-11.2.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gcc9-aux/gcc-9.1.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gcc9-devel/gcc-9-20211007/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gcc6-aux/gcc-6-20180516/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gnat_util/gcc-6-20180516/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gcc48/gcc-4.8.5/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/devel/mingw32-gcc/gcc-4.8.1/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/devel/riscv64-gcc/gcc-8.3.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/lang/gcc8/gcc-8.5.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/fixincludes/
H A Dgenfixes24 not_done=false
26 not_done=true
29 while $not_done
35 not_done=false
54 not_done=false
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/fixincludes/
H A Dgenfixes23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/engines/action_engine/
H A Dbuilder.py66 self.not_done = set()
72 for fut in self.not_done:
208 not_done, failures = do_schedule(memory.next_up)
209 if not_done:
210 memory.not_done.update(not_done)
213 memory.next_up.intersection_update(not_done)
271 if memory.not_done:
272 done, not_done = self._waiter(memory.not_done, timeout=timeout)
274 memory.not_done = not_done
308 elif memory.not_done:
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/fixinc/
H A Dgenfixes24 not_done=false
26 not_done=true
29 while $not_done
35 not_done=false
57 not_done=false

12345678910>>...22