MCPcopy Create free account

hub / github.com/Simple-XX/SimpleKernel / functions

Functions1,141 in github.com/Simple-XX/SimpleKernel

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
Functionabort
src/libcxx/kstd_libcxx.cpp:186
Functionaffinity_pinned_worker
tests/system_test/balance_test.cpp:144
Functionaffinity_test
tests/system_test/affinity_test.cpp:225
Functionaligned_free
tests/unit_test/virtual_memory_test.cpp:69
Functionatof
src/libc/sk_stdlib.c:232
Functionatoi
src/libc/sk_stdlib.c:153
Functionatol
src/libc/sk_stdlib.c:155
Functionatoll
src/libc/sk_stdlib.c:157
Functionbalance_test
tests/system_test/balance_test.cpp:216
Functioncalloc
src/memory/memory.cpp:75
Functioncfs_scheduler_test
tests/system_test/cfs_scheduler_test.cpp:554
Functionchild_process_work
tests/system_test/clone_test.cpp:48
Functionchild_thread_exit_work
tests/system_test/exit_test.cpp:199
Functionchild_thread_work
tests/system_test/clone_test.cpp:64
Functionchild_work
* @brief 子进程工作函数 */
tests/system_test/wait_test.cpp:32
Functionchild_work
tests/system_test/exit_test.cpp:354
Functionclone_test
tests/system_test/clone_test.cpp:435
Functionconcurrent_exit_worker
* @brief 测试线程组成员同时退出 */
tests/system_test/thread_group_test.cpp:181
Functioncontention_worker
tests/system_test/mutex_test.cpp:157
Functioncross_core_test
tests/system_test/cross_core_test.cpp:311
Functionctor_dtor_test
tests/system_test/ctor_dtor_test.cpp:63
Functiondisk_initialize
* @brief 初始化磁盘驱动器。 * * @note BlockDevice 已由调用方在注册时完成初始化,此函数仅检查设备是否存在。 * @param pdrv 物理驱动器编号。 * @return DSTATUS 驱动器状态标志;如果设备未注册则返回 STA_NOINIT。 */
src/filesystem/fatfs/diskio.cpp:44
Functiondisk_ioctl
* @brief 执行磁盘 I/O 控制操作。 * * @param pdrv 物理驱动器编号。 * @param cmd 控制命令(CTRL_SYNC、GET_SECTOR_COUNT、GET_SECTOR_SIZE 等)。 * @param buff 命令参数/结果缓冲区,含义取决于
src/filesystem/fatfs/diskio.cpp:108
Functiondisk_read
* @brief 从磁盘读取扇区。 * * @param pdrv 物理驱动器编号。 * @param buff 目标缓冲区指针。 * @param sector 起始逻辑块地址。 * @param count 要读取的扇区数。 * @return DRESULT 操作结果;R
src/filesystem/fatfs/diskio.cpp:60
Functiondisk_status
* @brief 查询磁盘驱动器状态。 * * @param pdrv 物理驱动器编号。 * @return DSTATUS 驱动器状态标志;如果设备未注册则返回 STA_NOINIT。 */
src/filesystem/fatfs/diskio.cpp:30
Functiondisk_write
* @brief 向磁盘写入扇区。 * * @param pdrv 物理驱动器编号。 * @param buff 源数据缓冲区指针。 * @param sector 起始逻辑块地址。 * @param count 要写入的扇区数。 * @return DRESULT 操作结果;
src/filesystem/fatfs/diskio.cpp:84
Methodenqueue_impl
3rd/MPMCQueue/include/MPMCQueue.hpp:156
Functionerror_current_el_sp0_handler
src/arch/aarch64/interrupt_main.cpp:76
Functionerror_current_el_spx_handler
src/arch/aarch64/interrupt_main.cpp:108
Functionerror_lower_el_aarch32_handler
src/arch/aarch64/interrupt_main.cpp:164
Functionerror_lower_el_aarch64_handler
src/arch/aarch64/interrupt_main.cpp:136
Functionerror_work
tests/system_test/exit_test.cpp:121
Functionetl_putchar
tests/unit_test/mocks/arch.cpp:77
Functionexit_test
* @brief Exit 系统测试入口 */
tests/system_test/exit_test.cpp:450
Functionexit_wait_child
tests/system_test/cross_core_test.cpp:141
Functionexit_wait_parent
tests/system_test/cross_core_test.cpp:148
Functionexpect_eq_helper
tests/system_test/system_test.h:22
Functionexpect_ge_helper
tests/system_test/system_test.h:94
Functionexpect_gt_helper
tests/system_test/system_test.h:58
Functionexpect_le_helper
tests/system_test/system_test.h:112
Functionexpect_lt_helper
tests/system_test/system_test.h:76
Functionexpect_ne_helper
tests/system_test/system_test.h:40
Functionfatfs_test
tests/system_test/fatfs_test.cpp:17
Functionfifo_scheduler_test
tests/system_test/fifo_scheduler_test.cpp:328
Functionfiq_current_el_sp0_handler
src/arch/aarch64/interrupt_main.cpp:68
Functionfiq_current_el_spx_handler
src/arch/aarch64/interrupt_main.cpp:100
Functionfiq_lower_el_aarch32_handler
src/arch/aarch64/interrupt_main.cpp:156
Functionfiq_lower_el_aarch64_handler
src/arch/aarch64/interrupt_main.cpp:128
Functionflags_reporter_work
tests/system_test/clone_test.cpp:88
Functionfork_child_work
tests/system_test/fork_test.cpp:27
Functionfork_test
tests/system_test/fork_test.cpp:157
Functionget_fattime
* @brief 返回 FAT 时间戳。无 RTC 时返回 0(epoch)。 * * @note FF_FS_READONLY == 0 时 FatFS 要求此函数存在。 * @return DWORD 始终返回 0。 */
src/filesystem/fatfs/diskio.cpp:22
Functiongrandchild_work
tests/system_test/zombie_reap_test.cpp:89
Functionidle_scheduler_test
tests/system_test/idle_scheduler_test.cpp:246
Functionimbalance_worker
tests/system_test/balance_test.cpp:51
Functioninterrupt_test
@todo 等用户态调通后补上
tests/system_test/interrupt_test.cpp:22
Functionirq_current_el_sp0_handler
src/arch/aarch64/interrupt_main.cpp:60
Functionirq_current_el_spx_handler
src/arch/aarch64/interrupt_main.cpp:88
Functionirq_lower_el_aarch32_handler
src/arch/aarch64/interrupt_main.cpp:148
Functionirq_lower_el_aarch64_handler
src/arch/aarch64/interrupt_main.cpp:120
Functionisblank
src/libc/sk_ctype.c:15
Functioniscntrl
src/libc/sk_ctype.c:17
Functionisprint
src/libc/sk_ctype.c:25
Functionispunct
src/libc/sk_ctype.c:27
Functionkernel_task_test
tests/system_test/kernel_task_test.cpp:51
Functionkernel_thread_bootstrap
src/task/schedule.cpp:26
Functionkernel_thread_entry
tests/unit_test/mocks/arch.cpp:44
Functionleader_work
tests/system_test/clone_test.cpp:81
Functionmain
tests/integration_test/aarch64_minimal/main.cpp:23
Functionmany_tasks_work
tests/system_test/stress_test.cpp:31
Functionmemory_test
tests/system_test/memory_test.cpp:24
Functionmid_parent_work
tests/system_test/zombie_reap_test.cpp:97
Functionmulti_child_work
tests/system_test/zombie_reap_test.cpp:179
Functionmulti_fork_child
tests/system_test/fork_test.cpp:102
Functionmutex_counter_worker
tests/system_test/cross_core_test.cpp:245
Functionmutex_test
tests/system_test/mutex_test.cpp:297
Functionnoop_work
tests/system_test/clone_test.cpp:95
Functionnormal_work
tests/system_test/exit_test.cpp:41
Methodon_event
src/task/include/task_fsm.hpp:39
Methodon_event
src/task/include/task_fsm.hpp:54
Methodon_event
src/task/include/task_fsm.hpp:70
Methodon_event
src/task/include/task_fsm.hpp:98
Methodon_event
src/task/include/task_fsm.hpp:113
Methodon_event
src/task/include/task_fsm.hpp:128
Methodon_event
src/task/include/task_fsm.hpp:141
Methodon_event_unknown
src/task/include/task_fsm.hpp:42
Methodon_event_unknown
src/task/include/task_fsm.hpp:57
Methodon_event_unknown
src/task/include/task_fsm.hpp:85
Methodon_event_unknown
src/task/include/task_fsm.hpp:101
Methodon_event_unknown
src/task/include/task_fsm.hpp:116
Methodon_event_unknown
src/task/include/task_fsm.hpp:129
Methodon_event_unknown
src/task/include/task_fsm.hpp:144
Functionoperator delete
src/libcxx/kstd_new.cpp:68
Functionoperator delete[]
src/libcxx/kstd_new.cpp:80
Functionoperator new
src/libcxx/kstd_new.cpp:10
Functionoperator new[]
src/libcxx/kstd_new.cpp:17
← previousnext →801–900 of 1,141, ranked by callers