Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:XInitThreads
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H
A
D
tcuLnxX11.cpp
61
XInitThreads
();
in hasDisplay()
78
// The
XInitThreads
function initializes Xlib support for concurrent
in XlibDisplay()
82
DE_CHECK_RUNTIME_ERR(
XInitThreads
() != 0);
in XlibDisplay()
/third_party/vk-gl-cts/framework/platform/lnx/
H
A
D
tcuLnxPlatform.cpp
94
// The
XInitThreads
function initializes Xlib support for concurrent
in createPlatform()
98
DE_CHECK_RUNTIME_ERR(
XInitThreads
() != 0);
in createPlatform()
/third_party/skia/tools/sk_app/unix/
H
A
D
main_unix.cpp
16
XInitThreads
();
in main()
/third_party/skia/tools/gpu/gl/glx/
H
A
D
CreatePlatformGLTestContext_glx.cpp
113
gOnce([] {
XInitThreads
(); });
in GLXGLTestContext()
/third_party/glfw/src/
H
A
D
x11_init.c
1273
PFN_XInitThreads
XInitThreads
= (PFN_XInitThreads)
in _glfwConnectX11()
local
1274
_glfwPlatformGetModuleSymbol(module, "
XInitThreads
");
in _glfwConnectX11()
1279
if (!
XInitThreads
|| !XrmInitialize || !XOpenDisplay)
in _glfwConnectX11()
1288
XInitThreads
();
in _glfwConnectX11()
Completed in 5 milliseconds