| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* Function to determine if a thread group is single threaded or not |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (C) 2008 Red Hat, Inc. All Rights Reserved. |
|---|
| 4 | 5 | * Written by David Howells (dhowells@redhat.com) |
|---|
| 5 | 6 | * - Derived from security/selinux/hooks.c |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or |
|---|
| 8 | | - * modify it under the terms of the GNU General Public Licence |
|---|
| 9 | | - * as published by the Free Software Foundation; either version |
|---|
| 10 | | - * 2 of the Licence, or (at your option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | #include <linux/sched/signal.h> |
|---|
| 13 | 9 | #include <linux/sched/task.h> |
|---|