HomeSort by: relevance | last modified time | path
    Searched refs:lrt (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/usr.sbin/psrset/
Makefile 6 LDADD+= -lrt
  /src/regress/sys/kern/latency1/
Makefile 7 LDADD= -lpthread -lrt
  /src/regress/sys/kern/latency2/
Makefile 7 LDADD= -lpthread -lrt
  /src/usr.sbin/schedctl/
Makefile 6 LDADD+= -lrt -lkvm
  /src/tests/lib/librt/
Makefile 9 LDADD+= -lrt
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
watchthreads-reorder.exp 34 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" ${binfile} executable [list debug additional_flags=-lrt]] != "" } {
ia64-sigill.exp 24 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" ${binfile} executable [list debug additional_flags=-lrt]] != "" } {
siginfo-threads.exp 22 [list debug additional_flags=-lrt]] != "" } {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
watchthreads-reorder.exp 34 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" ${binfile} executable [list debug additional_flags=-lrt]] != "" } {
ia64-sigill.exp 24 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" ${binfile} executable [list debug additional_flags=-lrt]] != "" } {
siginfo-threads.exp 22 [list debug additional_flags=-lrt]] != "" } {
  /src/tests/lib/libpthread/
Makefile 47 LDADD.t_sem+= -lrt
48 LDADD.t_cancellation+= -lrt
49 LDADD.t_compat_cancel+= -lrt
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
Makefile 17 DIRLIBS = $(TTCLASSES)/ttclasses.a -L $(ODBC)/lib -R $(ODBC)/lib -ltten -lpthread -lm -lrt
  /src/tests/lib/libc/sys/
Makefile 103 LDADD.t_aio_cancel+= -lrt -lpthread
104 LDADD.t_aio_suspend+= -lrt -lpthread
105 LDADD.t_aio_rw+= -lrt -lpthread
106 LDADD.t_aio_lio+= -lrt -lpthread
  /src/usr.bin/rump_dhcpclient/
configure.c 63 find_route(struct rt *rts, const struct rt *r, struct rt **lrt,
68 if (lrt)
69 *lrt = NULL;
79 if (lrt)
80 *lrt = rt;
340 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; local
351 for (rt = dnr; rt && (rtn = rt->next, 1); lrt = rt, rt = rtn) {
375 else if (lrt)
376 lrt->next = rtn;
  /src/usr.sbin/ldpd/
tlv_stack.c 242 uint8_t prefixlen, uint32_t label, const struct label_request_tlv *lrt)
266 (lrt != NULL ? sizeof(struct label_request_tlv) : 0) );
279 + (lrt != NULL ? sizeof(struct label_request_tlv) : 0));
310 if (lrt)
312 lrt, htons(lrt->length) + TLV_TYPE_LENGTH);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
Makefile.am 48 $(LD_NO_AS_NEEDED) -Wl,-lrt -Wl,-ldl
62 # Prevent libtool from reordering -Wl,--no-as-needed after -lrt by
63 # disguising -lrt as a linker flag.
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
Makefile.am 48 $(LD_NO_AS_NEEDED) -Wl,-lrt -Wl,-ldl
61 # Prevent libtool from reordering -Wl,--no-as-needed after -lrt by
62 # disguising -lrt as a linker flag.
  /src/external/mit/libuv/dist/docs/code/
Makefile 43 LIBS=-lrt -ldl -lm -pthread -lcurl
  /src/tests/kernel/
Makefile 79 LDADD.t_mqueue+= -lrt
  /src/sys/external/bsd/acpica/dist/generate/unix/acpiexec/
Makefile 266 LDFLAGS += -lrt
  /src/lib/librumpuser/
configure 3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_nanosleep in -lrt" >&5
3833 $as_echo_n "checking for clock_nanosleep in -lrt... " >&6; }
3838 LIBS="-lrt $LIBS"
3873 LIBS="-lrt $LIBS"
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
3882 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
3887 LIBS="-lrt $LIBS"
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_nanosleep in -lrt" >&5
3950 $as_echo_n "checking for clock_nanosleep in -lrt... " >&6; }
3955 LIBS="-lrt $LIBS
    [all...]
  /src/external/gpl2/gmake/dist/w32/
Makefile 128 LIBS = -lrt
  /src/external/gpl3/gcc/dist/libsanitizer/
configure 16052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shm_open in -lrt" >&5
16053 $as_echo_n "checking for shm_open in -lrt... " >&6; }
16058 LIBS="-lrt $LIBS"
16089 link_sanitizer_common="-lrt $link_sanitizer_common"
16159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
16160 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
16165 LIBS="-lrt $LIBS"
16196 link_libasan="-lrt $link_libasan"
16197 link_libtsan="-lrt $link_libtsan"
  /src/external/gpl3/gcc.old/dist/libsanitizer/
configure 15856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shm_open in -lrt" >&5
15857 $as_echo_n "checking for shm_open in -lrt... " >&6; }
15862 LIBS="-lrt $LIBS"
15893 link_sanitizer_common="-lrt $link_sanitizer_common"
15963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
15964 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
15969 LIBS="-lrt $LIBS"
16000 link_libasan="-lrt $link_libasan"
16001 link_libtsan="-lrt $link_libtsan"

Completed in 81 milliseconds

1 2