Searched refs:thread (Results 1 - 25 of 1356) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dthread.c21 thread () function
29 thread (); /* set breakpoint 1 here */
H A Dkeywords.c25 thread (int thread) argument
27 return task (thread) + 1;
34 x += thread (0);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dthread.c21 thread () function
29 thread (); /* set breakpoint 1 here */
H A Dkeywords.c25 thread (int thread) argument
27 return task (thread) + 1;
34 x += thread (0);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Dthread.h1 //===-- llvm/Support/thread.h - Wrapper for <thread> ------------*- C++ -*-===//
9 // This header is a wrapper for <thread> that works around problems with the
10 // MSVC headers when exceptions are disabled. It also provides llvm::thread,
11 // which is either a typedef of std::thread or a replacement that calls the
23 #include <thread>
26 typedef std::thread thread; typedef in namespace:llvm
35 struct thread {
36 thread() {}
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dmain-thread-selftests.c24 #include "run-on-main-thread.h"
27 #include <thread>
49 std::thread thread; local
58 if (thread.joinable ())
59 thread.join ();
61 thread = std::thread (set_done);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Djit-attach-pie.c34 pthread_t thread; local
36 pthread_create (&thread, NULL, thread_proc, 0);
37 pthread_join (thread, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dthread-specific-bp.c34 pthread_t thread; local
36 pthread_create (&thread, NULL, start, NULL);
37 pthread_join (thread, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dthread-specific-bp.c34 pthread_t thread; local
36 pthread_create (&thread, NULL, start, NULL);
37 pthread_join (thread, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Djit-attach-pie.c34 pthread_t thread; local
36 pthread_create (&thread, NULL, thread_proc, 0);
37 pthread_join (thread, NULL);
/netbsd-current/lib/libc/thread-stub/
H A DMakefile.inc6 .PATH: ${.CURDIR}/thread-stub
8 SRCS+= __isthreaded.c thread-stub.c thread-stub-init.c
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dmain-thread-selftests.c23 #include "run-on-main-thread.h"
26 #include <thread>
48 std::thread thread; local
55 thread = std::thread (set_done);
65 thread.join ();
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.imports/
H A Dbug18193.d4 import core.thread;
/netbsd-current/lib/librumpuser/
H A Drumpfiber.h36 struct thread { struct
41 TAILQ_ENTRY(thread) thread_list;
57 void wake(struct thread *thread);
58 void block(struct thread *thread);
59 struct thread *init_mainthread(void *);
63 struct thread* create_thread(const char *name, void *cookie,
66 int is_runnable(struct thread *);
67 void set_runnable(struct thread *);
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dj_thread.d3 * j_thread.d - snoop Java thread execution using DTrace.
20 * => thread start
21 * <= thread end
50 hotspot*:::thread-start
52 this->thread = (char *)copyin(arg0, arg1 + 1);
53 this->thread[arg1] = '\0';
55 stringof(this->thread));
58 hotspot*:::thread-stop
60 this->thread = (char *)copyin(arg0, arg1 + 1);
61 this->thread[arg
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Java/
H A Dj_thread.d3 * j_thread.d - snoop Java thread execution using DTrace.
20 * => thread start
21 * <= thread end
50 hotspot*:::thread-start
52 this->thread = (char *)copyin(arg0, arg1 + 1);
53 this->thread[arg1] = '\0';
55 stringof(this->thread));
58 hotspot*:::thread-stop
60 this->thread = (char *)copyin(arg0, arg1 + 1);
61 this->thread[arg
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_proc_service.h30 thread_info *thread; member in struct:ps_prochandle
H A Dinline-frame.h40 void skip_inline_frames (thread_info *thread, struct bpstats *stop_chain);
51 void clear_inline_frame_state (thread_info *thread);
55 void step_into_inline_frame (thread_info *thread);
60 int inline_skipped_frames (thread_info *thread);
65 struct symbol *inline_skipped_symbol (thread_info *thread);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb_proc_service.h30 thread_info *thread; member in struct:ps_prochandle
H A Dinline-frame.h40 void skip_inline_frames (thread_info *thread, struct bpstat *stop_chain);
51 void clear_inline_frame_state (thread_info *thread);
55 void step_into_inline_frame (thread_info *thread);
60 int inline_skipped_frames (thread_info *thread);
65 struct symbol *inline_skipped_symbol (thread_info *thread);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.thread/
H A Dexternal_threads.d3 import core.thread;
11 // try collecting - GC must ignore this call because this thread
20 // This thread gets registered in druntime, does some work and gets
38 pthread_t thread;
39 auto status = pthread_create(&thread, null, &entry_point1, null);
41 pthread_join(thread, null);
45 pthread_t thread;
46 auto status = pthread_create(&thread, null, &entry_point2, null);
48 pthread_join(thread, null);
/netbsd-current/lib/libpthread/
H A Dpthread_misc.c64 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param)
67 pthread__error(EINVAL, "Invalid thread",
68 thread->pt_magic == PT_MAGIC);
70 if (pthread__find(thread) != 0)
73 if (_sched_getparam(getpid(), thread->pt_lid, policy, param) < 0)
80 pthread_setschedparam(pthread_t thread, int policy, argument
85 pthread__error(EINVAL, "Invalid thread",
86 thread->pt_magic == PT_MAGIC);
88 if (pthread__find(thread) != 0)
92 if (_sched_setparam(getpid(), thread
99 pthread_getaffinity_np(pthread_t thread, size_t size, cpuset_t *cpuset) argument
115 pthread_setaffinity_np(pthread_t thread, size_t size, cpuset_t *cpuset) argument
131 pthread_setschedprio(pthread_t thread, int prio) argument
149 pthread_kill(pthread_t thread, int sig) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-threadevent.c30 thread_info *thread local
33 if (thread != nullptr)
34 return thread_to_thread_object (thread);
35 PyErr_SetString (PyExc_RuntimeError, "Could not find event thread");
42 create_thread_event_object (PyTypeObject *py_type, PyObject *thread) argument
44 gdb_assert (thread != NULL);
52 thread) < 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-threadevent.c30 thread_info *thread local
33 if (thread != nullptr)
34 return thread_to_thread_object (thread);
35 PyErr_SetString (PyExc_RuntimeError, "Could not find event thread");
42 create_thread_event_object (PyTypeObject *py_type, PyObject *thread) argument
44 gdb_assert (thread != NULL);
52 thread) < 0)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dsize-2.s4 # thread local storage sections

Completed in 329 milliseconds

1234567891011>>