Searched defs:self (Results 1 – 25 of 37) sorted by relevance
12
30 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()
76 def __init__(self, lines): argument106 def merge(self, names): argument178 def __init__(self, name, path): argument182 def __repr__(self): argument
28 pid_t self = INTERNAL_SYSCALL_CALL (getpid); in __safe_fatal() local
26 struct __pthread *self; in __pthread_getspecific() local
26 struct __pthread *self = _pthread_self (); in __pthread_setspecific() local
61 struct __pthread *self = _pthread_self (); in pthread_barrier_wait() local
35 struct __pthread *self; in __pthread_rwlock_timedrdlock_internal() local
35 struct __pthread *self; in __pthread_rwlock_timedwrlock_internal() local
31 struct pthread *self = THREAD_SELF; in _Fork() local
30 struct pthread *self = THREAD_SELF; in __thread_gscope_wait() local
48 struct pthread *self = THREAD_SELF; in __libc_start_call_main() local
58 struct pthread *self = (struct pthread *) THREAD_SELF; in reclaim_stacks() local
19 #define _MCOUNT_DECL(from, self) \ argument
29 struct __pthread *self; in __pthread_mutex_trylock() local
29 struct __pthread *self; in __pthread_mutex_lock() local
29 struct __pthread *self; in __pthread_mutex_unlock() local
30 struct __pthread *self = _pthread_self (); in __pthread_mutex_transfer_np() local
31 struct __pthread *self; in __pthread_mutex_clocklock() local
47 struct __pthread *self = _pthread_self (); in __pthread_hurd_cond_timedwait_internal() local
33 pthread_t self = pthread_self (); in do_test() local
46 pthread_t self = pthread_self (); in do_test() local
21 #define _MCOUNT_DECL(from, self) \ argument
84 struct pthread *self = THREAD_SELF; in __makecontext() local
83 mach_port_t self = __mach_thread_self (); in __clock_gettime() local
Completed in 47 milliseconds