Home
last modified time | relevance | path

Searched refs:thread_info (Results 1 – 25 of 70) sorted by relevance

123

/external/pthreadpool/src/
Dthreadpool-object.h41 struct PTHREADPOOL_CACHELINE_ALIGNED thread_info { struct
81 PTHREADPOOL_STATIC_ASSERT(sizeof(struct thread_info) % PTHREADPOOL_CACHELINE_SIZE == 0, argument
706 struct thread_info threads[];
718 typedef void (*thread_function_t)(struct pthreadpool* threadpool, struct thread_info* thread);
732 struct thread_info* thread);
736 struct thread_info* thread);
740 struct thread_info* thread);
744 struct thread_info* thread);
748 struct thread_info* thread);
752 struct thread_info* thread);
[all …]
Dfastpath.c27 struct thread_info* thread) in pthreadpool_thread_parallelize_1d_fastpath()
50 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_fastpath()
63 struct thread_info* thread) in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
95 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
108 struct thread_info* thread) in pthreadpool_thread_parallelize_1d_tile_1d_fastpath()
136 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_tile_1d_fastpath()
150 struct thread_info* thread) in pthreadpool_thread_parallelize_2d_fastpath()
182 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_fastpath()
196 struct thread_info* thread) in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
231 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
[all …]
Dmemory.c27 …t size_t threadpool_size = sizeof(struct pthreadpool) + threads_count * sizeof(struct thread_info); in pthreadpool_allocate()
58 …l_size = sizeof(struct pthreadpool) + threadpool->threads_count.value * sizeof(struct thread_info); in pthreadpool_deallocate()
Dportable-api.c32 static void thread_parallelize_1d(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_1d()
52 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d()
63 static void thread_parallelize_1d_with_uarch(struct pthreadpool* threadpool, struct thread_info* th… in thread_parallelize_1d_with_uarch()
92 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d_with_uarch()
103 static void thread_parallelize_1d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_1d_tile_1d()
128 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d_tile_1d()
140 static void thread_parallelize_2d(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_2d()
169 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d()
181 static void thread_parallelize_2d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_2d_tile_1d()
213 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_1d()
[all …]
Dgcd.c26 struct thread_info* thread = &threadpool->threads[thread_index]; in thread_main()
111 struct thread_info* thread = &threadpool->threads[tid]; in pthreadpool_parallelize()
Dwindows.c85 struct thread_info* thread = (struct thread_info*) arg; in thread_main()
227 struct thread_info* thread = &threadpool->threads[tid]; in pthreadpool_parallelize()
Dpthreads.c183 struct thread_info* thread = (struct thread_info*) arg; in thread_main()
339 struct thread_info* thread = &threadpool->threads[tid]; in pthreadpool_parallelize()
/external/adhd/sound_card_init/dsm/src/
Dzero_player.rs20 thread_info: Option<PlayZeroWorkerInfo>, field
25 if self.thread_info.is_some() { in drop()
39 self.thread_info.is_some() in running()
60 self.thread_info = Some(PlayZeroWorkerInfo::new(min_playback_time)); in start()
61 if let Some(thread_info) = &mut self.thread_info { in start()
63 let (lock, cvar) = &*(thread_info.ready); in start()
85 match self.thread_info.take() { in stop()
86 Some(mut thread_info) => Ok(thread_info.destroy()?), in stop()
/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc137 ThreadInfo* thread_info = NULL; variable
141 if (!thread_info) { in CheckThread()
142 thread_info = new ThreadInfo; in CheckThread()
143 thread_info->pump = pump; in CheckThread()
144 thread_info->thread_id = PlatformThread::CurrentId(); in CheckThread()
146 DCHECK(thread_info->thread_id == PlatformThread::CurrentId()) << in CheckThread()
153 if (thread_info && thread_info->pump == pump) { in PumpDestroyed()
154 delete thread_info; in PumpDestroyed()
155 thread_info = NULL; in PumpDestroyed()
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dhandler_alloc_hook.ipp32 typedef detail::task_io_service_thread_info thread_info;
33 typedef detail::call_stack<io_service_impl, thread_info> call_stack;
34 return thread_info::allocate(call_stack::top(), size);
44 typedef detail::task_io_service_thread_info thread_info;
45 typedef detail::call_stack<io_service_impl, thread_info> call_stack;
46 thread_info::deallocate(call_stack::top(), pointer, size);
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper_unittest.cc496 ThreadInfo thread_info; in TEST_F() local
497 EXPECT_TRUE(dumper.GetThreadInfoByIndex(0, &thread_info)); in TEST_F()
510 simulated_stack[1] = thread_info.stack_pointer; in TEST_F()
512 sizeof(simulated_stack), thread_info.stack_pointer, in TEST_F()
524 sizeof(simulated_stack), thread_info.stack_pointer, in TEST_F()
531 reinterpret_cast<uintptr_t>(thread_info.GetInstructionPointer())); in TEST_F()
537 simulated_stack[1] = thread_info.GetInstructionPointer(); in TEST_F()
539 sizeof(simulated_stack), thread_info.stack_pointer, in TEST_F()
546 sizeof(simulated_stack), thread_info.stack_pointer, in TEST_F()
553 uintptr_t heap_addr = thread_info.regs.uregs[3]; in TEST_F()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dtask_io_service.ipp51 thread_info* this_thread_;
79 thread_info* this_thread_;
135 thread_info this_thread;
157 thread_info this_thread;
175 thread_info this_thread;
185 if (thread_info* outer_thread_info = ctx.next_by_key())
204 thread_info this_thread;
214 if (thread_info* outer_thread_info = ctx.next_by_key())
243 if (thread_info* this_thread = thread_call_stack::contains(this))
261 if (thread_info* this_thread = thread_call_stack::contains(this))
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dtask_io_service.hpp119 typedef task_io_service_thread_info thread_info; typedef in asio::detail::task_io_service
127 thread_info& this_thread, const asio::error_code& ec);
131 thread_info& this_thread, const asio::error_code& ec);
182 typedef call_stack<task_io_service, thread_info> thread_call_stack;
/external/clang/tools/c-arcmt-test/
Dc-arcmt-test.c92 typedef struct thread_info { struct
96 } thread_info; argument
98 thread_info *client_data = client_data_v; in thread_runner()
110 thread_info client_data; in main()
/external/llvm-project/clang/tools/c-arcmt-test/
Dc-arcmt-test.c92 typedef struct thread_info { struct
96 } thread_info; typedef
98 thread_info *client_data = client_data_v; in thread_runner()
110 thread_info client_data; in main()
/external/mesa3d/src/amd/vulkan/
Dradv_llvm_helper.cpp93 radv_llvm_per_thread_info *thread_info = nullptr; in radv_compile_to_elf() local
97 thread_info = &I; in radv_compile_to_elf()
102 if (!thread_info) { in radv_compile_to_elf()
109 return thread_info->compile_to_memory_buffer(module, pelf_buffer, pelf_size); in radv_compile_to_elf()
/external/llvm-project/lldb/examples/python/
Doperating_system.py30 thread_info = {
36 self.threads.append(thread_info)
37 return thread_info
/external/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/
Doperating_system.py30 thread_info = {
36 self.threads.append(thread_info)
37 return thread_info
Doperating_system2.py30 thread_info = {
36 self.threads.append(thread_info)
37 return thread_info
/external/autotest/client/tests/aiostress/
Daio-stress.c115 struct thread_info;
123 struct thread_info *global_thread_info;
214 struct thread_info { struct
435 static void print_latency(struct thread_info *t) in print_latency()
441 static void print_completion_latency(struct thread_info *t) in print_completion_latency()
451 void finish_io(struct thread_info *t, struct io_unit *io, long result, in finish_io()
470 int read_some_events(struct thread_info *t) { in read_some_events()
502 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper) in find_iou()
528 static int io_oper_wait(struct thread_info *t, struct io_oper *oper) {
603 static struct io_unit *build_iocb(struct thread_info *t, struct io_oper *oper)
[all …]
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DMessageObjects.cpp106 StructuredData::Dictionary *thread_info; in create() local
107 array->GetItemAtIndexAsDictionary(i, thread_info); in create()
108 if (!thread_info) in create()
112 thread_info->GetValueForKeyAsString("name", name); in create()
113 thread_info->GetValueForKeyAsString("reason", reason); in create()
115 thread_info->GetValueForKeyAsInteger("signal", signal); in create()
117 thread_info->GetValueForKeyAsInteger("tid", tid); in create()
120 thread_info->GetValueForKeyAsDictionary("registers", register_dict); in create()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c116 struct thread_info;
124 struct thread_info *global_thread_info;
216 struct thread_info { struct
448 static void print_latency(struct thread_info *t) in print_latency()
454 static void print_completion_latency(struct thread_info *t) in print_completion_latency()
464 void finish_io(struct thread_info *t, struct io_unit *io, long result, in finish_io()
483 int read_some_events(struct thread_info *t) in read_some_events()
517 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper) in find_iou()
543 static int io_oper_wait(struct thread_info *t, struct io_oper *oper)
620 static struct io_unit *build_iocb(struct thread_info *t, struct io_oper *oper)
[all …]
/external/python/cpython3/Lib/test/
Dtest_threadsignals.py17 USING_PTHREAD_COND = (sys.thread_info.name == 'pthread'
18 and sys.thread_info.lock == 'mutex+cond')
82 not sys.thread_info.version,
113 not sys.thread_info.version,
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c319 struct thread_info { struct
328 struct thread_info *info = gr->query_data; in query_api_thread_busy_status() argument
378 gr->query_data = CALLOC_STRUCT(thread_info); in hud_thread_busy_install()
384 ((struct thread_info*)gr->query_data)->main_thread = main; in hud_thread_busy_install()
/external/bcc/tools/
Ddeadlock_detector.py285 def print_cycle(binary, graph, edges, thread_info, print_stack_trace_fn): argument
351 parent_pid, stack_id, parent_comm = thread_info.get(
515 thread_info = {
546 args.binary, graph, cycle, thread_info, print_stack_trace

123