22 Commits (fc584753c1a203a8715b6587a8b5692722d408ed)

Author SHA1 Message Date
Jiajie Chen adb66167f8 Fix a potential racing in Condvar
6 years ago
Jiajie Chen 3a6803af9b Implement O(1) scheduler and add comments for other schedulers
6 years ago
Jiajie Chen 394afa493e Fix TODO in work stealing scheduler
6 years ago
Jiajie Chen 556d263d8e Implement sys_openat and sys_renameat
6 years ago
Jiajie Chen 7b20c72864 Fix last commit
6 years ago
Jiajie Chen 0edfc07939 Allow page fault handler to bypass process lock and fix thread pool wakeup for exited process
6 years ago
WangRunji 7eaeb4711e fix thread crate example
6 years ago
WangRunji 17e644e54e unimportant changes
6 years ago
Jiajie Chen 8dc7c7bd3c Implement sys_reboot with isa-debug-exit and add test script using expect
6 years ago
WangRunji d64681a26b recover thread join
6 years ago
Jiajie Chen 8cb11b7aa8 Implement tid/pid/ppid separation
6 years ago
Jiajie Chen 6e7dc9e349 Minor fixes around thread pool, writev, fs and implement gettid
6 years ago
Jiajie Chen 8b9aecca1c Fix a potential racing in park() and unpark(), fix sys_poll for a running telnet
6 years ago
Jiajie Chen 42b02453a0 Implement basic version of sys_poll supporting stdin and socket, fix some deadlocks and introduce some others
6 years ago
WangRunji a979b6b5ec impl sys_getppid. fix checking pointer for process syscalls
6 years ago
WangRunji 254663e976 impl a simple work-stealing scheduler
6 years ago
WangRunji 5a1b3e0dff no longer support 'remove' in Scheduler
6 years ago
WangRunji a224e85c8d split scheduler mod, make Scheduler Sync
6 years ago
WangRunji e678186b3d support idle for rcore-thread, remove idle thread in kernel
6 years ago
WangRunji 086fcd4079 rename 'event_hub' to 'timer', add doc and simplify
6 years ago
WangRunji 1541282ad7 add example for 'thread' crate
6 years ago
WangRunji 5bffce787b rename 'process' crate to 'thread'
6 years ago