ps.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2010 Freie Universität Berlin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
28 void ps(void);
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
void ps(void)
Print information to all active threads to stdout.