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

/freebsd-11.0-release/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c75 do_nothing(void *dummy) function
90 PTHREAD_REQUIRE(pthread_create(&t, NULL, do_nothing, NULL));
/freebsd-11.0-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh882 do_nothing;
1403 # 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;
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dtop.c1049 do_nothing (int signo)
1057 signal (signo, do_nothing);
1079 signal (SIGQUIT, do_nothing);
1081 if (signal (SIGHUP, do_nothing) != SIG_IGN)
1043 do_nothing (int signo) function

Completed in 82 milliseconds