OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_set_name_np
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/
pthread_np.d
21
void
pthread_set_name_np
(pthread_t, const(char)*);
/src/external/bsd/jemalloc/dist/test/src/
thd.c
41
pthread_set_name_np
(pthread_self(), name);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/
pthread_np.d
31
void
pthread_set_name_np
(pthread_t, const(char)*);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/
pthread_np.d
32
void
pthread_set_name_np
(pthread_t, const(char)*);
/src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/
thread.c
115
(void)
pthread_set_name_np
(thread, name);
/src/external/mpl/bind/dist/lib/isc/
thread.c
167
(void)
pthread_set_name_np
(thread, name);
/src/external/mit/libuv/dist/src/unix/
thread.c
926
pthread_set_name_np
(pthread_self(), namebuf);
/src/external/bsd/jemalloc.old/dist/src/
background_thread.c
434
pthread_set_name_np
(pthread_self(), "jemalloc_bg_thd");
/src/external/bsd/jemalloc/dist/src/
background_thread.c
520
pthread_set_name_np
(pthread_self(), "jemalloc_bg_thd");
/src/external/bsd/jemalloc/dist/
configure
13132
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
pthread_set_name_np
(3) is compilable" >&5
13133
$as_echo_n "checking whether
pthread_set_name_np
(3) is compilable... " >&6; }
13147
pthread_set_name_np
(pthread_self(), "set_name_test");
Completed in 22 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026