Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 1922) sorted by relevance

12345678910>>...77

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-sched1.c40 pthread_attr_t at; in do_test() local
42 if (pthread_attr_init (&at) != 0) in do_test()
48 if (pthread_attr_setschedpolicy (&at, SCHED_OTHER) != 0) in do_test()
61 if (pthread_attr_setschedparam (&at, &pa) != 0) in do_test()
67 if (pthread_attr_setinheritsched (&at, PTHREAD_EXPLICIT_SCHED) != 0) in do_test()
73 if (pthread_create (&th, &at, tf, NULL) != 0) in do_test()
A Dtst-once2.c62 pthread_attr_t at; in do_test() local
66 if (pthread_attr_init (&at) != 0) in do_test()
72 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
79 if (pthread_create (&th[cnt], &at, tf, (void *) (long int) cnt) != 0) in do_test()
85 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-cancel10.c73 pthread_attr_t at; in do_test() local
75 if (pthread_attr_init (&at) != 0) in do_test()
81 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
92 if (pthread_create (&th[i], &at, tf, (void *) (long int) i) != 0) in do_test()
98 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-barrier4.c67 pthread_attr_t at; in do_test() local
70 if (pthread_attr_init (&at) != 0) in do_test()
76 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
96 if (pthread_create (&th[cnt], &at, tf, NULL) != 0) in do_test()
102 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-mutex7.c67 pthread_attr_t at; in do_test() local
71 if (pthread_attr_init (&at) != 0) in do_test()
77 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
90 if (pthread_create (&th[cnt], &at, tf, (void *) (long int) cnt) != 0) in do_test()
96 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-basic2.c51 pthread_attr_t at; in do_test() local
53 if (pthread_attr_init (&at) != 0) in do_test()
59 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
80 if (pthread_create (&th[i], &at, tf, (void *) (long int) i) != 0) in do_test()
95 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-cond10.c89 pthread_attr_t at; in do_test() local
91 if (pthread_attr_init (&at) != 0) in do_test()
97 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
112 if (pthread_create (&th[i], &at, tf, NULL) != 0) in do_test()
161 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-cond2.c88 pthread_attr_t at; in do_test() local
90 if (pthread_attr_init (&at) != 0) in do_test()
96 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
106 err = pthread_create (&th[i], &at, tf, (void *) (long int) i); in do_test()
122 if (pthread_attr_destroy (&at) != 0) in do_test()
A Dtst-fork1.c73 pthread_attr_t at; in main() local
75 if (pthread_attr_init (&at) != 0) in main()
81 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in main()
95 if (pthread_attr_destroy (&at) != 0) in main()
A Dtst-clock2.c90 pthread_attr_t at; in do_test() local
92 if (pthread_attr_init (&at) != 0) in do_test()
98 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test()
108 if (pthread_create (&th[i], &at, tf, NULL) != 0) in do_test()
132 if (pthread_attr_destroy (&at) != 0) in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dgetaddrinfo.c398 struct gaih_addrtuple *at; in gaih_inet() local
504 at = NULL; in gaih_inet()
507 at->family = AF_UNSPEC; in gaih_inet()
508 at->scopeid = 0; in gaih_inet()
509 at->next = NULL; in gaih_inet()
514 at->family = AF_INET; in gaih_inet()
529 at->family = AF_INET6; in gaih_inet()
535 if (at->scopeid == 0) in gaih_inet()
590 if (at->family == AF_UNSPEC) in gaih_inet()
603 at->family = AF_INET6; in gaih_inet()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dsyscall_error.S36 .set at define
41 .set at define
70 .set at define
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A Dunifdef.c871 if(at == LT_IF || bt == LT_IF) return (LT_IF); in op_strict()
875 return op_strict(p, a < b, at, bt); in op_lt()
878 return op_strict(p, a > b, at, bt); in op_gt()
881 return op_strict(p, a <= b, at, bt); in op_le()
884 return op_strict(p, a >= b, at, bt); in op_ge()
887 return op_strict(p, a == b, at, bt); in op_eq()
890 return op_strict(p, a != b, at, bt); in op_ne()
893 if (!strictlogic && (at == LT_TRUE || bt == LT_TRUE)) in op_or()
895 return op_strict(p, a || b, at, bt); in op_or()
898 if (!strictlogic && (at == LT_FALSE || bt == LT_FALSE)) in op_and()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/backward/
A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
34 may be removed without further notice at a future date. Please use a \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/backward/
A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
34 may be removed without further notice at a future date. Please use a \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/backward/
A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
34 may be removed without further notice at a future date. Please use a \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/backward/
A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
34 may be removed without further notice at a future date. Please use a \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/backward/
A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
34 may be removed without further notice at a future date. Please use a \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/backward/
A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
34 may be removed without further notice at a future date. Please use a \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/backward/
A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
34 may be removed without further notice at a future date. Please use a \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/backward/
A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
34 may be removed without further notice at a future date. Please use a \
/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/
A DMakefile.in6 tst-tls14 tst-tls15 tst-tls16 tst-tls17 tst-tls18 tst-tls-at-ctor \
64 CFLAGS_tst-tlsmod-at-ctor.so := -fPIC -DSHARED -shared
96 LDFLAGS_tst-tlsmod-at-ctor.so := -shared -static-libgcc -L$(top_builddir)lib
114 LDFLAGS_tst-tls-at-ctor := tst-tlsmod-at-ctor.so
141 tst-tls-at-ctor: tst-tlsmod-at-ctor.so
/l4re-core-master/cxx/lib/base/include/
A Dstring94 /// Substring of length `len` starting at `idx`.
103 /// Substring of length `len` starting at `start`.
175 /// Find character `c` starting at position `s`. Return end() if not found.
194 * Find character set at position.
199 * \retval end() if no char in `c` is contained in string at or behind `s`.
220 /// Get character at `idx`.
222 /// Get character at `idx`.
224 /// Get character at `idx`.
/l4re-core-master/cxx/lib/tl/include/
A Dbitmap139 * \brief Get the bit at index \a bit.
147 * \brief Get the lvalue for the bit at index \a bit.
158 * \param start_bit Hint at the number of the first bit to look at.
193 * \param start_bit Hint at the number of the first bit to look at.
198 * \retval -1 All bits at `start_bit` or higher are set.
/l4re-core-master/l4re/include/
A Dmem_alloc47 * L4Re::Dataspace). The provided dataspaces have at least the
90 * leaving an amount of at least `-size` bytes within the
96 * will be at least L4_PAGESHIFT,
97 * with Super_pages flag set at least L4_SUPERPAGESHIFT

Completed in 35 milliseconds

12345678910>>...77