Skip to content

pthread: destroy cleanup handlers on cancel #932

pthread: destroy cleanup handlers on cancel

pthread: destroy cleanup handlers on cancel #932

GitHub Actions / clang-format failed Nov 9, 2023 in 0s

reviewdog [clang-format] report

reported by reviewdog 🐶

Findings (2)

pthread/pthread.c|593| suggested fix
pthread/pthread.c|656| suggested fix

Filtered Findings (0)

Annotations

Check failure on line 593 in pthread/pthread.c

See this annotation in the file changed.

@github-actions github-actions / clang-format

[clang-format] pthread/pthread.c#L593

suggested fix
Raw output
pthread/pthread.c:593:-			param->sched_priority < sched_get_priority_min(SCHED_RR))
pthread/pthread.c:593:+		param->sched_priority < sched_get_priority_min(SCHED_RR))

Check failure on line 656 in pthread/pthread.c

See this annotation in the file changed.

@github-actions github-actions / clang-format

[clang-format] pthread/pthread.c#L656

suggested fix
Raw output
pthread/pthread.c:656:-			(detachstate != PTHREAD_CREATE_JOINABLE)) {
pthread/pthread.c:656:+		(detachstate != PTHREAD_CREATE_JOINABLE)) {