| /third_party/ulib/jemalloc/msvc/projects/vc2015/test_threads/ |
| A D | test_threads.cpp | 15 using std::thread; 31 vector<thread> workers; in test_threads() 47 thread t([&]() { in test_threads() 76 for (thread& t : workers) { in test_threads()
|
| /third_party/ulib/musl/include/zircon/ |
| A D | sanitizer.h | 118 thrd_t thread, bool detached, const char* name, 132 void* hook, thrd_t thread, int error);
|
| /third_party/ulib/ngunwind/src/ |
| A D | fuchsia.c | 263 zx_handle_t thread = cxt->thread; in remote_access_reg() local 277 zx_thread_read_state(thread, ZX_THREAD_STATE_GENERAL_REGS, ®s, sizeof(regs)); in remote_access_reg() 332 unw_create_fuchsia(zx_handle_t process, zx_handle_t thread, in unw_create_fuchsia() argument 341 result->thread = thread; in unw_create_fuchsia()
|
| /third_party/ulib/ngunwind/include/ngunwind/private/ |
| A D | fuchsia_i.h | 41 zx_handle_t thread; member
|
| /third_party/ulib/ngunwind/include/ngunwind/ |
| A D | fuchsia.h | 41 zx_handle_t thread,
|
| /third_party/ulib/jemalloc/src/ |
| A D | mutex.c | 51 pthread_create(pthread_t *__restrict thread, in pthread_create() argument 59 return (pthread_create_fptr(thread, attr, start_routine, arg)); in pthread_create()
|
| A D | tsd.c | 175 if (iter->thread == self) { in tsd_init_check_recursion() 182 block->thread = self; in tsd_init_check_recursion()
|
| A D | ctl.c | 415 {NAME("thread"), CHILD(named, thread)},
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osunixxf.c | 1459 pthread_t thread; in AcpiOsGetThreadId() local 1462 thread = pthread_self(); in AcpiOsGetThreadId() 1463 return (ACPI_CAST_PTHREAD_T (thread)); in AcpiOsGetThreadId() 1487 pthread_t thread; in AcpiOsExecute() local 1491 ret = pthread_create (&thread, NULL, (PTHREAD_CALLBACK) Function, Context); in AcpiOsExecute()
|
| A D | osfuchsia.cpp | 68 thrd_t thread; member 225 status = thrd_status_to_acpi_status(thrd_create(&os_execute_state.thread, AcpiOsExecuteTask, in AcpiOsInitialize() 526 thrd_join(os_execute_state.thread, nullptr); in ShutdownOsExecuteTask() 872 thrd_t thread; member 942 int ret = thrd_create(&arg->thread, acpi_irq_thread, arg.get()); in AcpiOsInstallInterruptHandler() 970 thrd_join(sci_irq->thread, nullptr); in AcpiOsRemoveInterruptHandler()
|
| /third_party/ulib/musl/src/internal/ |
| A D | threads_impl.h | 105 static inline void* pthread_to_tp(struct pthread* thread) { in pthread_to_tp() argument 106 return (void*)((char*)thread + PTHREAD_TP_OFFSET); in pthread_to_tp()
|
| /third_party/ulib/musl/sanitizers/ |
| A D | hooks.c | 18 thrd_t thread, bool detached, const char* name, in __sanitizer_before_thread_create_hook() argument
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 63 deadlocks during thread exit. (@jasone) 339 "prof.lg_sample", "thread.prof.name", "thread.prof.active", 341 "thread.prof.active" mallctls. 704 - Add the "thread.tcache.enabled" mallctl. 845 - Fix a "thread.arena" mallctl bug. 846 - Fix a thread cache stats merging bug. 860 - Fix a "thread.arena" mallctl bug. 870 - Add the "thread.[de]allocatedp" mallctl's. 907 the "thread.arena" mallctl. 917 "thread.allocated" and "thread.deallocated" mallctls. [all …]
|
| A D | INSTALL | 157 Disable thread-specific caches for small objects. Objects are cached and 190 thread-specific caching is disabled. 193 Disable thread-local storage (TLS), which allows for fast access to 194 thread-local variables via the __thread keyword. If TLS is available,
|
| A D | configure.ac | 1060 dnl Enable thread-specific caching by default. 1062 [AS_HELP_STRING([--disable-tcache], [Disable per thread caches])], 1542 dnl thread exit, in order to avoid pthreads library recursion during 1585 AC_MSG_RESULT([Forcing no lazy-lock because thread creation monitoring is unimplemented]) 1601 [AS_HELP_STRING([--disable-tls], [Disable thread-local storage (__thread keyword)])],
|
| /third_party/ulib/musl/ |
| A D | musl-rules.mk | 784 $(LOCAL_DIR)/src/thread/__wait.c \ 785 $(LOCAL_DIR)/src/thread/allocate.c \ 786 $(LOCAL_DIR)/src/thread/call_once.c \ 789 $(LOCAL_DIR)/src/thread/cnd_init.c \ 792 $(LOCAL_DIR)/src/thread/cnd_wait.c \ 794 $(LOCAL_DIR)/src/thread/mtx_init.c \ 795 $(LOCAL_DIR)/src/thread/mtx_lock.c \ 799 $(LOCAL_DIR)/src/thread/safestack.c \ 802 $(LOCAL_DIR)/src/thread/thrd_exit.c \ 806 $(LOCAL_DIR)/src/thread/tss.c \ [all …]
|
| A D | WHATSNEW | 81 error return value bugs in thread interfaces. 220 - thread stack alignment 283 - thread-safety for random() functions 312 - timer expiration thread exit wasn't running dtors 593 - increase default thread stack size to 80k 758 - thread-local storage (__thread/_Thread_local) 792 - thread priority scheduling 858 - thread-related waitpid flags 926 - per-process and per-thread cputime clocks 947 - various bugs in thread exit synchronization [all …]
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | tsd_structs.h | 8 pthread_t thread; member
|
| A D | jemalloc_internal_defs.h.in | 104 * _malloc_thread_cleanup() exists, use it as the basis for thread cleanup in 154 * JEMALLOC_TCACHE enables a thread-specific caching layer for small objects. 175 /* Support lazy locking (avoid locking unless a second thread is launched). */
|
| A D | jemalloc_internal.h.in | 824 /* Choose an arena based on a per-thread value. */
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 577 my ($profile, $symbols, $libs, $thread) = @_; 617 (defined($thread) ? " (t$thread)" : ""), 717 foreach my $thread (sort { $a <=> $b } keys(%{$data->{threads}})) { 719 ($main::opt_thread eq '*' || $main::opt_thread == $thread)) { 720 my $thread_profile = $data->{threads}{$thread}; 721 FilterAndPrint($thread_profile, $symbols, $libs, $thread); 4272 my $thread = $2; 4276 if ($thread eq "*") { 4279 if (!exists($thread_profiles->{$thread})) { 4280 $thread_profiles->{$thread} = {}; [all …]
|
| /third_party/dev/ethernet/e1000/ |
| A D | fuchsia.c | 108 thrd_t thread; member 1126 thrd_create_with_name(&adapter->thread, e1000_irq_thread, adapter, "e1000_irq_thread"); in e1000_bind() 1127 thrd_detach(adapter->thread); in e1000_bind()
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 218 to the AML Debugger thread. This prevents runtime errors within some 2246 a thread blocks within the method for any reason, and another thread 7765 thread. BZ 8066. With assistance from Alexey Starikovskiy. 12101 internal thread. Removed concept of "owning thread" for this special 15576 Added optional thread ID output for debug traces, to simplify 15578 when the debug code realizes that a different thread is now 15590 thread was waking up with an error from receiving a SIGCHLD 15627 thread ID of 0. 15728 bit thread ID for the currently executing thread. May be a non- 15729 zero constant integer on single-thread systems. [all …]
|