Home
last modified time | relevance | path

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

/freebsd-head/contrib/netbsd-tests/lib/libpthread/
HDt_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-head/contrib/bmake/
HDconfigure6297 do_nothing (int sig)
6361 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd-head/contrib/ntp/sntp/
HDconfigure8539 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-head/contrib/ntp/
HDconfigure15842 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-head/contrib/file/
HDconfigure15345 do_nothing (int sig)
15409 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd-head/contrib/ldns/
HDconfigure18795 do_nothing (int sig)
18859 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd-head/contrib/bsnmp/tests/
HDcatch.hpp6670 struct do_nothing { void operator()() const {} }; in operator ()() struct
6677 : f(new model<do_nothing>{ {} }) {} in BenchmarkFunction()
/freebsd-head/contrib/unbound/
HDconfigure16947 do_nothing (int sig)
17011 if (signal (SIGTERM, do_nothing) != SIG_DFL)
/freebsd-head/contrib/flex/
HDChangeLog1064 * lib/lib.c: warning: no previous prototype for 'do_nothing'