Home
last modified time | relevance | path

Searched refs:do_nothing (Results 1 – 5 of 5) sorted by relevance

/third_party/libfuse/lib/
Dfuse_signals.c34 static void do_nothing(int sig) in do_nothing() function
72 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()
/third_party/pulseaudio/src/modules/
Dmodule-null-sink.c186 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()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dcompound-sizes.c7 static int do_nothing(void) in do_nothing() function
/third_party/python/Lib/test/
Dtest_pdb.py422 def do_nothing(): function
/third_party/libabigail/tests/lib/
Dcatch.hpp6736 struct do_nothing { void operator()() const {} }; in operator ()() struct
6743 : f(new model<do_nothing>{ {} }) {} in BenchmarkFunction()