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
__stack_chk_fail
栈保护检查失败后进入死循环
src/libc/sk_stdlib.c:22
Function
_start
src/main.cpp:40
Function
_start
tests/system_test/main.cpp:263
Function
_start
tests/integration_test/opensbi_test/main.cpp:33
Function
abort
src/libcxx/kstd_libcxx.cpp:186
Function
affinity_pinned_worker
tests/system_test/balance_test.cpp:144
Function
affinity_test
tests/system_test/affinity_test.cpp:225
Function
aligned_free
tests/unit_test/virtual_memory_test.cpp:69
Function
atof
src/libc/sk_stdlib.c:232
Function
atoi
src/libc/sk_stdlib.c:153
Function
atol
src/libc/sk_stdlib.c:155
Function
atoll
src/libc/sk_stdlib.c:157
Function
balance_test
tests/system_test/balance_test.cpp:216
Function
calloc
src/memory/memory.cpp:75
Function
cfs_scheduler_test
tests/system_test/cfs_scheduler_test.cpp:554
Function
child_process_work
tests/system_test/clone_test.cpp:48
Function
child_thread_exit_work
tests/system_test/exit_test.cpp:199
Function
child_thread_work
tests/system_test/clone_test.cpp:64
Function
child_work
* @brief 子进程工作函数 */
tests/system_test/wait_test.cpp:32
Function
child_work
tests/system_test/exit_test.cpp:354
Function
clone_test
tests/system_test/clone_test.cpp:435
Function
concurrent_exit_worker
* @brief 测试线程组成员同时退出 */
tests/system_test/thread_group_test.cpp:181
Function
contention_worker
tests/system_test/mutex_test.cpp:157
Function
cross_core_test
tests/system_test/cross_core_test.cpp:311
Function
ctor_dtor_test
tests/system_test/ctor_dtor_test.cpp:63
Function
disk_initialize
* @brief 初始化磁盘驱动器。 * * @note BlockDevice 已由调用方在注册时完成初始化,此函数仅检查设备是否存在。 * @param pdrv 物理驱动器编号。 * @return DSTATUS 驱动器状态标志;如果设备未注册则返回 STA_NOINIT。 */
src/filesystem/fatfs/diskio.cpp:44
Function
disk_ioctl
* @brief 执行磁盘 I/O 控制操作。 * * @param pdrv 物理驱动器编号。 * @param cmd 控制命令(CTRL_SYNC、GET_SECTOR_COUNT、GET_SECTOR_SIZE 等)。 * @param buff 命令参数/结果缓冲区,含义取决于
src/filesystem/fatfs/diskio.cpp:108
Function
disk_read
* @brief 从磁盘读取扇区。 * * @param pdrv 物理驱动器编号。 * @param buff 目标缓冲区指针。 * @param sector 起始逻辑块地址。 * @param count 要读取的扇区数。 * @return DRESULT 操作结果;R
src/filesystem/fatfs/diskio.cpp:60
Function
disk_status
* @brief 查询磁盘驱动器状态。 * * @param pdrv 物理驱动器编号。 * @return DSTATUS 驱动器状态标志;如果设备未注册则返回 STA_NOINIT。 */
src/filesystem/fatfs/diskio.cpp:30
Function
disk_write
* @brief 向磁盘写入扇区。 * * @param pdrv 物理驱动器编号。 * @param buff 源数据缓冲区指针。 * @param sector 起始逻辑块地址。 * @param count 要写入的扇区数。 * @return DRESULT 操作结果;
src/filesystem/fatfs/diskio.cpp:84
Method
enqueue_impl
3rd/MPMCQueue/include/MPMCQueue.hpp:156
Function
error_current_el_sp0_handler
src/arch/aarch64/interrupt_main.cpp:76
Function
error_current_el_spx_handler
src/arch/aarch64/interrupt_main.cpp:108
Function
error_lower_el_aarch32_handler
src/arch/aarch64/interrupt_main.cpp:164
Function
error_lower_el_aarch64_handler
src/arch/aarch64/interrupt_main.cpp:136
Function
error_work
tests/system_test/exit_test.cpp:121
Function
etl_putchar
tests/unit_test/mocks/arch.cpp:77
Function
exit_test
* @brief Exit 系统测试入口 */
tests/system_test/exit_test.cpp:450
Function
exit_wait_child
tests/system_test/cross_core_test.cpp:141
Function
exit_wait_parent
tests/system_test/cross_core_test.cpp:148
Function
expect_eq_helper
tests/system_test/system_test.h:22
Function
expect_ge_helper
tests/system_test/system_test.h:94
Function
expect_gt_helper
tests/system_test/system_test.h:58
Function
expect_le_helper
tests/system_test/system_test.h:112
Function
expect_lt_helper
tests/system_test/system_test.h:76
Function
expect_ne_helper
tests/system_test/system_test.h:40
Function
fatfs_test
tests/system_test/fatfs_test.cpp:17
Function
fifo_scheduler_test
tests/system_test/fifo_scheduler_test.cpp:328
Function
fiq_current_el_sp0_handler
src/arch/aarch64/interrupt_main.cpp:68
Function
fiq_current_el_spx_handler
src/arch/aarch64/interrupt_main.cpp:100
Function
fiq_lower_el_aarch32_handler
src/arch/aarch64/interrupt_main.cpp:156
Function
fiq_lower_el_aarch64_handler
src/arch/aarch64/interrupt_main.cpp:128
Function
flags_reporter_work
tests/system_test/clone_test.cpp:88
Function
fork_child_work
tests/system_test/fork_test.cpp:27
Function
fork_test
tests/system_test/fork_test.cpp:157
Function
get_fattime
* @brief 返回 FAT 时间戳。无 RTC 时返回 0(epoch)。 * * @note FF_FS_READONLY == 0 时 FatFS 要求此函数存在。 * @return DWORD 始终返回 0。 */
src/filesystem/fatfs/diskio.cpp:22
Function
grandchild_work
tests/system_test/zombie_reap_test.cpp:89
Function
idle_scheduler_test
tests/system_test/idle_scheduler_test.cpp:246
Function
imbalance_worker
tests/system_test/balance_test.cpp:51
Function
interrupt_test
@todo 等用户态调通后补上
tests/system_test/interrupt_test.cpp:22
Function
irq_current_el_sp0_handler
src/arch/aarch64/interrupt_main.cpp:60
Function
irq_current_el_spx_handler
src/arch/aarch64/interrupt_main.cpp:88
Function
irq_lower_el_aarch32_handler
src/arch/aarch64/interrupt_main.cpp:148
Function
irq_lower_el_aarch64_handler
src/arch/aarch64/interrupt_main.cpp:120
Function
isblank
src/libc/sk_ctype.c:15
Function
iscntrl
src/libc/sk_ctype.c:17
Function
isprint
src/libc/sk_ctype.c:25
Function
ispunct
src/libc/sk_ctype.c:27
Function
kernel_task_test
tests/system_test/kernel_task_test.cpp:51
Function
kernel_thread_bootstrap
src/task/schedule.cpp:26
Function
kernel_thread_entry
tests/unit_test/mocks/arch.cpp:44
Function
leader_work
tests/system_test/clone_test.cpp:81
Function
main
tests/integration_test/aarch64_minimal/main.cpp:23
Function
many_tasks_work
tests/system_test/stress_test.cpp:31
Function
memory_test
tests/system_test/memory_test.cpp:24
Function
mid_parent_work
tests/system_test/zombie_reap_test.cpp:97
Function
multi_child_work
tests/system_test/zombie_reap_test.cpp:179
Function
multi_fork_child
tests/system_test/fork_test.cpp:102
Function
mutex_counter_worker
tests/system_test/cross_core_test.cpp:245
Function
mutex_test
tests/system_test/mutex_test.cpp:297
Function
noop_work
tests/system_test/clone_test.cpp:95
Function
normal_work
tests/system_test/exit_test.cpp:41
Method
on_event
src/task/include/task_fsm.hpp:39
Method
on_event
src/task/include/task_fsm.hpp:54
Method
on_event
src/task/include/task_fsm.hpp:70
Method
on_event
src/task/include/task_fsm.hpp:98
Method
on_event
src/task/include/task_fsm.hpp:113
Method
on_event
src/task/include/task_fsm.hpp:128
Method
on_event
src/task/include/task_fsm.hpp:141
Method
on_event_unknown
src/task/include/task_fsm.hpp:42
Method
on_event_unknown
src/task/include/task_fsm.hpp:57
Method
on_event_unknown
src/task/include/task_fsm.hpp:85
Method
on_event_unknown
src/task/include/task_fsm.hpp:101
Method
on_event_unknown
src/task/include/task_fsm.hpp:116
Method
on_event_unknown
src/task/include/task_fsm.hpp:129
Method
on_event_unknown
src/task/include/task_fsm.hpp:144
Function
operator delete
src/libcxx/kstd_new.cpp:68
Function
operator delete[]
src/libcxx/kstd_new.cpp:80
Function
operator new
src/libcxx/kstd_new.cpp:10
Function
operator new[]
src/libcxx/kstd_new.cpp:17
← previous
next →
801–900 of 1,141, ranked by callers