Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ functions
Functions
1,141 in github.com/Simple-XX/SimpleKernel
⨍
Functions
1,141
◇
Types & classes
206
Function
operator!=
检查 OpenFlags 是否不为零
src/filesystem/vfs/include/vfs_types.hpp:88
Method
operator!=
* @brief 不等比较操作符 * @param other 另一个资源 ID * @return bool 不相等返回 true */
src/task/include/resource_id.hpp:131
Function
operator&
按位与
src/filesystem/vfs/include/vfs_types.hpp:58
Function
operator&=
按位与赋值
src/filesystem/vfs/include/vfs_types.hpp:76
Method
operator()
src/task/include/resource_id.hpp:168
Method
operator()
src/task/include/cfs_scheduler.hpp:43
Method
operator()
* @brief 比较两个任务的优先级 * @param a 第一个任务控制块指针 * @param b 第二个任务控制块指针 * @return bool 如果 a 的优先级低于 b 返回 true */
src/task/include/task_control_block.hpp:139
Method
operator()
* @brief 比较两个任务的唤醒时间 * @param a 第一个任务控制块指针 * @param b 第二个任务控制块指针 * @return bool 如果 a 的唤醒时间晚于 b 返回 true */
src/task/include/task_control_block.hpp:154
Method
operator()
src/memory/memory.cpp:23
Method
operator()
src/device/include/driver_registry.hpp:50
Method
operator()
tests/unit_test/sk_unique_ptr_test.cpp:160
Method
operator=
3rd/MPMCQueue/include/MPMCQueue.hpp:54
Method
operator=
src/io_buffer.cpp:34
Method
operator=
src/arch/riscv64/include/interrupt.h:86
Method
operator=
src/arch/riscv64/plic/include/plic.h:86
Method
operator=
src/arch/aarch64/early_console.cpp:29
Method
operator=
src/arch/aarch64/include/interrupt.h:103
Method
operator=
src/arch/aarch64/gic/include/gic.h:105
Method
operator=
src/arch/aarch64/gic/include/gic.h:475
Method
operator=
src/arch/aarch64/gic/include/gic.h:671
Method
operator=
src/task/include/lifecycle_messages.hpp:29
Method
operator=
src/task/include/lifecycle_messages.hpp:51
Method
operator=
src/task/include/fifo_scheduler.hpp:92
Method
operator=
src/task/include/task_fsm.hpp:200
Method
operator=
src/task/include/resource_id.hpp:150
Method
operator=
src/task/include/scheduler_base.hpp:156
Method
operator=
src/task/include/rr_scheduler.hpp:125
Method
operator=
src/task/include/cfs_scheduler.hpp:196
Method
operator=
src/task/include/task_manager.hpp:74
Method
operator=
src/task/include/task_manager.hpp:267
Method
operator=
src/task/include/task_control_block.hpp:295
Method
operator=
src/task/include/task_messages.hpp:63
Method
operator=
src/task/include/task_messages.hpp:82
Method
operator=
src/task/include/task_messages.hpp:104
Method
operator=
src/task/include/idle_scheduler.hpp:111
Method
operator=
src/memory/include/virtual_memory.hpp:111
Method
operator=
src/device/ns16550a/ns16550a_driver.hpp:103
Method
operator=
src/device/ns16550a/ns16550a.hpp:118
Method
operator=
src/device/virtio/virtio_driver.hpp:145
Method
operator=
src/device/virtio/transport/transport.hpp:150
Method
operator=
src/device/virtio/transport/mmio.hpp:167
Method
operator=
src/device/virtio/virt_queue/split.hpp:641
Method
operator=
src/device/virtio/virt_queue/virtqueue_base.hpp:112
Method
operator=
src/device/virtio/device/device_initializer.hpp:198
Method
operator=
src/device/virtio/device/blk/virtio_blk.hpp:493
Method
operator=
src/device/virtio/device/blk/virtio_blk_vfs_adapter.hpp:37
Method
operator=
src/device/acpi/acpi.hpp:30
Method
operator=
src/device/pl011/pl011.hpp:142
Method
operator=
src/device/pl011/pl011_driver.hpp:101
Method
operator=
src/device/include/device_manager.hpp:104
Method
operator=
src/device/include/driver_registry.hpp:116
Method
operator=
src/device/include/platform_bus.hpp:79
Method
operator=
src/filesystem/file_descriptor.cpp:33
Method
operator=
src/filesystem/vfs/include/mount.hpp:44
Method
operator=
src/filesystem/vfs/include/vfs_types.hpp:165
Method
operator=
src/filesystem/vfs/include/vfs_types.hpp:254
Method
operator=
src/filesystem/include/file_descriptor.hpp:38
Method
operator=
src/filesystem/ramfs/include/ramfs.hpp:34
Method
operator=
src/filesystem/fatfs/include/fatfs.hpp:52
Method
operator=
src/include/signal.hpp:94
Method
operator=
src/include/signal.hpp:230
Method
operator=
src/include/spinlock.hpp:97
Method
operator=
src/include/spinlock.hpp:214
Method
operator=
src/include/kernel_fdt.hpp:644
Method
operator=
src/include/mutex.hpp:80
Method
operator=
src/include/io_buffer.hpp:142
Method
operator=
src/include/basic_info.hpp:61
Method
operator=
src/include/interrupt_base.h:39
Method
operator=
src/include/kernel_elf.hpp:106
Method
operator=
src/include/expected.hpp:347
Method
operator=
src/include/mmio_accessor.hpp:39
Method
operator=
src/include/per_cpu.hpp:41
Method
operator=
tests/unit_test/mocks/test_environment_state.hpp:93
Method
operator=
tests/unit_test/mocks/io_buffer_mock.cpp:31
Function
operator==
检查 OpenFlags 是否为零(无标志位设置)
src/filesystem/vfs/include/vfs_types.hpp:82
Method
operator==
* @brief 相等比较操作符 * @param other 另一个资源 ID * @return bool 相等返回 true */
src/task/include/resource_id.hpp:122
Function
operator|
按位或
src/filesystem/vfs/include/vfs_types.hpp:51
Function
operator|=
按位或赋值
src/filesystem/vfs/include/vfs_types.hpp:70
Function
operator~
按位取反
src/filesystem/vfs/include/vfs_types.hpp:65
Function
ordering_first
tests/system_test/mutex_test.cpp:225
Function
ordering_second
tests/system_test/mutex_test.cpp:234
Function
orphan_work
tests/system_test/exit_test.cpp:272
Function
ramfs_test
tests/system_test/ramfs_test.cpp:12
Function
rapid_exit_work
tests/system_test/stress_test.cpp:140
Function
realloc
src/memory/memory.cpp:82
Function
rr_scheduler_test
tests/system_test/rr_scheduler_test.cpp:431
Function
sigaction_ignore_target
tests/system_test/signal_test.cpp:148
Function
sigkill_target
tests/system_test/signal_test.cpp:86
Function
signal_test
* @brief Signal system test entry point */
tests/system_test/signal_test.cpp:373
Function
sigprocmask_target
tests/system_test/signal_test.cpp:264
Function
sigterm_target
tests/system_test/signal_test.cpp:29
Function
sleeper_work
tests/system_test/affinity_test.cpp:118
Function
slow_child_work
* @brief 测试非阻塞 wait (WNOHANG) */
tests/system_test/wait_test.cpp:161
Function
spinlock_test
tests/system_test/spinlock_test.cpp:350
Function
strcat
连接字符串
src/libc/sk_string.c:94
Function
stress_test
* @brief Stress system test entry point */
tests/system_test/stress_test.cpp:210
Function
strtof
src/libc/sk_stdlib.c:228
Function
strtoul
src/libc/sk_stdlib.c:145
Function
sync_current_el_sp0_handler
src/arch/aarch64/interrupt_main.cpp:54
Function
sync_current_el_spx_handler
src/arch/aarch64/interrupt_main.cpp:82
← previous
next →
901–1,000 of 1,141, ranked by callers