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_setname_np
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/util/
u_thread.h
133
int ret =
pthread_setname_np
(pthread_self(), name);
139
pthread_setname_np
(pthread_self(), buf);
144
pthread_setname_np
(pthread_self(), "%s", (void *)name);
146
pthread_setname_np
(name);
150
#warning Not sure how to call
pthread_setname_np
/xsrc/external/mit/xorg-server/dist/os/
inputthread.c
326
pthread_setname_np
(pthread_self(), "InputThread");
328
pthread_setname_np
("InputThread");
447
pthread_setname_np
(pthread_self(), "MainThread");
449
pthread_setname_np
("MainThread");
/xsrc/external/mit/MesaLib.old/dist/src/util/
u_thread.h
67
pthread_setname_np
(pthread_self(), name);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
os.cpp
110
pthread_setname_np
(pthread_self(), pThreadName);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
os.cpp
110
pthread_setname_np
(pthread_self(), pThreadName);
/xsrc/external/mit/xorg-server/dist/
configure
28583
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for
pthread_setname_np
(const char*)" >&5
28584
printf %s "checking for
pthread_setname_np
(const char*)... " >&6; }
28591
pthread_setname_np
("example")
28610
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for
pthread_setname_np
(pthread_t, const char*)" >&5
28611
printf %s "checking for
pthread_setname_np
(pthread_t, const char*)... " >&6; }
28618
pthread_setname_np
(pthread_self(), "example")
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026