testing/ostest/signest.c: Appease nxstyle
This commit is contained in:
parent
0d9579e21c
commit
0a1825b384
@ -33,6 +33,10 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Included Files
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -204,6 +208,7 @@ static int interfere_main(int argc, char *argv[])
|
|||||||
g_interferer_running = false;
|
g_interferer_running = false;
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
@ -280,7 +285,9 @@ void signest_test(void)
|
|||||||
FFLUSH();
|
FFLUSH();
|
||||||
usleep(500 * 1000L);
|
usleep(500 * 1000L);
|
||||||
|
|
||||||
/* Then signal the waiter thread with back-to-back signals, one masked and the other unmasked. */
|
/* Then signal the waiter thread with back-to-back signals, one masked
|
||||||
|
* and the other unmasked.
|
||||||
|
*/
|
||||||
|
|
||||||
for (i = 0; i < 10; i++)
|
for (i = 0; i < 10; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user