Searched refs:thread (Results 201 - 225 of 1769) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/
H A Dbuiltin-sched.c7 #include "util/thread.h"
53 pthread_t thread; member in struct:task_desc
137 struct thread *thread; member in struct:work_atoms
504 err = pthread_create(&task->thread, &attr, thread_func, task);
726 struct thread *thread);
733 struct thread *thread);
740 struct thread *threa
876 thread_atoms_search(struct rb_root *root, struct thread *thread, struct list_head *sort_list) argument
926 thread_atoms_insert(struct thread *thread) argument
1079 struct thread *thread = perf_session__findnew(session, runtime_event->pid); local
1574 process_raw_event(event_t *raw_event __used, struct perf_session *session, void *data, int cpu, u64 timestamp, struct thread *thread) argument
1603 struct thread *thread; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/
H A DThreads.c24 HRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CALL_TYPE *startAddress)(void *), LPVOID parameter) argument
27 thread->handle =
31 return BoolToHRes(thread->handle != 0);
39 HRes Thread_Wait(CThread *thread) argument
41 if (thread->handle == NULL)
43 return WaitObject(thread->handle);
46 HRes Thread_Close(CThread *thread) argument
48 return MyCloseHandle(&thread->handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-common/
H A DMakefile.am36 thread-watch.h \
49 watch-test-thread \
65 thread-watch.c thread-watch.h \
107 watch_test_thread_SOURCES = $(watch_test_SOURCES) thread-watch.c thread-watch.h
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_packet.h41 extern int bgp_read (struct thread *);
42 extern int bgp_write (struct thread *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-common/
H A DMakefile.am36 thread-watch.h \
49 watch-test-thread \
65 thread-watch.c thread-watch.h \
107 watch_test_thread_SOURCES = $(watch_test_SOURCES) thread-watch.c thread-watch.h
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/
H A DThreads.c24 HRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CALL_TYPE *startAddress)(void *), LPVOID parameter) argument
27 thread->handle =
31 return BoolToHRes(thread->handle != 0);
39 HRes Thread_Wait(CThread *thread) argument
41 if (thread->handle == NULL)
43 return WaitObject(thread->handle);
46 HRes Thread_Close(CThread *thread) argument
48 return MyCloseHandle(&thread->handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-common/
H A DMakefile.am36 thread-watch.h \
49 watch-test-thread \
65 thread-watch.c thread-watch.h \
107 watch_test_thread_SOURCES = $(watch_test_SOURCES) thread-watch.c thread-watch.h
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/cavium-octeon/
H A Dcpu.c29 prefetch(&current->thread.cp2);
34 octeon_cop2_restore(&(current->thread.cp2));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Dcpu.c29 prefetch(&current->thread.cp2);
34 octeon_cop2_restore(&(current->thread.cp2));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_packet.h41 extern int bgp_read (struct thread *);
42 extern int bgp_write (struct thread *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/
H A DThreads.c24 HRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CALL_TYPE *startAddress)(void *), LPVOID parameter) argument
27 thread->handle =
31 return BoolToHRes(thread->handle != 0);
39 HRes Thread_Wait(CThread *thread) argument
41 if (thread->handle == NULL)
43 return WaitObject(thread->handle);
46 HRes Thread_Close(CThread *thread) argument
48 return MyCloseHandle(&thread->handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_packet.h41 extern int bgp_read (struct thread *);
42 extern int bgp_write (struct thread *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospf6d/
H A Dospf6_area.h58 struct thread *thread_spf_calculation;
59 struct thread *thread_route_calculation;
62 struct thread *thread_router_lsa;
63 struct thread *thread_intra_prefix_lsa;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospfd.h85 /* OSPF thread master. */
205 struct thread *t_abr_task; /* ABR task timer. */
206 struct thread *t_asbr_check; /* ASBR check timer. */
207 struct thread *t_distribute_update; /* Distirbute list update timer. */
208 struct thread *t_spf_calc; /* SPF calculation timer. */
209 struct thread *t_ase_calc; /* ASE calculation timer. */
210 struct thread *t_external_lsa; /* AS-external-LSA origin timer. */
212 struct thread *t_opaque_lsa_self; /* Type-11 Opaque-LSAs origin event. */
216 struct thread *t_maxage; /* MaxAge LSA remover timer. */
217 struct thread *t_maxage_walke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-dvb.h25 struct task_struct *thread; member in struct:pvr2_dvb_adapter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/kernel/
H A Dexec.c26 arch_flush_thread(&current->thread.arch);
53 error = do_execve(file, argv, env, &current->thread.regs);
58 SUBARCH_EXECVE1(&current->thread.regs.regs);
71 UML_LONGJMP(current->thread.exec_buf, 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-dvb.h25 struct task_struct *thread; member in struct:pvr2_dvb_adapter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/kernel/
H A Dexec.c26 arch_flush_thread(&current->thread.arch);
53 error = do_execve(file, argv, env, &current->thread.regs);
58 SUBARCH_EXECVE1(&current->thread.regs.regs);
71 UML_LONGJMP(current->thread.exec_buf, 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/h8300/include/asm/
H A Dprocessor.h76 * Do necessary setup to start up a newly executed thread.
107 /* Free all resources held by a thread. */
117 * Free current thread data structures etc..
124 * Return saved PC of a blocked thread.
132 if ((tsk)->thread.esp0 > PAGE_SIZE && \
133 MAP_NR((tsk)->thread.esp0) < max_mapnr) \
134 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
136 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dprocessor.h76 * Do necessary setup to start up a newly executed thread.
107 /* Free all resources held by a thread. */
117 * Free current thread data structures etc..
124 * Return saved PC of a blocked thread.
132 if ((tsk)->thread.esp0 > PAGE_SIZE && \
133 MAP_NR((tsk)->thread.esp0) < max_mapnr) \
134 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
136 #define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dgdb.h53 int thread, int ignore_count,
56 /* Switch thread and print notification. */
60 /* Print a list of known thread ids. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospf6d/
H A Dospf6_area.h58 struct thread *thread_spf_calculation;
59 struct thread *thread_route_calculation;
62 struct thread *thread_router_lsa;
63 struct thread *thread_intra_prefix_lsa;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospfd.h85 /* OSPF thread master. */
205 struct thread *t_abr_task; /* ABR task timer. */
206 struct thread *t_asbr_check; /* ASBR check timer. */
207 struct thread *t_distribute_update; /* Distirbute list update timer. */
208 struct thread *t_spf_calc; /* SPF calculation timer. */
209 struct thread *t_ase_calc; /* ASE calculation timer. */
210 struct thread *t_external_lsa; /* AS-external-LSA origin timer. */
212 struct thread *t_opaque_lsa_self; /* Type-11 Opaque-LSAs origin event. */
216 struct thread *t_maxage; /* MaxAge LSA remover timer. */
217 struct thread *t_maxage_walke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dgdb.h53 int thread, int ignore_count,
56 /* Switch thread and print notification. */
60 /* Print a list of known thread ids. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospf6d/
H A Dospf6_area.h58 struct thread *thread_spf_calculation;
59 struct thread *thread_route_calculation;
62 struct thread *thread_router_lsa;
63 struct thread *thread_intra_prefix_lsa;

Completed in 301 milliseconds

1234567891011>>