Home
last modified time | relevance | path

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

/trueos/contrib/netbsd-tests/lib/libpthread/
HDt_rwlock.c75 do_nothing(void *dummy) in do_nothing() function
90 PTHREAD_REQUIRE(pthread_create(&t, NULL, do_nothing, NULL)); in ATF_TC_BODY()
/trueos/contrib/groff/contrib/groffer/
HDgroffer2.sh882 do_nothing;
1407 do_nothing() function
2611 2|3) do_nothing; ;;
4276 do_nothing;
4280 do_nothing;
4295 do_nothing;
4300 do_nothing;
4303 do_nothing;
4318 do_nothing;
4326 do_nothing;
[all …]
HDChangeLog82 - $_OPT_DO_NOTHING: New variable for do_nothing(). Handle it at
/trueos/contrib/ntp/sntp/
HDheader.h47 extern void do_nothing (int seconds);
HDunix.c21 void do_nothing (int seconds) { in do_nothing() function
HDmain.c1254 do_nothing(waiting); in run_daemon()
1356 do_nothing(waiting); in run_daemon()
/trueos/contrib/gdb/gdb/
HDtop.c1043 do_nothing (int signo) in do_nothing() function
1051 signal (signo, do_nothing); in do_nothing()
1073 signal (SIGQUIT, do_nothing); in init_signals()
1075 if (signal (SIGHUP, do_nothing) != SIG_IGN) in init_signals()
/trueos/contrib/gcc/
HDChangeLog-200526678 (struct dbx_debug_h): Add do_nothing function for new debug_hooks
26683 * debug.c (struct do_nothing_debug_hooks): Add do_nothing function
26748 * sdbout.c (sdb_debug_hooks): Add do_nothing for new function,
26779 *vmsdbgout.c (vmsdbg_debug_hooks): Add do_nothing for new function,