OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:print_once
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/usr.bin/c++/
t_call_once2.sh
104
void
print_once
(void) { std::call_once(flag, [](){ std::cout << "hello, " << std::flush; }); }
111
threads[i] = std::thread(
print_once
);
136
void
print_once
(void) { std::call_once(flag, [](){ std::cout << "hello, " << std::flush; }); }
143
threads[i] = std::thread(
print_once
);
180
void
print_once
(void) { std::call_once(flag, [](){ std::cout << "hello, " << std::flush; }); }
187
threads[i] = std::thread(
print_once
);
217
void
print_once
(void) { std::call_once(flag, [](){ std::cout << "hello, " << std::flush; }); }
224
threads[i] = std::thread(
print_once
);
271
void
print_once
(void) { std::call_once(flag, [](){ std::cout << "hello, " << std::flush; }); }
278
threads[i] = std::thread(
print_once
);
[
all
...]
/src/sys/dev/pci/
if_enavar.h
207
bool
print_once
;
member in struct:ena_tx_buffer
if_ena.c
1210
bool
print_once
= true;
local in function:ena_free_tx_bufs
1219
if (
print_once
) {
1223
print_once
= false;
2895
tx_info->
print_once
= true;
3434
if (!tx_buf->
print_once
)
3439
tx_buf->
print_once
= true;
Completed in 14 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025