|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Typedefs | |
| typedef int(__cdecl * | PFN_atexit) (void(__cdecl *) (void)) |
Functions | |
| void | exitfunc1 (void) |
| void | exitfunc2 (void) |
| void | exitfunc3 (void) |
| void | Test_atexit () |
| START_TEST (atexit) | |
Variables | |
| int | g_sequence = 0 |
| HANDLE | g_hSemaphore |
Definition at line 17 of file atexit.c.
Referenced by Test_atexit().
Definition at line 24 of file atexit.c.
Referenced by Test_atexit().
| START_TEST | ( | atexit | ) |
Definition at line 64 of file atexit.c.
| void Test_atexit | ( | ) |
Definition at line 41 of file atexit.c.
Referenced by START_TEST().
| HANDLE g_hSemaphore |
Definition at line 15 of file atexit.c.
Referenced by exitfunc1(), exitfunc2(), exitfunc3(), and Test_atexit().
| int g_sequence = 0 |
Definition at line 14 of file atexit.c.
Referenced by exitfunc1(), exitfunc2(), and exitfunc3().