Home
last modified time | relevance | path

Searched refs:pthread_setname_np (Results 1 – 25 of 1518) sorted by relevance

12345678910>>...61

/dports/dns/dnsdist/dnsdist-1.6.1/m4/
H A Dac_pthread_set_name.m417 AC_MSG_CHECKING([for 2-arg pthread_setname_np])
19 pthread_setname_np(pthread_self(), "foo")
21 AC_DEFINE(HAVE_PTHREAD_SETNAME_NP_2, 1, [2-arg pthread_setname_np])
47 AC_MSG_CHECKING([for 1-arg pthread_setname_np])
49 return pthread_setname_np("foo");
51 AC_DEFINE(HAVE_PTHREAD_SETNAME_NP_1, 1, [1-arg pthread_setname_np])
57 AC_MSG_CHECKING([for 3-arg pthread_setname_np])
59 return pthread_setname_np(pthread_self(), "foo", NULL);
61 AC_DEFINE(HAVE_PTHREAD_SETNAME_NP_3, 1, [3-arg pthread_setname_np])
/dports/dns/powerdns/pdns-4.5.2/m4/
H A Dac_pthread_set_name.m417 AC_MSG_CHECKING([for 2-arg pthread_setname_np])
19 pthread_setname_np(pthread_self(), "foo")
21 AC_DEFINE(HAVE_PTHREAD_SETNAME_NP_2, 1, [2-arg pthread_setname_np])
47 AC_MSG_CHECKING([for 1-arg pthread_setname_np])
49 return pthread_setname_np("foo");
51 AC_DEFINE(HAVE_PTHREAD_SETNAME_NP_1, 1, [1-arg pthread_setname_np])
57 AC_MSG_CHECKING([for 3-arg pthread_setname_np])
59 return pthread_setname_np(pthread_self(), "foo", NULL);
61 AC_DEFINE(HAVE_PTHREAD_SETNAME_NP_3, 1, [3-arg pthread_setname_np])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dpthread_setname_np.texi1 @node pthread_setname_np
2 @subsection @code{pthread_setname_np}
3 @findex pthread_setname_np
5 …ps://www.kernel.org/doc/man-pages/online/pages/man3/pthread_setname_np.3.html,,man pthread_setname…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/macosx/queues/
H A Dmain.c110 pthread_setname_np ("user initiated QoS"); in main()
116 pthread_setname_np ("user interactive QoS"); in main()
122 pthread_setname_np ("default QoS"); in main()
128 pthread_setname_np ("utility QoS"); in main()
134 pthread_setname_np ("background QoS"); in main()
140 pthread_setname_np ("unspecified QoS"); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/macosx/queues/
H A Dmain.c110 pthread_setname_np ("user initiated QoS"); in main()
116 pthread_setname_np ("user interactive QoS"); in main()
122 pthread_setname_np ("default QoS"); in main()
128 pthread_setname_np ("utility QoS"); in main()
134 pthread_setname_np ("background QoS"); in main()
140 pthread_setname_np ("unspecified QoS"); in main()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dthreading.h16 extern int pthread_setname_np(const char *name);
22 extern int pthread_setname_np(pthread_t, const char *name);
29 ret = pthread_setname_np(name); in set_thread_name()
34 ret = pthread_setname_np(pthread_self(), name); in set_thread_name()
/dports/graphics/vkd3d/vkd3d-1.2/m4/
H A Dcheck-functions.m426 [pthread_setname_np(pthread_self(), "conftest")])],
31 [pthread_setname_np("conftest")])],
39 [Define to 1 if you have the one-argument variant of pthread_setname_np().])
44 [Define to 1 if you have the two-argument variant of pthread_setname_np().])
53 [VKD3D_CHECK_LIB_FUNCS([pthread_setname_np], [$PTHREAD_LIBS])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/macosx/queues/
H A Dmain.c110 pthread_setname_np ("user initiated QoS"); in main()
116 pthread_setname_np ("user interactive QoS"); in main()
122 pthread_setname_np ("default QoS"); in main()
128 pthread_setname_np ("utility QoS"); in main()
134 pthread_setname_np ("background QoS"); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/macosx/queues/
H A Dmain.c110 pthread_setname_np ("user initiated QoS"); in main()
116 pthread_setname_np ("user interactive QoS"); in main()
122 pthread_setname_np ("default QoS"); in main()
128 pthread_setname_np ("utility QoS"); in main()
134 pthread_setname_np ("background QoS"); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/macosx/queues/
H A Dmain.c110 pthread_setname_np ("user initiated QoS"); in main()
116 pthread_setname_np ("user interactive QoS"); in main()
122 pthread_setname_np ("default QoS"); in main()
128 pthread_setname_np ("utility QoS"); in main()
134 pthread_setname_np ("background QoS"); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/macosx/queues/
H A Dmain.c110 pthread_setname_np ("user initiated QoS"); in main()
116 pthread_setname_np ("user interactive QoS"); in main()
122 pthread_setname_np ("default QoS"); in main()
128 pthread_setname_np ("utility QoS"); in main()
134 pthread_setname_np ("background QoS"); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/macosx/queues/
H A Dmain.c110 pthread_setname_np ("user initiated QoS"); in main()
116 pthread_setname_np ("user interactive QoS"); in main()
122 pthread_setname_np ("default QoS"); in main()
128 pthread_setname_np ("utility QoS"); in main()
134 pthread_setname_np ("background QoS"); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/macosx/queues/
H A Dmain.c110 pthread_setname_np ("user initiated QoS"); in main()
116 pthread_setname_np ("user interactive QoS"); in main()
122 pthread_setname_np ("default QoS"); in main()
128 pthread_setname_np ("utility QoS"); in main()
134 pthread_setname_np ("background QoS"); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/macosx/queues/
H A Dmain.c110 pthread_setname_np ("user initiated QoS"); in main()
116 pthread_setname_np ("user interactive QoS"); in main()
122 pthread_setname_np ("default QoS"); in main()
128 pthread_setname_np ("utility QoS"); in main()
134 pthread_setname_np ("background QoS"); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/macosx/queues/
H A Dmain.c110 pthread_setname_np ("user initiated QoS");
116 pthread_setname_np ("user interactive QoS");
122 pthread_setname_np ("default QoS");
128 pthread_setname_np ("utility QoS");
134 pthread_setname_np ("background QoS");
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dthreadname.c30 pthread_setname_np(pthread_self(), threadname); in child_fn_2()
32 pthread_setname_np(threadname); in child_fn_2()
46 pthread_setname_np(pthread_self(), threadname); in child_fn_1()
48 pthread_setname_np(threadname); in child_fn_1()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dthreadname.c30 pthread_setname_np(pthread_self(), threadname); in child_fn_2()
32 pthread_setname_np(threadname); in child_fn_2()
46 pthread_setname_np(pthread_self(), threadname); in child_fn_1()
48 pthread_setname_np(threadname); in child_fn_1()
/dports/emulators/citra/citra-ac98458e0/src/common/
H A Dthread.cpp65 pthread_setname_np(name);
69 pthread_setname_np(pthread_self(), "%s", (void*)name);
74 if (int e = pthread_setname_np(pthread_self(), truncated.c_str())) {
79 pthread_setname_np(pthread_self(), name);
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/
H A Dthread.cpp65 pthread_setname_np(name);
69 pthread_setname_np(pthread_self(), "%s", (void*)name);
74 if (int e = pthread_setname_np(pthread_self(), truncated.c_str())) {
79 pthread_setname_np(pthread_self(), name);
/dports/misc/rump/buildrump.sh-b914579/src/lib/librumpuser/
H A Dconfigure.ac62 AC_MSG_CHECKING([for two-argument pthread_setname_np()])
68 [pthread_setname_np(pt, "x");return 0;]])
72 [Define to 1 if you have 2-arg pthread_setname_np()])
76 AC_MSG_CHECKING([for three-argument pthread_setname_np()])
82 [pthread_setname_np(pt, "X", (void *)0);return 0;]])
86 [Define to 1 if you have 3-arg pthread_setname_np()])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/tools/lldb-server/thread-name/
H A Dmain.cpp6 ::pthread_setname_np(name); in set_thread_name()
8 ::pthread_setname_np(::pthread_self(), name); in set_thread_name()
10 ::pthread_setname_np(::pthread_self(), "%s", const_cast<char *>(name)); in set_thread_name()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/tools/lldb-server/thread-name/
H A Dmain.cpp6 ::pthread_setname_np(name); in set_thread_name()
8 ::pthread_setname_np(::pthread_self(), name); in set_thread_name()
10 ::pthread_setname_np(::pthread_self(), "%s", const_cast<char *>(name)); in set_thread_name()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/tools/lldb-server/thread-name/
H A Dmain.cpp6 ::pthread_setname_np(name); in set_thread_name()
8 ::pthread_setname_np(::pthread_self(), name); in set_thread_name()
10 ::pthread_setname_np(::pthread_self(), "%s", const_cast<char *>(name)); in set_thread_name()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/tools/lldb-server/thread-name/
H A Dmain.cpp6 ::pthread_setname_np(name); in set_thread_name()
8 ::pthread_setname_np(::pthread_self(), name); in set_thread_name()
10 ::pthread_setname_np(::pthread_self(), "%s", const_cast<char *>(name)); in set_thread_name()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/tools/lldb-server/thread-name/
H A Dmain.cpp6 ::pthread_setname_np(name); in set_thread_name()
8 ::pthread_setname_np(::pthread_self(), name); in set_thread_name()
10 ::pthread_setname_np(::pthread_self(), "%s", const_cast<char *>(name)); in set_thread_name()

12345678910>>...61