/third_party/musl/porting/liteos_a/user/arch/arm/ |
D | pthread_arch.h | 5 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/ |
D | pthread_arch.h | 5 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/ |
D | pthread_cancel.c | 10 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()
|
D | pthread_self.c | 4 pthread_t __pthread_self() in __pthread_self() function 13 return __pthread_self(); in __pthread_self_internal()
|
D | pthread_create.c | 24 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()
|
D | pthread_mutex_timedlock.c | 25 pthread_t self = __pthread_self(); in pthread_mutex_timedlock_pi() 77 && own == __pthread_self()->tid) in __pthread_mutex_timedlock()
|
/third_party/musl/src/thread/ |
D | pthread_cancel.c | 10 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()
|
D | pthread_key_create.c | 25 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()
|
D | pthread_create.c | 34 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()
|
D | synccall.c | 22 if (__pthread_self()->tid != target_tid) return; in handler() 49 pthread_t self = __pthread_self(), td; in __synccall()
|
D | pthread_mutex_timedlock.c | 25 pthread_t self = __pthread_self(); in pthread_mutex_timedlock_pi() 79 && own == __pthread_self()->tid) in __pthread_mutex_timedlock()
|
D | pthread_self.c | 6 return __pthread_self(); in __pthread_self_internal()
|
D | __tls_get_addr.c | 5 pthread_t self = __pthread_self(); in __tls_get_addr()
|
/third_party/musl/src/stdio/ |
D | ftrylockfile.c | 8 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()
|
D | flockfile.c | 8 __register_locked_file(f, __pthread_self()); in flockfile()
|
/third_party/musl/src/ldso/ |
D | dlerror.c | 10 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/ |
D | dlerror.c | 11 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/ |
D | pthread_create.c | 61 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()
|
D | pthread_mutex_timedlock.c | 41 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/ |
D | pthread_self.c | 5 _LIBC_TEXT_SECTION pthread_t __pthread_self() in __pthread_self() function 12 weak_alias(__pthread_self, pthread_self);
|
/third_party/musl/arch/arm/ |
D | pthread_arch.h | 4 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/ |
D | locale_impl.h | 38 #define CURRENT_LOCALE (__pthread_self()->locale) 40 #define CURRENT_UTF8 (!!__pthread_self()->locale->cat[LC_CTYPE])
|
/third_party/musl/src/time/ |
D | timer_create.c | 25 pthread_t self = __pthread_self(); in cleanup_fromsig() 50 pthread_t self = __pthread_self(); in start()
|
/third_party/musl/porting/linux/user/src/linux/ |
D | gettid.c | 7 return __pthread_self()->tid; in gettid()
|
/third_party/musl/src/errno/ |
D | __errno_location.c | 6 return &__pthread_self()->errno_val; in __errno_location()
|