Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
H A Dfuse_signals.c34 static void do_nothing(int sig) in do_nothing() function
64 /* If we used SIG_IGN instead of the do_nothing function, in fuse_set_signal_handlers()
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/
H A Dmodule-null-sink.c204 goto do_nothing; in process_rewind()
209 goto do_nothing; in process_rewind()
215 goto do_nothing; in process_rewind()
226 do_nothing: in process_rewind()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dcompound-sizes.c7 static int do_nothing(void) in do_nothing() function
/third_party/python/Lib/test/
H A Dtest_pdb.py346 ... 'break test.test_pdb.do_nothing',
355 (Pdb) break test.test_pdb.do_nothing
434 def do_nothing(): function
445 ... test.test_pdb.do_nothing()
472 ... 'step', # step into do_nothing
493 3 test.test_pdb.do_nothing()
511 3 test.test_pdb.do_nothing()
519 -> test.test_pdb.do_nothing()
522 > ...test_pdb.py(...)do_nothing()
523 -> def do_nothing()
[all...]
/third_party/libabigail/tests/lib/
H A Dcatch.hpp6736 struct do_nothing { void operator()() const {} };
6743 : f(new model<do_nothing>{ {} }) {}

Completed in 18 milliseconds