Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c77 do_nothing(void *dummy) in do_nothing() function
92 PTHREAD_REQUIRE(pthread_create(&t, NULL, do_nothing, NULL)); in ATF_TC_BODY()
/freebsd/contrib/bmake/
H A Dconfigure6297 do_nothing (int sig)
6361 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/ntp/sntp/
H A Dconfigure8539 do_nothing (int sig)
8603 if (signal (SIGTERM, do_nothing) != SIG_DFL)
25871 do_nothing (int sig)
25935 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/ntp/
H A Dconfigure15842 do_nothing (int sig)
15906 if (signal (SIGTERM, do_nothing) != SIG_DFL)
17938 do_nothing (int sig)
18002 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/file/
H A Dconfigure15345 do_nothing (int sig)
15409 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/ldns/
H A Dconfigure18795 do_nothing (int sig)
18859 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6670 struct do_nothing { void operator()() const {} }; in operator ()() argument
6677 : f(new model<do_nothing>{ {} }) {} in BenchmarkFunction()
/freebsd/contrib/unbound/
H A Dconfigure16932 do_nothing (int sig)
16996 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd/contrib/flex/
H A DChangeLog1064 * lib/lib.c: warning: no previous prototype for 'do_nothing'