Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 6954) sorted by relevance

12345678910>>...279

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dthread.h32 struct thread { struct
45 bool dead; /* if set thread has exited */ argument
53 struct thread_stack *ts; argument
68 struct thread *thread__new(pid_t pid, pid_t tid); argument
75 static inline void __thread__zput(struct thread **thread) in __thread__zput()
81 #define thread__zput(thread) __thread__zput(&thread) argument
83 static inline void thread__exited(struct thread *thread) in thread__exited()
94 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm()
128 static inline void *thread__priv(struct thread *thread) in thread__priv()
133 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dthread.h32 struct thread { struct
45 bool dead; /* if set thread has exited */ argument
53 struct thread_stack *ts; argument
68 struct thread *thread__new(pid_t pid, pid_t tid); argument
75 static inline void __thread__zput(struct thread **thread) in __thread__zput()
81 #define thread__zput(thread) __thread__zput(&thread) argument
83 static inline void thread__exited(struct thread *thread) in thread__exited()
94 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm()
128 static inline void *thread__priv(struct thread *thread) in thread__priv()
133 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dthread.h32 struct thread { struct
45 bool dead; /* if set thread has exited */ argument
53 struct thread_stack *ts; argument
68 struct thread *thread__new(pid_t pid, pid_t tid); argument
75 static inline void __thread__zput(struct thread **thread) in __thread__zput()
81 #define thread__zput(thread) __thread__zput(&thread) argument
83 static inline void thread__exited(struct thread *thread) in thread__exited()
94 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm()
128 static inline void *thread__priv(struct thread *thread) in thread__priv()
133 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv()
[all …]
/dports/mail/notmuch/notmuch-0.34.2/bindings/python-cffi/tests/
H A Dtest_thread.py10 def thread(maildir, notmuch): function
20 def test_type(thread): argument
25 def test_threadid(thread): argument
30 def test_len(thread): argument
38 def test_toplevel(thread): argument
50 def test_iter(thread): argument
57 def test_matched(thread): argument
65 def test_authors(thread): argument
73 def test_first(thread): argument
80 def test_last(thread): argument
[all …]
/dports/mail/notmuch-mutt/notmuch-0.34.2/bindings/python-cffi/tests/
H A Dtest_thread.py10 def thread(maildir, notmuch): function
20 def test_type(thread): argument
25 def test_threadid(thread): argument
30 def test_len(thread): argument
38 def test_toplevel(thread): argument
50 def test_iter(thread): argument
57 def test_matched(thread): argument
65 def test_authors(thread): argument
73 def test_first(thread): argument
80 def test_last(thread): argument
[all …]
/dports/mail/notmuch-emacs/notmuch-0.34.2/bindings/python-cffi/tests/
H A Dtest_thread.py10 def thread(maildir, notmuch): function
20 def test_type(thread): argument
25 def test_threadid(thread): argument
30 def test_len(thread): argument
38 def test_toplevel(thread): argument
50 def test_iter(thread): argument
57 def test_matched(thread): argument
65 def test_authors(thread): argument
73 def test_first(thread): argument
80 def test_last(thread): argument
[all …]
/dports/mail/py-notmuch2/notmuch-0.34.2/bindings/python-cffi/tests/
H A Dtest_thread.py10 def thread(maildir, notmuch): function
20 def test_type(thread): argument
25 def test_threadid(thread): argument
30 def test_len(thread): argument
38 def test_toplevel(thread): argument
50 def test_iter(thread): argument
57 def test_matched(thread): argument
65 def test_authors(thread): argument
73 def test_first(thread): argument
80 def test_last(thread): argument
[all …]
/dports/mail/py-notmuch/notmuch-0.34.2/bindings/python-cffi/tests/
H A Dtest_thread.py10 def thread(maildir, notmuch): function
20 def test_type(thread): argument
25 def test_threadid(thread): argument
30 def test_len(thread): argument
38 def test_toplevel(thread): argument
50 def test_iter(thread): argument
57 def test_matched(thread): argument
65 def test_authors(thread): argument
73 def test_first(thread): argument
80 def test_last(thread): argument
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dpseudo-atomic.h33 get_pseudo_atomic_atomic(struct thread *thread) in get_pseudo_atomic_atomic()
39 set_pseudo_atomic_atomic(struct thread *thread) in set_pseudo_atomic_atomic()
52 clear_pseudo_atomic_atomic(struct thread *thread) in clear_pseudo_atomic_atomic()
98 get_pseudo_atomic_atomic(struct thread *thread) in get_pseudo_atomic_atomic()
104 set_pseudo_atomic_atomic(struct thread *thread) in set_pseudo_atomic_atomic()
110 clear_pseudo_atomic_atomic(struct thread *thread) in clear_pseudo_atomic_atomic()
148 #define get_pseudo_atomic_atomic(thread) \ argument
150 #define set_pseudo_atomic_atomic(thread) \ argument
152 #define clear_pseudo_atomic_atomic(thread) \ argument
154 #define get_pseudo_atomic_interrupted(thread) \ argument
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/libhsclient/
H A Dthread.hpp20 struct thread : private noncopyable { struct
21 template <typename Ta> thread(const Ta& arg, size_t stack_sz = 256 * 1024) in thread() function
23 template <typename Ta0, typename Ta1> thread(const Ta0& a0, in thread() argument
26 ~thread() { in ~thread()
29 void start() { in start()
34 bool start_nothrow() { in start_nothrow()
56 void join() { in join()
75 T obj;
76 pthread_t thr;
77 bool need_join;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/libhsclient/
H A Dthread.hpp20 struct thread : private noncopyable { struct
21 template <typename Ta> thread(const Ta& arg, size_t stack_sz = 256 * 1024) in thread() function
23 template <typename Ta0, typename Ta1> thread(const Ta0& a0, in thread() argument
26 ~thread() { in ~thread()
29 void start() { in start()
34 bool start_nothrow() { in start_nothrow()
56 void join() { in join()
75 T obj;
76 pthread_t thr;
77 bool need_join;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/libhsclient/
H A Dthread.hpp20 struct thread : private noncopyable { struct
21 template <typename Ta> thread(const Ta& arg, size_t stack_sz = 256 * 1024) in thread() function
23 template <typename Ta0, typename Ta1> thread(const Ta0& a0, in thread() function
26 ~thread() { in ~thread()
29 void start() { in start()
34 bool start_nothrow() { in start_nothrow()
56 void join() { in join()
75 T obj;
76 pthread_t thr;
77 bool need_join;
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/
H A DNullMemoryTest.c20 GenCompatibleRangeTest
24 Entry point of the NULL memory test driver. in thread()
26 This function is the entry point of the NULL memory test driver. in thread()
36 EFIAPI in thread()
56 Convert the memory range to tested. in join()
67 IN UINT64 BaseAddress, in join()
70 ) in join()
75 Length in join()
76 ); in join()
77 if (!EFI_ERROR (Status)) { in join()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/handler_socket/libhsclient/
H A Dthread.hpp20 struct thread : private noncopyable { struct
21 template <typename Ta> thread(const Ta& arg, size_t stack_sz = 256 * 1024) in thread() function
23 template <typename Ta0, typename Ta1> thread(const Ta0& a0, in thread() argument
26 ~thread() { in ~thread()
29 void start() { in start()
34 bool start_nothrow() { in start_nothrow()
56 void join() { in join()
75 T obj;
76 pthread_t thr;
77 bool need_join;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/plugin/handler_socket/libhsclient/
H A Dthread.hpp20 struct thread : private noncopyable { struct
21 template <typename Ta> thread(const Ta& arg, size_t stack_sz = 256 * 1024) in thread() function
23 template <typename Ta0, typename Ta1> thread(const Ta0& a0, in thread() function
26 ~thread() { in ~thread()
29 void start() { in start()
34 bool start_nothrow() { in start_nothrow()
56 void join() { in join()
75 T obj;
76 pthread_t thr;
77 bool need_join;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/plugin/handler_socket/perl-Net-HandlerSocket/
H A DHandlerSocket.xs21 static SV * in thread()
22 arr_get_entry(AV *av, I32 avmax, I32 idx) in thread()
24 if (idx > avmax) { in thread()
25 DBG(fprintf(stderr, "arr_get_entry1 %d %d\n", avmax, idx)); in thread()
26 return 0; in thread()
29 if (ev == 0) { in thread()
56 static const char * in join()
67 DBG(fprintf(stderr, "sv_get_arrval1\n")); in operator *()
71 if (svtarget == 0 || SvTYPE(svtarget) != SVt_PVAV) {
75 return (AV *)svtarget;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/plugin/handler_socket/libhsclient/
H A Dthread.hpp20 struct thread : private noncopyable { struct
21 template <typename Ta> thread(const Ta& arg, size_t stack_sz = 256 * 1024) in thread() argument
23 template <typename Ta0, typename Ta1> thread(const Ta0& a0, in thread() function
26 ~thread() { in ~thread()
29 void start() { in start()
34 bool start_nothrow() { in start_nothrow()
56 void join() { in join()
75 T obj;
76 pthread_t thr;
77 bool need_join;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/plugin/handler_socket/libhsclient/
H A Dthread.hpp20 struct thread : private noncopyable { struct
21 template <typename Ta> thread(const Ta& arg, size_t stack_sz = 256 * 1024) in thread() function
23 template <typename Ta0, typename Ta1> thread(const Ta0& a0, in thread() function
26 ~thread() { in ~thread()
29 void start() { in start()
34 bool start_nothrow() { in start_nothrow()
56 void join() { in join()
75 T obj;
76 pthread_t thr;
77 bool need_join;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/handler_socket/libhsclient/
H A Dthread.hpp20 struct thread : private noncopyable { struct
21 template <typename Ta> thread(const Ta& arg, size_t stack_sz = 256 * 1024) in thread() argument
23 template <typename Ta0, typename Ta1> thread(const Ta0& a0, in thread() function
26 ~thread() { in ~thread()
29 void start() { in start()
34 bool start_nothrow() { in start_nothrow()
56 void join() { in join()
75 T obj;
76 pthread_t thr;
77 bool need_join;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A Dthread.h26 typedef std::thread thread; typedef
35 struct thread { struct
36 thread() {} in thread() argument
37 thread(thread &&other) {} in thread() argument
39 explicit thread(Function &&f, Args &&... args) { in thread() argument
44 void join() {} in join()
45 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A Dthread.h26 typedef std::thread thread; typedef
35 struct thread { struct
36 thread() {} in thread() function
37 thread(thread &&other) {} in thread() function
39 explicit thread(Function &&f, Args &&... args) { in thread() function
44 void join() {} in join()
45 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A Dthread.h26 typedef std::thread thread; typedef
35 struct thread { struct
36 thread() {} in thread() function
37 thread(thread &&other) {} in thread() function
39 explicit thread(Function &&f, Args &&... args) { in thread() argument
44 void join() {} in join()
45 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A Dthread.h26 typedef std::thread thread; typedef
35 struct thread { struct
36 thread() {} in thread() function
37 thread(thread &&other) {} in thread() function
39 explicit thread(Function &&f, Args &&... args) { in thread() argument
44 void join() {} in join()
45 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Dthread.h26 typedef std::thread thread; typedef
35 struct thread { struct
36 thread() {} in thread() function
37 thread(thread &&other) {} in thread() argument
39 explicit thread(Function &&f, Args &&... args) { in thread() argument
44 void join() {} in join()
45 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Dthread.h41 typedef std::thread thread; typedef
50 struct thread { struct
51 thread() {} in thread() function
52 thread(thread &&other) {} in thread() argument
54 explicit thread(Function &&f, Args &&... args) { in thread() function
59 void join() {} in join()
60 static unsigned hardware_concurrency() { return 1; } in hardware_concurrency()

12345678910>>...279