Searched defs:__exit (Results 1 - 1 of 1) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
H A Dinit.h23 #define __exit __attribute__ ((__section__(".exit.text"))) macro
25 #define __exit __attribute_used__ __attribute__ ((__section__(".exit.text"))) macro
112 #define __devexit __exit
117 #define __cpuexit __exit
122 #define __memexit __exit

Completed in 22 milliseconds