MCPcopy Create free account

hub / github.com/Codesire-Deng/co_context / functions

Functions876 in github.com/Codesire-Deng/co_context

↓ 2 callersFunctionfatal_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 callersFunctionfatal_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 callersMethodfd
extern/liburingcxx/include/uring/uring.hpp:119
↓ 2 callersFunctionfind
test/mpl_type_list.cpp:84
↓ 2 callersMethodget_free_sqe
lib/co_context/detail/worker_meta.cpp:91
↓ 2 callersFunctionhandle_http_404
extern/liburingcxx/example/httpd.cpp:255
↓ 2 callersMethodinit
extern/liburingcxx/include/uring/uring.hpp:595
↓ 2 callersMethodinit
Must be called by corresponding thread.
lib/co_context/io_context.cpp:24
↓ 2 callersFunctioniota
example/iota.cpp:8
↓ 2 callersMethodis_empty
include/co_context/detail/spsc_cursor.hpp:48
↓ 2 callersMethodis_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 callersMethodlisten_fd
include/co_context/net/acceptor.hpp:23
↓ 2 callersFunctionlog_error
example/netcat_timeout.cpp:8
↓ 2 callersMethodpeek_uring
include/co_context/detail/worker_meta.hpp:259
↓ 2 callersMethodpoll_completion
include/co_context/detail/worker_meta.hpp:240
↓ 2 callersMethodpop
include/co_context/detail/spsc_cursor.hpp:177
↓ 2 callersMethodpush
include/co_context/detail/spsc_cursor.hpp:169
↓ 2 callersFunctionrecv_session
不断接收字节流并打印到stdout
example/netcat.cpp:8
↓ 2 callersFunctionrecvmsg_name
extern/liburingcxx/include/uring/utility/io_helper.hpp:20
↓ 2 callersMethodregister_awaiting
lib/co_context/co/mutex.cpp:57
↓ 2 callersMethodregister_callback
include/co_context/co/stop_token.hpp:227
↓ 2 callersMethodrelease_ownership
include/co_context/co/stop_token.hpp:146
↓ 2 callersFunctionrnd
example/sem_std.cpp:19
↓ 2 callersFunctionrnd
example/sem.cpp:22
↓ 2 callersMethodrun
include/co_context/co/stop_token.hpp:115
↓ 2 callersFunctionsend_session
将键盘输入发送给对方
example/netcat.cpp:20
↓ 2 callersFunctionsession
example/netcat_timeout.cpp:15
↓ 2 callersFunctionsession
test/recv_perf.cpp:6
↓ 2 callersFunctionset_link_link_io
include/co_context/detail/lazy_io_awaiter.hpp:114
↓ 2 callersMethodset_offset
extern/liburingcxx/include/uring/detail/sq.hpp:41
↓ 2 callersFunctionstateless_example
test/generator_test.cpp:249
↓ 2 callersMethodstop_requested
include/co_context/co/stop_token.hpp:76
↓ 2 callersFunctionstring_views
value_type = std::string_view reference = std::string_view&&
test/generator_test.cpp:142
↓ 2 callersFunctionstrtolower
extern/liburingcxx/example/httpd.cpp:125
↓ 2 callersMethodtail
include/co_context/detail/spsc_cursor.hpp:33
↓ 2 callersFunctiontimeout_at
include/co_context/lazy_io.hpp:185
↓ 2 callersFunctionto_kernel_timespec
include/co_context/utility/time_cast.hpp:10
↓ 2 callersFunctiontoken_split
test/httpd.cpp:169
↓ 2 callersFunctiontoken_split
test/httpd_MT.cpp:172
↓ 2 callersFunctionwrite
include/co_context/lazy_io.hpp:355
↓ 1 callersFunctionERR_PTR
extern/liburingcxx/include/uring/syscall.hpp:55
↓ 1 callersFunctionIO_URING_WRITE_ONCE
extern/liburingcxx/include/uring/barrier.h:28
↓ 1 callersFunction__get_page_size
extern/liburingcxx/include/uring/arch/aarch64/lib.h:10
↓ 1 callersFunction__sys_close
extern/liburingcxx/include/uring/arch/generic/syscall.h:93
↓ 1 callersFunction__sys_io_uring_enter2
extern/liburingcxx/include/uring/arch/generic/syscall.h:24
↓ 1 callersFunction__sys_io_uring_setup
extern/liburingcxx/include/uring/arch/syscall-defs.h:71
↓ 1 callersFunction__sys_open
extern/liburingcxx/include/uring/arch/generic/syscall.h:43
↓ 1 callersFunction__sys_read
extern/liburingcxx/include/uring/arch/generic/syscall.h:50
↓ 1 callersFunctionaccept
include/co_context/lazy_io.hpp:256
↓ 1 callersFunctionadd
example/mutex.cpp:10
↓ 1 callersFunctionadd_read_request
extern/liburingcxx/example/httpd.cpp:202
↓ 1 callersFunctionalways_ref_example
test/generator_test.cpp:88
↓ 1 callersFunctionany
include/co_context/co/when_any.hpp:150
↓ 1 callersFunctionas_buf
include/co_context/utility/as_buffer.hpp:11
↓ 1 callersMethodavailable_number
include/co_context/detail/spsc_cursor.hpp:58
↓ 1 callersMethodawait_resume
include/co_context/detail/lazy_io_awaiter.hpp:142
↓ 1 callersFunctioncancel
include/co_context/lazy_io.hpp:291
↓ 1 callersFunctioncat
test/cat.cpp:55
↓ 1 callersFunctioncheck_for_index_file
extern/liburingcxx/example/httpd.cpp:109
↓ 1 callersFunctioncheck_for_index_file
test/httpd.cpp:60
↓ 1 callersFunctioncheck_for_index_file
test/httpd_MT.cpp:63
↓ 1 callersFunctioncheck_kernel_version
extern/liburingcxx/example/httpd.cpp:75
↓ 1 callersMethodcheck_submission_threshold
lib/co_context/detail/worker_meta.cpp:129
↓ 1 callersFunctionclient
example/netcat.cpp:40
↓ 1 callersFunctionclient
example/netcat_timeout.cpp:41
↓ 1 callersFunctionclient
test/recv_perf.cpp:23
↓ 1 callersFunctionclient
test/streaming_client.cpp:32
↓ 1 callersFunctionclient
test/liburingcxx_netcat.cpp:64
↓ 1 callersFunctionclient
test/send_client.cpp:21
↓ 1 callersFunctionclient
test/pingpong_client.cpp:27
↓ 1 callersFunctionclient
test/liburing_netcat.cpp:61
↓ 1 callersMethodco_spawn_safe_eventfd
include/co_context/detail/worker_meta.hpp:189
↓ 1 callersMethodco_spawn_safe_msg_ring
include/co_context/detail/worker_meta.hpp:204
↓ 1 callersMethodcompleted_with_unhandled_exception
include/co_context/shared_task.hpp:161
↓ 1 callersFunctionconnect
include/co_context/lazy_io.hpp:303
↓ 1 callersFunctionconst_lvalue_example
test/generator_test.cpp:114
↓ 1 callersFunctioncopy_file_contents
extern/liburingcxx/example/httpd.cpp:266
↓ 1 callersFunctioncoro
test/coro_lifetime.cpp:26
↓ 1 callersFunctioncoro_copy
test/coro_lifetime.cpp:16
↓ 1 callersFunctioncount_blocks
test/cat.cpp:14
↓ 1 callersFunctioncycle_abs
example/timer.cpp:12
↓ 1 callersFunctioncycle_abs
test/timer_accuracy.cpp:6
↓ 1 callersMethoddetach
include/co_context/detail/lazy_io_awaiter.hpp:53
↓ 1 callersFunctionf
example/stop_token.cpp:24
↓ 1 callersFunctionf
test/move_shared_task.cpp:5
↓ 1 callersMethodf
test/generator_test.cpp:266
↓ 1 callersFunctionf0
example/when_some.cpp:7
↓ 1 callersFunctionf0
example/when_all.cpp:6
↓ 1 callersFunctionf0
example/when_any.cpp:7
↓ 1 callersFunctionf1
example/when_some.cpp:14
↓ 1 callersFunctionf1
example/when_all.cpp:13
↓ 1 callersFunctionf1
example/when_any.cpp:14
↓ 1 callersFunctionf2
example/when_some.cpp:20
↓ 1 callersFunctionf2
example/when_all.cpp:19
↓ 1 callersFunctionfan_out
example/multi_fan_out.cpp:10
↓ 1 callersFunctionfib
test/generator_test.cpp:20
↓ 1 callersFunctionfirst
test/benchmark/lazy_yield.cpp:13
↓ 1 callersMethodfor_each_cqe
extern/liburingcxx/include/uring/uring.hpp:181
↓ 1 callersMethodfull
include/co_context/co/channel.hpp:36
↓ 1 callersMethodfull
include/co_context/co/channel.hpp:144
← previousnext →101–200 of 876, ranked by callers