Searched refs:do_nothing (Results 1 – 5 of 5) sorted by relevance
34 static void do_nothing(int sig) in do_nothing() function72 set_one_signal_handler(SIGPIPE, do_nothing, 0) == -1) in fuse_set_signal_handlers()90 set_one_signal_handler(SIGPIPE, do_nothing, 1); in fuse_remove_signal_handlers()
186 goto do_nothing; in process_rewind()191 goto do_nothing; in process_rewind()197 goto do_nothing; in process_rewind()208 do_nothing: in process_rewind()
7 static int do_nothing(void) in do_nothing() function
422 def do_nothing(): function
6736 struct do_nothing { void operator()() const {} }; in operator ()() struct6743 : f(new model<do_nothing>{ {} }) {} in BenchmarkFunction()