Home
last modified time | relevance | path

Searched refs:__pthread_self (Results 1 – 25 of 75) sorted by relevance

123

/third_party/musl/porting/liteos_a/user/arch/arm/
Dpthread_arch.h5 static inline pthread_t __pthread_self()
20 static inline pthread_t __pthread_self()
30 extern pthread_t __pthread_self();
/third_party/musl/porting/liteos_m/user/arch/arm/
Dpthread_arch.h5 static inline pthread_t __pthread_self()
20 static inline pthread_t __pthread_self()
30 extern pthread_t __pthread_self();
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_cancel.c10 pthread_t self = __pthread_self(); in __cancel()
29 if ((st=(self=__pthread_self())->canceldisable) in __syscall_cp_c()
50 pthread_t self = __pthread_self(); in cancel_handler()
60 pthread_t self = __pthread_self(); in __testcancel()
Dpthread_self.c4 pthread_t __pthread_self() in __pthread_self() function
13 return __pthread_self(); in __pthread_self_internal()
Dpthread_create.c24 int tid = __pthread_self()->tid; in __tl_lock()
55 pthread_t self = __pthread_self(); in __pthread_exit()
165 struct pthread *self = __pthread_self(); in __do_cleanup_push()
172 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
251 self = __pthread_self(); in __pthread_create()
Dpthread_mutex_timedlock.c25 pthread_t self = __pthread_self(); in pthread_mutex_timedlock_pi()
77 && own == __pthread_self()->tid) in __pthread_mutex_timedlock()
/third_party/musl/src/thread/
Dpthread_cancel.c10 pthread_t self = __pthread_self(); in __cancel()
29 if ((st=(self=__pthread_self())->canceldisable) in __syscall_cp_c()
50 pthread_t self = __pthread_self(); in cancel_handler()
72 pthread_t self = __pthread_self(); in __testcancel()
Dpthread_key_create.c25 pthread_t self = __pthread_self(); in __pthread_key_create()
51 pthread_t self = __pthread_self(), td=self; in __pthread_key_delete()
71 pthread_t self = __pthread_self(); in __pthread_tsd_run_dtors()
Dpthread_create.c34 int tid = __pthread_self()->tid; in __tl_lock()
65 pthread_t self = __pthread_self(); in __pthread_exit()
171 struct pthread *self = __pthread_self(); in __do_cleanup_push()
178 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
244 self = __pthread_self(); in __pthread_create()
401 struct pthread *self = __pthread_self(); in __pthread_list_find()
Dsynccall.c22 if (__pthread_self()->tid != target_tid) return; in handler()
49 pthread_t self = __pthread_self(), td; in __synccall()
Dpthread_mutex_timedlock.c25 pthread_t self = __pthread_self(); in pthread_mutex_timedlock_pi()
79 && own == __pthread_self()->tid) in __pthread_mutex_timedlock()
Dpthread_self.c6 return __pthread_self(); in __pthread_self_internal()
D__tls_get_addr.c5 pthread_t self = __pthread_self(); in __tls_get_addr()
/third_party/musl/src/stdio/
Dftrylockfile.c8 for (f=__pthread_self()->stdio_locks; f; f=f->next_locked) in __do_orphaned_stdio_locks()
17 else __pthread_self()->stdio_locks = f->next_locked; in __unlist_locked_file()
32 pthread_t self = __pthread_self(); in ftrylockfile()
Dflockfile.c8 __register_locked_file(f, __pthread_self()); in flockfile()
/third_party/musl/src/ldso/
Ddlerror.c10 pthread_t self = __pthread_self(); in dlerror()
25 pthread_t self = __pthread_self(); in __dl_thread_cleanup()
47 pthread_t self = __pthread_self(); in __dl_vseterr()
/third_party/musl/porting/linux/user/src/ldso/
Ddlerror.c11 pthread_t self = __pthread_self(); in dlerror()
26 pthread_t self = __pthread_self(); in __dl_thread_cleanup()
48 pthread_t self = __pthread_self(); in __dl_vseterr()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c61 pthread_t self = __pthread_self(); in __pthread_reserve_signal_stack()
64 snprintf(name, ANON_STACK_NAME_SIZE, "signal_stack:%d", __pthread_self()->tid); in __pthread_reserve_signal_stack()
71 pthread_t self = __pthread_self(); in __pthread_release_signal_stack()
103 int tid = __pthread_self()->tid; in __tl_lock()
134 pthread_t self = __pthread_self(); in __pthread_exit()
243 struct pthread *self = __pthread_self(); in __do_cleanup_push()
250 __pthread_self()->cancelbuf = cb->__next; in __do_cleanup_pop()
322 self = __pthread_self(); in __pthread_create()
481 struct pthread *self = __pthread_self(); in __pthread_list_find()
Dpthread_mutex_timedlock.c41 pthread_t self = __pthread_self(); in pthread_mutex_timedlock_pi()
98 && own == __pthread_self()->tid) in __pthread_mutex_timedlock()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_self.c5 _LIBC_TEXT_SECTION pthread_t __pthread_self() in __pthread_self() function
12 weak_alias(__pthread_self, pthread_self);
/third_party/musl/arch/arm/
Dpthread_arch.h4 static inline pthread_t __pthread_self() in __pthread_self() function
19 static inline pthread_t __pthread_self() in __pthread_self() function
/third_party/musl/src/internal/
Dlocale_impl.h38 #define CURRENT_LOCALE (__pthread_self()->locale)
40 #define CURRENT_UTF8 (!!__pthread_self()->locale->cat[LC_CTYPE])
/third_party/musl/src/time/
Dtimer_create.c25 pthread_t self = __pthread_self(); in cleanup_fromsig()
50 pthread_t self = __pthread_self(); in start()
/third_party/musl/porting/linux/user/src/linux/
Dgettid.c7 return __pthread_self()->tid; in gettid()
/third_party/musl/src/errno/
D__errno_location.c6 return &__pthread_self()->errno_val; in __errno_location()

123