mirror of
https://github.com/MBCProject/mbc-markdown
synced 2026-06-08 11:36:36 +00:00
70f151ebe4
* Update create-mutex.md * Update create-mutex.md * Update README.md * Update README.md * Delete micro-behaviors/process/synchronization.md * Update mbc_summary.md --------- Co-authored-by: brightmt <50853930+brightmt@users.noreply.github.com>
1.3 KiB
1.3 KiB
| ID | OC0003 |
| Created | 4 December 2020 |
| Last Modified | 16 September 2024 |
Process Micro-objective
Micro-behaviors related to processes.
- Allocate Thread Local Storage C0040
- Create Mutex C0042
- Check Mutex C0043
- Create Process C0017
- Create Thread C0038
- Enumerate Threads C0064
- Open Process C0065
- Open Thread C0066
- Resume Thread C0054
- Set Thread Context C0072
- Set Thread Local Storage Value C0041
- Suspend Thread C0055
- Terminate Process C0018
- Terminate Thread C0039
- Unmap Section View C0070
- Write Process Memory C0071