Searched refs:_ARC4_ATFORK (Results 1 – 2 of 2) sorted by relevance
42 #define _ARC4_ATFORK(f) __register_atfork(NULL, NULL, (f), __dso_handle) macro44 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
32 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro