This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
rt-thread
Watch
1
Star
0
Fork
0
mirror of
https://github.com/RT-Thread/rt-thread.git
synced
2026-08-27 05:58:54 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
6d947e4f49ebf94c35e71e1eb1977f31da3d684a
rt-thread
/
src
T
History
Bernard Xiong
f9f7e6c520
[ptherad] Fix pthread_exit issue
...
When pthread invokes pthread_exit, it just detach self.
2019-02-14 13:45:25 +08:00
..
clock.c
…
components.c
…
cpu.c
…
device.c
…
idle.c
[Kernel] Add thread detach for system thread
2019-02-07 23:49:46 +08:00
ipc.c
…
irq.c
…
Kconfig
…
kservice.c
[Kernel] Code cleanup for compiling warning.
2019-02-12 14:33:45 +08:00
mem.c
[Kernel] Code cleanup for compiling warning.
2019-02-12 14:33:45 +08:00
memheap.c
…
mempool.c
…
object.c
…
scheduler.c
…
SConscript
…
signal.c
…
slab.c
…
thread.c
[ptherad] Fix pthread_exit issue
2019-02-14 13:45:25 +08:00
timer.c
…