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
sync_lower_el_aarch32_handler
src/arch/aarch64/interrupt_main.cpp:142
Function
sync_lower_el_aarch64_handler
src/arch/aarch64/interrupt_main.cpp:114
Function
test_affinity_errors
tests/system_test/affinity_test.cpp:186
Function
test_affinity_get_self
tests/system_test/affinity_test.cpp:28
Function
test_affinity_other_task
tests/system_test/affinity_test.cpp:125
Function
test_affinity_set_get
tests/system_test/affinity_test.cpp:64
Function
test_balance_imbalanced_load
tests/system_test/balance_test.cpp:69
Function
test_balance_respects_affinity
tests/system_test/balance_test.cpp:158
Function
test_clone_flags_auto_completion
tests/system_test/clone_test.cpp:362
Function
test_clone_parent_flag
tests/system_test/clone_test.cpp:264
Function
test_clone_process
tests/system_test/clone_test.cpp:97
Function
test_clone_thread
tests/system_test/clone_test.cpp:172
Function
test_cross_core_exit_wait
tests/system_test/cross_core_test.cpp:188
Function
test_cross_core_mutex_counter
tests/system_test/cross_core_test.cpp:258
Function
test_cross_core_wakeup
tests/system_test/cross_core_test.cpp:82
Function
test_exit_normal
tests/system_test/exit_test.cpp:50
Function
test_exit_with_error
tests/system_test/exit_test.cpp:130
Function
test_fork_basic
tests/system_test/fork_test.cpp:35
Function
test_fork_multiple
tests/system_test/fork_test.cpp:108
Function
test_kill_invalid_pid
tests/system_test/signal_test.cpp:348
Function
test_many_tasks
tests/system_test/stress_test.cpp:36
Function
test_mutex_basic_lock_unlock
tests/system_test/mutex_test.cpp:27
Function
test_mutex_contention
tests/system_test/mutex_test.cpp:169
Function
test_mutex_ordering
tests/system_test/mutex_test.cpp:247
Function
test_mutex_trylock
tests/system_test/mutex_test.cpp:93
Function
test_orphan_exit
tests/system_test/exit_test.cpp:281
Function
test_orphan_reparent
tests/system_test/zombie_reap_test.cpp:114
Function
test_rapid_create_exit
tests/system_test/stress_test.cpp:145
Function
test_runner_entry
tests/system_test/main.cpp:131
Function
test_runtime_tracking
tests/system_test/tick_test.cpp:74
Function
test_sigaction_ignore
tests/system_test/signal_test.cpp:163
Function
test_sigaction_uncatchable
tests/system_test/signal_test.cpp:222
Function
test_sigkill
tests/system_test/signal_test.cpp:96
Function
test_sigprocmask
tests/system_test/signal_test.cpp:290
Function
test_sigterm_default
tests/system_test/signal_test.cpp:36
Function
test_sleep_timing
tests/system_test/tick_test.cpp:48
Function
test_thread_entry
tests/system_test/main.cpp:67
Function
test_thread_exit
tests/system_test/exit_test.cpp:214
Function
test_thread_group_basic
* @brief 测试线程组的基本功能 */
tests/system_test/thread_group_test.cpp:52
Function
test_thread_group_concurrent_exit
tests/system_test/thread_group_test.cpp:195
Function
test_thread_group_dynamic
* @brief 测试线程组的动态加入和离开 */
tests/system_test/thread_group_test.cpp:123
Function
test_tick_increments
tests/system_test/tick_test.cpp:23
Function
test_wait_any_child
* @brief 测试等待任意子进程 */
tests/system_test/wait_test.cpp:107
Function
test_wait_basic
* @brief 测试基本的 wait 功能 */
tests/system_test/wait_test.cpp:51
Function
test_wait_multi_children
tests/system_test/zombie_reap_test.cpp:186
Function
test_wait_no_hang
tests/system_test/wait_test.cpp:176
Function
test_wait_non_child
tests/system_test/stress_test.cpp:105
Function
test_wait_process_group
* @brief 测试等待同进程组的子进程 */
tests/system_test/wait_test.cpp:223
Function
test_wait_zombie_reap
tests/system_test/wait_test.cpp:286
Function
test_zombie_process
tests/system_test/exit_test.cpp:363
Function
test_zombie_reap
tests/system_test/zombie_reap_test.cpp:33
Function
thread_func_a
tests/system_test/kernel_task_test.cpp:28
Function
thread_func_b
tests/system_test/kernel_task_test.cpp:39
Function
thread_group_test
* @brief 线程组系统测试入口 */
tests/system_test/thread_group_test.cpp:243
Function
thread_increment
* @brief 线程函数,增加计数器 */
tests/system_test/thread_group_test.cpp:34
Function
tick_test
tests/system_test/tick_test.cpp:109
Function
tolower
src/libc/sk_ctype.c:40
Method
transport
* @brief 获取底层传输层引用 * * 允许访问底层传输层的其他功能(如读取配置空间、处理中断等)。 * * @return 传输层的引用 */
src/device/virtio/device/device_initializer.hpp:179
Function
trap_entry
tests/unit_test/mocks/arch.cpp:46
Function
trap_return
tests/unit_test/mocks/arch.cpp:45
Function
trylock_holder
tests/system_test/mutex_test.cpp:83
Function
uart_handler
* @brief UART 中断处理函数 * @param cause 中断号 * @return 中断号 */
src/arch/aarch64/interrupt_main.cpp:174
Function
user_task_test
@todo Implement user task tests when ELF loading path is testable
tests/system_test/user_task_test.cpp:22
Function
virtual_memory_test
tests/system_test/virtual_memory_test.cpp:29
Function
wait_test
* @brief Wait 系统测试入口 */
tests/system_test/wait_test.cpp:332
Function
wakeup_task_a
tests/system_test/cross_core_test.cpp:38
Function
wakeup_task_b
tests/system_test/cross_core_test.cpp:54
Function
yield_basic_work
tests/system_test/yield_test.cpp:22
Function
yield_task_a
tests/system_test/yield_test.cpp:33
Function
yield_task_b
tests/system_test/yield_test.cpp:41
Function
yield_test
tests/system_test/yield_test.cpp:52
Function
zombie_child_work
* @brief 测试僵尸进程回收 */
tests/system_test/wait_test.cpp:279
Function
zombie_child_work
tests/system_test/zombie_reap_test.cpp:28
Function
zombie_reap_test
* @brief Zombie reap system test entry */
tests/system_test/zombie_reap_test.cpp:244
Method
~AbsClass
tests/system_test/ctor_dtor_test.cpp:53
Method
~Acpi
src/device/acpi/acpi.hpp:32
Method
~ArrayObj
tests/unit_test/sk_unique_ptr_test.cpp:246
Method
~Base
tests/unit_test/sk_unique_ptr_test.cpp:204
Method
~BasicInfo
src/include/basic_info.hpp:63
Method
~BlockDevice
src/filesystem/vfs/include/block_device.hpp:21
Method
~CfsScheduler
src/task/include/cfs_scheduler.hpp:198
Method
~CpuSchedData
src/task/include/task_manager.hpp:76
Method
~DeviceInitializer
src/device/virtio/device/device_initializer.hpp:200
Method
~DeviceManager
src/device/include/device_manager.hpp:101
Method
~DriverRegistry
src/device/include/driver_registry.hpp:113
Method
~EarlyConsole
src/arch/aarch64/early_console.cpp:31
Method
~Error
src/include/expected.hpp:349
Method
~FatFsFileSystem
src/filesystem/fatfs/fatfs.cpp:101
Method
~FifoScheduler
src/task/include/fifo_scheduler.hpp:94
Method
~FileDescriptorTable
src/filesystem/file_descriptor.cpp:14
Method
~FileOps
src/filesystem/vfs/include/vfs_types.hpp:256
Method
~FileSystem
src/filesystem/vfs/include/filesystem.hpp:19
Method
~Gic
src/arch/aarch64/gic/include/gic.h:673
Method
~Gicd
src/arch/aarch64/gic/include/gic.h:107
Method
~Gicr
src/arch/aarch64/gic/include/gic.h:477
Method
~IdleScheduler
src/task/include/idle_scheduler.hpp:113
Method
~InodeOps
src/filesystem/vfs/include/vfs_types.hpp:167
Method
~Interrupt
src/arch/riscv64/include/interrupt.h:88
Method
~Interrupt
src/arch/aarch64/include/interrupt.h:105
Method
~InterruptBase
src/include/interrupt_base.h:41
← previous
next →
1,001–1,100 of 1,141, ranked by callers