Home
last modified time | relevance | path

Searched defs:_atexit (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dreent.h91 struct _atexit { struct
92 struct _atexit *_next; /* next in list */ argument
99 struct _atexit { struct
100 struct _atexit *_next; /* next in list */ argument
101 int _ind; /* next index in this table */
103 void (*_fns[_ATEXIT_SIZE])(void); /* the table itself */
104 struct _on_exit_args _on_exit_args;
417 struct _atexit *_atexit; member
681 struct _atexit *_atexit; /* points to head of LIFO stack */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dreent.h91 struct _atexit { struct
92 struct _atexit *_next; /* next in list */ argument
99 struct _atexit { argument
100 struct _atexit *_next; /* next in list */ argument
101 int _ind; /* next index in this table */
103 void (*_fns[_ATEXIT_SIZE])(void); /* the table itself */
104 struct _on_exit_args _on_exit_args;
417 struct _atexit *_atexit; member
681 struct _atexit *_atexit; /* points to head of LIFO stack */ member