Skip to content

Commit

Permalink
rt_tgsigqueueinfo01: Convert doc to docparse
Browse files Browse the repository at this point in the history
Link: https://lore.kernel.org/ltp/[email protected]/
Reviewed-by: Cyril Hrubis <[email protected]>
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Dec 3, 2024
1 parent aff1b43 commit 6e1c83e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2019 Linaro Limited. All rights reserved.
* Copyright (c) Linux Test Project, 2019-2024
* Author: Sumit Garg <[email protected]>
*/

/*
* Test rt_tgsigqueueinfo
*
* This tests the rt_tgsigqueueinfo() syscall. It sends the signal and data
/*\
* Basic test for rt_tgsigqueueinfo(2) syscall. It sends the signal and data
* to the single thread specified by the combination of tgid, a thread group
* ID, and tid, a thread in that thread group.
*
* Also this implement 3 tests differing on the basis of signal sender:
*
* - Sender and receiver is the same thread.
* - Sender is parent of the thread.
* - Sender is different thread.
Expand Down

0 comments on commit 6e1c83e

Please sign in to comment.