Searched defs:_ARC4_ATFORK (Results 1 – 2 of 2) sorted by relevance
39 #define _ARC4_ATFORK(f) __register_atfork(NULL, NULL, (f), __dso_handle) macro41 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
51 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro