Searched refs:parent_handler (Results 1 – 3 of 3) sorted by relevance
47 static void parent_handler() in parent_handler() function69 if (pthread_atfork(prepare_handler, parent_handler, child_handler) != 0) { in main()
53 static void parent_handler(int sig LTP_ATTRIBUTE_UNUSED) in parent_handler() function92 parent_act.sa_handler = parent_handler; in run()
1676 CefRefPtr<ParentOrderMainTestHandler> parent_handler = in RunOrderMainPopupTest() local1680 collection.AddTestHandler(parent_handler.get()); in RunOrderMainPopupTest()1683 ReleaseAndWaitForDestructor(parent_handler); in RunOrderMainPopupTest()