Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 14 of 14) sorted by relevance

/third_party/ulib/musl/src/internal/
A Dthreads_impl.h20 #define pthread __pthread macro
40 struct pthread { struct
78 #define PTHREAD_TP_OFFSET offsetof(struct pthread, head) argument
84 ((ptrdiff_t)offsetof(struct pthread, field) - PTHREAD_TP_OFFSET)
90 static_assert((sizeof(struct pthread) -
91 offsetof(struct pthread, head)) == ABI_TCBHEAD_SIZE,
105 static inline void* pthread_to_tp(struct pthread* thread) { in pthread_to_tp()
109 static inline struct pthread* tp_to_pthread(void* tp) { in tp_to_pthread()
110 return (struct pthread*)((char*)tp - PTHREAD_TP_OFFSET); in tp_to_pthread()
/third_party/ulib/musl/
A Dmusl-rules.mk48 $(LOCAL_DIR)/pthread/pthread_atfork.c \
78 $(LOCAL_DIR)/pthread/pthread_join.c \
79 $(LOCAL_DIR)/pthread/pthread_key.c \
80 $(LOCAL_DIR)/pthread/pthread_kill.c \
95 $(LOCAL_DIR)/pthread/pthread_once.c \
119 $(LOCAL_DIR)/pthread/sem_destroy.c \
121 $(LOCAL_DIR)/pthread/sem_init.c \
122 $(LOCAL_DIR)/pthread/sem_post.c \
124 $(LOCAL_DIR)/pthread/sem_trywait.c \
125 $(LOCAL_DIR)/pthread/sem_unlink.c \
[all …]
A DWHATSNEW52 implemented all remaining required pthread and clock interfaces.
103 fixed pthread cancellation ABI on i386 to match the LSB/glibc ABI
191 new pthread cancellation implementation:
211 - obscure issues in non-threaded programs using some pthread functions
238 - major bugs in pthread barrier implementation
264 - pthread exit destructors called too late
368 - process-shared pthread barriers now work
389 - pthread cancellation failure in single-threaded programs
579 - various obscure fixes related to signals and pthread cancellation
582 - major bug in pthread barriers on x86_64 (out of bounds write)
[all …]
/third_party/lib/acpica/source/include/acpica/platform/
A Dacfreebsd.h106 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
A Daccygwin.h87 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
A Dacdragonfly.h123 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
/third_party/ulib/musl/pthread/
A Dpthread_getspecific.c5 struct pthread* self = __pthread_self(); in __pthread_getspecific()
A Dpthread_setspecific.c4 struct pthread* self = __pthread_self(); in pthread_setspecific()
/third_party/ulib/musl/src/thread/
A Dallocate.c77 mem += alloc - sizeof(struct pthread); in copy_tls()
/third_party/ulib/jemalloc/test/include/test/
A Djemalloc_test.h.in23 # include <pthread.h>
/third_party/ulib/jemalloc/
A Dconfigure.ac1420 AC_CHECK_HEADERS([pthread.h], , [AC_MSG_ERROR([pthread.h is missing])])
1423 AC_CHECK_LIB([pthread], [pthread_create], [JE_APPEND_VS(LIBS, -lpthread)],
1427 #include <pthread.h>
1905 #include <pthread.h>
A DChangeLog465 - Correctly detect glibc's adaptive pthread mutexes.
/third_party/ulib/musl/ldso/
A Ddynlink.c122 #define MIN_TLS_ALIGN alignof(struct pthread)
1647 __NO_SAFESTACK struct pthread* __init_main_thread(zx_handle_t thread_self) { in __init_main_thread()
1679 ALIGN((1 + tls_cnt) * sizeof(void*) + tls_offset + sizeof(struct pthread) + tls_align * 2, in update_tls_size()
/third_party/lib/acpica/
A Dchanges.txt4078 Linux-specific header: update handling of THREAD_ID and pthread. For the

Completed in 41 milliseconds