Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codesire-Deng/co_context
/ functions
Functions
876 in github.com/Codesire-Deng/co_context
⨍
Functions
876
◇
Types & classes
349
↓ 2 callers
Function
fatal_error
One function that prints the system call and the error details and then exits with error code 1. Non-zero meaning things didn't go well. */
test/httpd.cpp:55
↓ 2 callers
Function
fatal_error
One function that prints the system call and the error details and then exits with error code 1. Non-zero meaning things didn't go well. */
test/httpd_MT.cpp:58
↓ 2 callers
Method
fd
extern/liburingcxx/include/uring/uring.hpp:119
↓ 2 callers
Function
find
test/mpl_type_list.cpp:84
↓ 2 callers
Method
get_free_sqe
lib/co_context/detail/worker_meta.cpp:91
↓ 2 callers
Function
handle_http_404
extern/liburingcxx/example/httpd.cpp:255
↓ 2 callers
Method
init
extern/liburingcxx/include/uring/uring.hpp:595
↓ 2 callers
Method
init
Must be called by corresponding thread.
lib/co_context/io_context.cpp:24
↓ 2 callers
Function
iota
example/iota.cpp:8
↓ 2 callers
Method
is_empty
include/co_context/detail/spsc_cursor.hpp:48
↓ 2 callers
Method
is_ready
\brief Query if the task result is complete. Awaiting a task that is ready will not block.
include/co_context/shared_task.hpp:341
↓ 2 callers
Method
listen_fd
include/co_context/net/acceptor.hpp:23
↓ 2 callers
Function
log_error
example/netcat_timeout.cpp:8
↓ 2 callers
Method
peek_uring
include/co_context/detail/worker_meta.hpp:259
↓ 2 callers
Method
poll_completion
include/co_context/detail/worker_meta.hpp:240
↓ 2 callers
Method
pop
include/co_context/detail/spsc_cursor.hpp:177
↓ 2 callers
Method
push
include/co_context/detail/spsc_cursor.hpp:169
↓ 2 callers
Function
recv_session
不断接收字节流并打印到stdout
example/netcat.cpp:8
↓ 2 callers
Function
recvmsg_name
extern/liburingcxx/include/uring/utility/io_helper.hpp:20
↓ 2 callers
Method
register_awaiting
lib/co_context/co/mutex.cpp:57
↓ 2 callers
Method
register_callback
include/co_context/co/stop_token.hpp:227
↓ 2 callers
Method
release_ownership
include/co_context/co/stop_token.hpp:146
↓ 2 callers
Function
rnd
example/sem_std.cpp:19
↓ 2 callers
Function
rnd
example/sem.cpp:22
↓ 2 callers
Method
run
include/co_context/co/stop_token.hpp:115
↓ 2 callers
Function
send_session
将键盘输入发送给对方
example/netcat.cpp:20
↓ 2 callers
Function
session
example/netcat_timeout.cpp:15
↓ 2 callers
Function
session
test/recv_perf.cpp:6
↓ 2 callers
Function
set_link_link_io
include/co_context/detail/lazy_io_awaiter.hpp:114
↓ 2 callers
Method
set_offset
extern/liburingcxx/include/uring/detail/sq.hpp:41
↓ 2 callers
Function
stateless_example
test/generator_test.cpp:249
↓ 2 callers
Method
stop_requested
include/co_context/co/stop_token.hpp:76
↓ 2 callers
Function
string_views
value_type = std::string_view reference = std::string_view&&
test/generator_test.cpp:142
↓ 2 callers
Function
strtolower
extern/liburingcxx/example/httpd.cpp:125
↓ 2 callers
Method
tail
include/co_context/detail/spsc_cursor.hpp:33
↓ 2 callers
Function
timeout_at
include/co_context/lazy_io.hpp:185
↓ 2 callers
Function
to_kernel_timespec
include/co_context/utility/time_cast.hpp:10
↓ 2 callers
Function
token_split
test/httpd.cpp:169
↓ 2 callers
Function
token_split
test/httpd_MT.cpp:172
↓ 2 callers
Function
write
include/co_context/lazy_io.hpp:355
↓ 1 callers
Function
ERR_PTR
extern/liburingcxx/include/uring/syscall.hpp:55
↓ 1 callers
Function
IO_URING_WRITE_ONCE
extern/liburingcxx/include/uring/barrier.h:28
↓ 1 callers
Function
__get_page_size
extern/liburingcxx/include/uring/arch/aarch64/lib.h:10
↓ 1 callers
Function
__sys_close
extern/liburingcxx/include/uring/arch/generic/syscall.h:93
↓ 1 callers
Function
__sys_io_uring_enter2
extern/liburingcxx/include/uring/arch/generic/syscall.h:24
↓ 1 callers
Function
__sys_io_uring_setup
extern/liburingcxx/include/uring/arch/syscall-defs.h:71
↓ 1 callers
Function
__sys_open
extern/liburingcxx/include/uring/arch/generic/syscall.h:43
↓ 1 callers
Function
__sys_read
extern/liburingcxx/include/uring/arch/generic/syscall.h:50
↓ 1 callers
Function
accept
include/co_context/lazy_io.hpp:256
↓ 1 callers
Function
add
example/mutex.cpp:10
↓ 1 callers
Function
add_read_request
extern/liburingcxx/example/httpd.cpp:202
↓ 1 callers
Function
always_ref_example
test/generator_test.cpp:88
↓ 1 callers
Function
any
include/co_context/co/when_any.hpp:150
↓ 1 callers
Function
as_buf
include/co_context/utility/as_buffer.hpp:11
↓ 1 callers
Method
available_number
include/co_context/detail/spsc_cursor.hpp:58
↓ 1 callers
Method
await_resume
include/co_context/detail/lazy_io_awaiter.hpp:142
↓ 1 callers
Function
cancel
include/co_context/lazy_io.hpp:291
↓ 1 callers
Function
cat
test/cat.cpp:55
↓ 1 callers
Function
check_for_index_file
extern/liburingcxx/example/httpd.cpp:109
↓ 1 callers
Function
check_for_index_file
test/httpd.cpp:60
↓ 1 callers
Function
check_for_index_file
test/httpd_MT.cpp:63
↓ 1 callers
Function
check_kernel_version
extern/liburingcxx/example/httpd.cpp:75
↓ 1 callers
Method
check_submission_threshold
lib/co_context/detail/worker_meta.cpp:129
↓ 1 callers
Function
client
example/netcat.cpp:40
↓ 1 callers
Function
client
example/netcat_timeout.cpp:41
↓ 1 callers
Function
client
test/recv_perf.cpp:23
↓ 1 callers
Function
client
test/streaming_client.cpp:32
↓ 1 callers
Function
client
test/liburingcxx_netcat.cpp:64
↓ 1 callers
Function
client
test/send_client.cpp:21
↓ 1 callers
Function
client
test/pingpong_client.cpp:27
↓ 1 callers
Function
client
test/liburing_netcat.cpp:61
↓ 1 callers
Method
co_spawn_safe_eventfd
include/co_context/detail/worker_meta.hpp:189
↓ 1 callers
Method
co_spawn_safe_msg_ring
include/co_context/detail/worker_meta.hpp:204
↓ 1 callers
Method
completed_with_unhandled_exception
include/co_context/shared_task.hpp:161
↓ 1 callers
Function
connect
include/co_context/lazy_io.hpp:303
↓ 1 callers
Function
const_lvalue_example
test/generator_test.cpp:114
↓ 1 callers
Function
copy_file_contents
extern/liburingcxx/example/httpd.cpp:266
↓ 1 callers
Function
coro
test/coro_lifetime.cpp:26
↓ 1 callers
Function
coro_copy
test/coro_lifetime.cpp:16
↓ 1 callers
Function
count_blocks
test/cat.cpp:14
↓ 1 callers
Function
cycle_abs
example/timer.cpp:12
↓ 1 callers
Function
cycle_abs
test/timer_accuracy.cpp:6
↓ 1 callers
Method
detach
include/co_context/detail/lazy_io_awaiter.hpp:53
↓ 1 callers
Function
f
example/stop_token.cpp:24
↓ 1 callers
Function
f
test/move_shared_task.cpp:5
↓ 1 callers
Method
f
test/generator_test.cpp:266
↓ 1 callers
Function
f0
example/when_some.cpp:7
↓ 1 callers
Function
f0
example/when_all.cpp:6
↓ 1 callers
Function
f0
example/when_any.cpp:7
↓ 1 callers
Function
f1
example/when_some.cpp:14
↓ 1 callers
Function
f1
example/when_all.cpp:13
↓ 1 callers
Function
f1
example/when_any.cpp:14
↓ 1 callers
Function
f2
example/when_some.cpp:20
↓ 1 callers
Function
f2
example/when_all.cpp:19
↓ 1 callers
Function
fan_out
example/multi_fan_out.cpp:10
↓ 1 callers
Function
fib
test/generator_test.cpp:20
↓ 1 callers
Function
first
test/benchmark/lazy_yield.cpp:13
↓ 1 callers
Method
for_each_cqe
extern/liburingcxx/include/uring/uring.hpp:181
↓ 1 callers
Method
full
include/co_context/co/channel.hpp:36
↓ 1 callers
Method
full
include/co_context/co/channel.hpp:144
← previous
next →
101–200 of 876, ranked by callers