Searched refs:pthread (Results 1 – 14 of 14) sorted by relevance
| /third_party/ulib/musl/src/internal/ |
| A D | threads_impl.h | 20 #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 D | musl-rules.mk | 48 $(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 D | WHATSNEW | 52 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 D | acfreebsd.h | 106 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
|
| A D | accygwin.h | 87 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
|
| A D | acdragonfly.h | 123 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_getspecific.c | 5 struct pthread* self = __pthread_self(); in __pthread_getspecific()
|
| A D | pthread_setspecific.c | 4 struct pthread* self = __pthread_self(); in pthread_setspecific()
|
| /third_party/ulib/musl/src/thread/ |
| A D | allocate.c | 77 mem += alloc - sizeof(struct pthread); in copy_tls()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | jemalloc_test.h.in | 23 # include <pthread.h>
|
| /third_party/ulib/jemalloc/ |
| A D | configure.ac | 1420 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 D | ChangeLog | 465 - Correctly detect glibc's adaptive pthread mutexes.
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 122 #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 D | changes.txt | 4078 Linux-specific header: update handling of THREAD_ID and pthread. For the
|
Completed in 41 milliseconds