Home
last modified time | relevance | path

Searched full:started (Results 1 – 25 of 1494) sorted by relevance

12345678910>>...60

/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DRangesAlgorithms.csv3 C++23,`find_last <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
4 C++23,`find_last_if <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
5 C++23,`find_last_if_not <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
6 C++23,`starts_with <https://wg21.link/P1659R3>`_,Unassigned,No patch yet,Not started
7 C++23,`ends_with <https://wg21.link/P1659R3>`_,Unassigned,No patch yet,Not started
8 C++23,`shift_left <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
9 C++23,`shift_right <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
10 C++23,`iota (algorithm) <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
11 C++23,`fold <https://wg21.link/p2322r5>`_,Unassigned,No patch yet,Not started
12 C++23,`contains <https://wg21.link/p2302r2>`_,Unassigned,No patch yet,Not started
H A DZipProjects.csv8 …tor.bool>`_, "[vector<bool>::reference] add const operator= overload", None, Hui Xie, |Not Started|
9 …ttps://wg21.link/iterator.concept.winc>`_, "Update weakly_comparable", None, Hui Xie, |Not Started|
15 | `zip_transform_view::sentinel`", Hui Xie, |Not Started|
16 ….link/range.zip.transform.iterator>`_, "zip_transform_view::iterator", None, Hui Xie, |Not Started|
17 ….link/range.zip.transform.sentinel>`_, "zip_transform_view::sentinel", None, Hui Xie, |Not Started|
19 | `adjacent_view::sentinel`", Hui Xie, |Not Started|
20 …://wg21.link/range.adjacent.iterator>`_, "adjacent_view::iterator", None, unassigned, |Not Started|
21 …://wg21.link/range.adjacent.sentinel>`_, "adjacent_view::sentinel", None, unassigned, |Not Started|
23 | `adjacent_transform_view::sentinel`", Hui Xie, |Not Started|
24 …e.adjacent.transform.iterator>`_, "adjacent_transform_view::iterator", None, Hui Xie, |Not Started|
[all …]
H A DRangesViews.csv25 C++23,`repeat <https://wg21.link/P2474R2>`_,Unassigned,No patch yet,Not started
26 C++23,`cartesian_product <https://wg21.link/P2374R4>`_,Unassigned,No patch yet,Not started
28 C++23,`zip_transform <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
29 C++23,`adjacent <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
30 C++23,`adjacent_transform <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
31 C++23,`join_with <https://wg21.link/P2441R2>`_,Unassigned,No patch yet,Not started
32 C++23,`slide <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
33 C++23,`chunk <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
34 C++23,`chunk_by <https://wg21.link/P2443R1>`_,Unassigned,No patch yet,Not started
35 C++23,`as_const <https://wg21.link/P2278R4>`_,Unassigned,No patch yet,Not started
[all …]
H A DSpaceshipProjects.csv34 …ry.cmp] <https://wg21.link/stacktrace.entry.cmp>`_,| stacktrace_entry,None,Unassigned,|Not Started|
35 …tps://wg21.link/stacktrace.basic.cmp>`_,| basic_stacktrace,[alg.three.way],Unassigned,|Not Started|
39 …eral <https://wg21.link/container.opt.reqmts>`_),| deque,[expos.only.func],Unassigned,|Not Started|
40 …ttps://wg21.link/container.opt.reqmts>`_),| forward_list,[expos.only.func],Unassigned,|Not Started|
41 …neral <https://wg21.link/container.opt.reqmts>`_),| list,[expos.only.func],Unassigned,|Not Started|
44 | multimap",[expos.only.func],Unassigned,|Not Started|
46 | set",[expos.only.func],Unassigned,|Not Started|
47 | `[queue.ops] <https://wg21.link/queue.ops>`_,| queue,None,Unassigned,|Not Started|
48 | `[stack.ops] <https://wg21.link/stack.ops>`_,| stack,None,Unassigned,|Not Started|
50 …iter.op.comp] <https://wg21.link/move.iter.op.comp>`_,| move_iterator,None,Unassigned,|Not Started|
[all …]
H A DRangesMajorFeatures.csv2 C++23,`ranges::to <https://wg21.link/P1206R7>`_,Unassigned,No patch yet,Not started
3 …t for user-defined range adaptors <https://wg21.link/P2387R3>`_,Unassigned,No patch yet,Not started
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dcxa_vec.C60 static bool started = false; in test0() local
62 if (!started) in test0()
64 started = true; in test0()
93 static bool started = false; in test1() local
95 if (!started) in test1()
97 started = true; in test1()
127 static bool started = false; in test2() local
129 if (!started) in test2()
131 started = true; in test2()
161 static bool started = false; in test3() local
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dfree.t62 my ($COUNT, $STARTED) :shared;
68 $q->enqueue($tid, "Thread $tid started");
72 lock($STARTED);
73 $STARTED++;
74 $id = $STARTED;
76 if ($STARTED < 5) {
100 $STARTED = 0;
125 $q->enqueue($tid, "Thread $tid started");
128 lock($STARTED);
129 $STARTED++;
[all …]
/openbsd-src/lib/libsndio/
H A Dsio.c85 hdl->started = 0; in _sio_create()
108 if (hdl->started) { in sio_start()
109 DPRINTF("sio_start: already started\n"); in sio_start()
125 hdl->started = 1; in sio_start()
138 if (!hdl->started) { in sio_stop()
139 DPRINTF("sio_stop: not started\n"); in sio_stop()
149 hdl->started = 0; in sio_stop()
160 if (!hdl->started) { in sio_flush()
161 DPRINTF("sio_flush: not started\n"); in sio_flush()
171 hdl->started = 0; in sio_flush()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp762 "STARTED 0 1000\n" in TEST()
764 "STARTED 1 1001\n" in TEST()
766 "STARTED 2 1002\n" in TEST()
784 "STARTED 0 1000\n" in TEST()
787 "STARTED 1 1001\n" in TEST()
803 "STARTED 0 1000\n" in TEST()
806 "STARTED 1 1001\n" in TEST()
809 "STARTED 2 1002\n" in TEST()
834 "STARTED 0 1000\n" in TEST()
836 "STARTED 1 1001\n" in TEST()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp55 bool Started = false; in printDiagnosticOptions() local
76 Started = true; in printDiagnosticOptions()
81 OS << (Started ? "," : " [") in printDiagnosticOptions()
86 Started = true; in printDiagnosticOptions()
95 OS << (Started ? "," : " ["); in printDiagnosticOptions()
96 Started = true; in printDiagnosticOptions()
105 if (Started) in printDiagnosticOptions()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dstep2.exp58 -re "The program .* has been started already.*y or n. $" {
64 fail "thread1 started"
68 pass "thread1 started"
75 fail "thread2 started"
79 pass "thread2 started"
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Ddont_overwrite_die_handler.t14 my $started = 0;
17 $SIG{__DIE__} = sub { $handler_called++; cluck 'Died early!' unless $started };
22 $started = 1;
/openbsd-src/lib/libssl/man/
H A DSSL_CTX_sess_number.399 returns the number of started SSL/TLS handshakes in client mode.
105 returns the number of started renegotiations in client mode.
108 returns the number of started SSL/TLS handshakes in server mode.
114 returns the number of started renegotiations in server mode.
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp105 Started, enumerator
141 state_ = thread_ ? State::Started : State::Failed; in NewWorkNotify()
143 if (state_ == State::Started) { in NewWorkNotify()
152 VPrintf(1, "%s: StackDepot compression thread started\n", SanitizerToolName); in Run()
161 if (state_ != State::Started) in Stop()
175 if (state_ != State::Started) in LockAndStop()
H A Dsanitizer_common_libcdep.cpp28 VPrintf(1, "%s: Started BackgroundThread\n", SanitizerToolName); in BackgroundThread()
93 static bool started = false; in MaybeStartBackgroudThread() local
94 if (!started) { in MaybeStartBackgroudThread()
95 started = true; in MaybeStartBackgroudThread()
105 // Here we don't mind if thread is started on later stages.
/openbsd-src/regress/usr.sbin/syslogd/
H A Dargs-sendsyslog-dropped.pl2 # The client writes one message before and one after syslogd is started.
26 ${$self->{syslogd}}->loggrep(qr/syslogd: started/, 5)
27 or die ref($self), " syslogd started not in syslogd.log";
H A Dargs-nofile-sighup.pl17 ${$self->{syslogd}}->loggrep("syslogd: started", 5)
18 or die ref($self), " no 'syslogd: started' in log";
30 qr/syslogd: started/ => 1,
H A Dargs-sendsyslog-nostash.pl3 # The client writes one message before and one after syslogd is started.
34 ${$self->{syslogd}}->loggrep(qr/syslogd: started/, 5)
35 or die ref($self), " syslogd started not in syslogd.log";
H A Dargs-sendsyslog-logstash.pl3 # The client writes one message before and one after syslogd is started.
24 ${$self->{syslogd}}->loggrep(qr/syslogd: started/, 5)
25 or die ref($self), " syslogd started not in syslogd.log";
/openbsd-src/bin/csh/USD.doc/
H A Dcsh.239 When you login, the shell is started by the system in your
226 you have started the shell, they will not necessarily be found by the shell.
384 command which started with the letter `c'. If there were other
596 at the end of the commands, then the job is started as a
659 started.
668 is started, it is assigned a small identifying
675 When a job is started in the background using `&', its number, as well
686 Since the `&' was at the end of the line, these two programs were started
689 of each program started in the job. Then the shell immediately prompts for
699 any further progress until started again, either in the foreground
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackLifetime.cpp251 BitVector Started, Ended; in calculateLiveIntervals() local
252 Started.resize(NumAllocas); in calculateLiveIntervals()
260 Started.set(AllocaNo); in calculateLiveIntervals()
271 if (!Started.test(AllocaNo)) { in calculateLiveIntervals()
272 Started.set(AllocaNo); in calculateLiveIntervals()
277 if (Started.test(AllocaNo)) { in calculateLiveIntervals()
279 Started.reset(AllocaNo); in calculateLiveIntervals()
286 if (Started.test(AllocaNo)) in calculateLiveIntervals()
/openbsd-src/usr.sbin/lpr/SMM.doc/
H A D7.t63 This usually means the printer server started at
150 If not, the local daemon should be aborted and started with
185 prints that the daemon cannot be started.
216 reports that the daemon cannot be started.
/openbsd-src/sbin/ldattach/
H A Dldattach.8132 is started from the command line;
133 when started using
141 was not started by
/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd_iface.c307 npppd_iface_log(_this, LOG_INFO, "Started pppx"); in npppd_iface_start()
309 npppd_iface_log(_this, LOG_INFO, "Started ip4addr=%s", in npppd_iface_start()
314 _this->started = 1; in npppd_iface_start()
345 _this->started = 0; in npppd_iface_stop()
418 /* output via MPPE if MPPE started */ in npppd_iface_network_input_delegate()
422 /* in case MPPE not started but MPPE is mandatory, */ in npppd_iface_network_input_delegate()
486 /* output via MPPE if MPPE started */ in npppd_iface_network_input_ipv4()
490 /* in case MPPE not started but MPPE is mandatory */ in npppd_iface_network_input_ipv4()
492 "but MPPE is not started."); in npppd_iface_network_input_ipv4()
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dkill0_child4 # process that all PIDs are started in the process tree.
9 system('echo outer child started > "'.$ARGV[0].'"');

12345678910>>...60