https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_setcancelstate.html The pthread_setcancelstate() function may fail if: [EINVAL] The specified state is not PTHREAD_CANCEL_ENABLE or PTHREAD_CANCEL_DISABLE. The pthread_setcanceltype() function may fail if: [EINVAL] The specified type is not PTHREAD_CANCEL_DEFERRED or PTHREAD_CANCEL_ASYNCHRONOUS. Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com> |
||
|---|---|---|
| .. | ||
| clock_ticks2time.c | ||
| clock_time2ticks.c | ||
| clock_timespec_add.c | ||
| clock_timespec_subtract.c | ||
| Make.defs | ||
| sched_backtrace.c | ||
| sched_cpucount.c | ||
| sched_dumpstack.c | ||
| sched_getprioritymax.c | ||
| sched_getprioritymin.c | ||
| task_setcanceltype.c | ||
| task_startup.c | ||
| task_testcancel.c | ||