Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 79) sorted by relevance

1234

/glibc-2.36/nptl/
Dnptl-printers.py50 def __init__(self, mutex): argument
65 def to_string(self): argument
73 def children(self): argument
81 def read_values(self): argument
93 def read_type(self): argument
101 def read_status(self): argument
116 def read_status_robust(self): argument
148 def read_status_no_robust(self): argument
185 def read_attributes(self): argument
215 def read_misc_info(self): argument
[all …]
Dlibc-cleanup.c25 struct pthread *self = THREAD_SELF; in __libc_cleanup_push_defer() local
55 struct pthread *self = THREAD_SELF; in libc_hidden_def() local
Dcancellation.c32 struct pthread *self = THREAD_SELF; in __pthread_enable_asynccancel() local
69 struct pthread *self = THREAD_SELF; in libc_hidden_def() local
Dcleanup_defer.c27 struct pthread *self = THREAD_SELF; in ___pthread_register_cancel_defer() local
65 struct pthread *self = THREAD_SELF; in ___pthread_unregister_cancel_restore() local
Dpthread_testcancel.c25 struct pthread *self = THREAD_SELF; in ___pthread_testcancel() local
Dpthread_join_common.c31 struct pthread *self = THREAD_SELF; in cleanup() local
52 struct pthread *self = THREAD_SELF; in __pthread_clockjoin_ex() local
/glibc-2.36/scripts/
Dcheck-obsolete-constructs.py227 def __init__(self, reporter): argument
230 def examine(self, tok): argument
236 def eof(self): argument
246 def examine(self, tok): argument
263 def examine(self, tok): argument
271 def __init__(self, reporter): argument
276 def examine(self, tok): argument
294 def eof(self): argument
297 def _check_prev(self): argument
313 def __init__(self, reporter): argument
[all …]
Dbuild-many-glibcs.py63 def __init__(self, args, returncode, stdout=None, stderr=None): argument
89 def __init__(self, topdir, parallelism, keep, replace_sources, strip, argument
125 def get_script_text(self): argument
130 def exec_self(self): argument
135 def get_build_triplet(self): argument
143 def get_glibc_version(self): argument
158 def add_all_configs(self): argument
467 def add_config(self, **args): argument
480 def component_srcdir(self, component): argument
484 def component_builddir(self, action, config, component, subconfig=None): argument
[all …]
Dtest_printers_exceptions.py25 def __init__(self, file_name, string): argument
37 def __str__(self): argument
47 def __init__(self, symbol): argument
57 def __str__(self): argument
Dglibcsymbols.py39 def __init__(self, symbol, version): argument
46 def __str__(self): argument
49 def __eq__(self, other): argument
52 def __hash__(self): argument
/glibc-2.36/conform/
Dconformtest.py34 def __init__(self, name, text): argument
40 def run(self, header_tests): argument
48 def __init__(self, name, text): argument
54 def run(self, header_tests): argument
62 def __init__(self, dummy, type_name, member_type, member_name, *rest): argument
70 def gen_subtests(self): argument
98 def __init__(self, symbol_type, symbol, extra1=None, extra2=None, argument
114 def gen_subtests(self): argument
193 def __init__(self, dummy, symbol, value=None): argument
199 def gen_subtests(self): argument
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/
Drseq-internal.h30 rseq_register_current_thread (struct pthread *self, bool do_rseq) in rseq_register_current_thread()
45 rseq_register_current_thread (struct pthread *self, bool do_rseq) in rseq_register_current_thread()
Dglibcsyscalls.py76 def __init__(self, lines): argument
106 def merge(self, names): argument
178 def __init__(self, name, path): argument
182 def __repr__(self): argument
Dtls-internal.c25 struct pthread *self = THREAD_SELF; in __glibc_tls_internal_free() local
Dsafe-fatal.h28 pid_t self = INTERNAL_SYSCALL_CALL (getpid); in __safe_fatal() local
/glibc-2.36/math/
Dgen-tgmath-tests.py94 def __init__(self, name, suffix=None, mant_dig=None, condition='1', argument
113 def register_type(self, internal): argument
163 def floating_type(self, floatn): argument
177 def real_floating_type(self, floatn): argument
181 def __str__(self): argument
332 def __init__(self): argument
397 def add_type_var(self, name, cond): argument
405 def add_tests(self, macro, ret, args, complex_func=None): argument
619 def add_all_tests(self, macro): argument
724 def tests_text(self): argument
[all …]
/glibc-2.36/htl/
Dpt-self.c27 struct __pthread *self = _pthread_self (); in __pthread_self() local
Dpt-exit.c35 struct __pthread *self = _pthread_self (); in __pthread_exit() local
/glibc-2.36/sysdeps/htl/
Dpt-getspecific.c26 struct __pthread *self; in __pthread_getspecific() local
/glibc-2.36/sysdeps/hppa/
Dmachine-gmon.h21 #define _MCOUNT_DECL(from, self) \ argument
/glibc-2.36/sysdeps/nptl/
D_Fork.c28 struct pthread *self = THREAD_SELF; in _Fork() local
/glibc-2.36/sysdeps/pthread/
Dtst-eintr4.c33 pthread_t self = pthread_self (); in do_test() local
/glibc-2.36/sysdeps/alpha/
Dmachine-gmon.h19 #define _MCOUNT_DECL(from, self) \ argument
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-mutex-trylock.c29 struct __pthread *self; in __pthread_mutex_trylock() local
/glibc-2.36/sysdeps/ia64/
Dmachine-gmon.h19 #define _MCOUNT_DECL(from, self) \ argument

1234