Searched defs:pthread_internal_t (Results 1 – 1 of 1) sorted by relevance
45 struct pthread_internal_t { struct46 struct pthread_internal_t* next; argument47 struct pthread_internal_t* prev; argument49 pid_t tid;55 pid_t invalidate_cached_pid() { in invalidate_cached_pid()62 void set_cached_pid(pid_t value) { in set_cached_pid()66 bool get_cached_pid(pid_t* cached_pid) { in get_cached_pid()71 bool user_allocated_stack() { in user_allocated_stack()97 __LIBC_HIDDEN__ int __init_thread(pthread_internal_t* thread, bool add_to_thread_list); argument