GDB (xrefs)
Loading...
Searching...
No Matches
Functions
selftests::scoped_fd Namespace Reference

Functions

static void test_destroy ()
 
static void test_release ()
 
static void test_to_file ()
 
static void run_tests ()
 

Function Documentation

◆ run_tests()

static void selftests::scoped_fd::run_tests ( )
static

Definition at line 86 of file scoped_fd-selftests.c.

References test_destroy(), test_release(), and test_to_file().

Referenced by _initialize_scoped_fd_selftests().

◆ test_destroy()

static void selftests::scoped_fd::test_destroy ( )
static

Definition at line 32 of file scoped_fd-selftests.c.

Referenced by run_tests().

◆ test_release()

static void selftests::scoped_fd::test_release ( )
static

Definition at line 51 of file scoped_fd-selftests.c.

Referenced by run_tests().

◆ test_to_file()

static void selftests::scoped_fd::test_to_file ( )
static

Definition at line 70 of file scoped_fd-selftests.c.

Referenced by run_tests().