# uthread_ucontext **Repository Path**: algo_coding/uthread_ucontext ## Basic Information - **Project Name**: uthread_ucontext - **Description**: This is a sample user thread library written by c based on ucontext. - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-08 - **Last Updated**: 2021-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Introduction The code was successfully tested on MacOS Yosemite(Version 10.10), CentOS 6.5 64. ## How to Compile ```shell make ``` ## How to Run Sample ```shell ./test_sample ``` ## How to Integrate The integration is very simple, just include the "lib-ult.h" head file, and link lib-ult.o together, that's all.