Searched defs:thread_info (Results 1 - 13 of 13) sorted by relevance

/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c92 typedef struct thread_info { struct
96 } thread_info; typedef in typeref:struct:thread_info
98 thread_info *client_data = client_data_v;
110 thread_info client_data;
/external/parameter-framework/asio/include/asio/detail/
H A Dtask_io_service.hpp119 typedef task_io_service_thread_info thread_info; typedef in class: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/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dtask_io_service.hpp119 typedef task_io_service_thread_info thread_info; typedef in class: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/libmicrohttpd/src/platform/
H A Dw32functions.c686 } thread_info; local
692 thread_info.type = 0x1000;
693 thread_info.name = thread_name;
694 thread_info.ID = thread_id;
695 thread_info.flags = 0;
699 RaiseException(VC_SETNAME_EXC, 0, sizeof(thread_info) / sizeof(ULONG_PTR), (ULONG_PTR*)&thread_info);
/external/valgrind/coregrind/m_gdbserver/
H A Dinferiors.c27 struct thread_info struct
37 struct thread_info *current_inferior;
39 #define get_thread(inf) ((struct thread_info *)(inf))
100 struct thread_info *new_thread
101 = (struct thread_info *) malloc (sizeof (*new_thread));
122 struct thread_info *thread = get_thread (inf);
131 unsigned int thread_to_gdb_id (struct thread_info *thread)
136 struct thread_info * gdb_id_to_thread (unsigned int gdb_id)
141 struct thread_info *thread = get_thread (inf);
152 struct thread_info *threa
[all...]
/external/valgrind/drd/tests/
H A Dpth_broadcast.c86 static void thread_func(struct cthread* thread_info) argument
96 printf("thread %d [%d] (1)\n", thread_info->m_threadnum, i);
98 csema_v(thread_info->m_sema);
104 printf("thread %d [%d] (2)\n", thread_info->m_threadnum, i);
/external/libchrome/base/message_loop/
H A Dmessage_pump_glib.cc136 // Used for accesing |thread_info|.
141 ThreadInfo* thread_info = NULL; member in namespace:base::__anon10056
145 if (!thread_info) {
146 thread_info = new ThreadInfo;
147 thread_info->pump = pump;
148 thread_info->thread_id = PlatformThread::CurrentId();
150 DCHECK(thread_info->thread_id == PlatformThread::CurrentId()) <<
157 if (thread_info && thread_info->pump == pump) {
158 delete thread_info;
[all...]
/external/valgrind/drd/
H A Ddrd_clientobj.h140 OSet* thread_info; member in struct:rwlock_info
/external/valgrind/exp-bbv/
H A Dbbv_main.c74 struct thread_info *bbv_thread=NULL;
77 struct thread_info { struct
457 static struct thread_info *allocate_new_thread(struct thread_info *old,
460 struct thread_info *temp;
466 new_number*sizeof(struct thread_info));
/external/autotest/client/tests/aiostress/
H A 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)
441 static void print_completion_latency(struct thread_info *t)
451 void finish_io(struct thread_info *t, struct io_unit *io, long result,
470 int read_some_events(struct thread_info *t) {
502 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper)
528 static int io_oper_wait(struct thread_info *t, struct io_oper *oper) {
603 static struct io_unit *build_iocb(struct thread_info *
[all...]
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c112 struct thread_info;
120 struct thread_info *global_thread_info;
212 struct thread_info { struct
444 static void print_latency(struct thread_info *t)
450 static void print_completion_latency(struct thread_info *t)
460 void finish_io(struct thread_info *t, struct io_unit *io, long result,
479 int read_some_events(struct thread_info *t)
513 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper)
539 static int io_oper_wait(struct thread_info *t, struct io_oper *oper)
616 static struct io_unit *build_iocb(struct thread_info *
[all...]
/external/valgrind/callgrind/
H A Dglobal.h191 typedef struct _thread_info thread_info; typedef in typeref:struct:_thread_info
759 thread_info** CLG_(get_threads)(void);
760 thread_info* CLG_(get_current_thread)(void);
762 void CLG_(forall_threads)(void (*func)(thread_info*));
/external/clang/tools/c-index-test/
H A Dc-index-test.c4411 typedef struct thread_info { struct
4416 } thread_info; typedef in typeref:struct:thread_info
4418 thread_info *client_data = client_data_v;
4431 thread_info client_data;

Completed in 1630 milliseconds