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:srv_sync
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H
A
D
pvr_srv_sync.c
46
struct pvr_srv_sync *
srv_sync
= to_srv_sync(sync);
in pvr_srv_sync_init()
local
48
srv_sync
->signaled = initial_value ? true : false;
in pvr_srv_sync_init()
49
srv_sync
->fd = -1;
in pvr_srv_sync_init()
56
struct pvr_srv_sync *
srv_sync
= to_srv_sync(sync);
in pvr_srv_sync_finish()
local
58
if (
srv_sync
->fd != -1)
in pvr_srv_sync_finish()
59
close(
srv_sync
->fd);
in pvr_srv_sync_finish()
63
static void pvr_set_sync_state(struct pvr_srv_sync *
srv_sync
, bool signaled)
in pvr_set_sync_state()
argument
65
if (
srv_sync
->fd != -1) {
in pvr_set_sync_state()
66
close(
srv_sync
->fd);
in pvr_set_sync_state()
67
srv_sync
in pvr_set_sync_state()
73
pvr_srv_set_sync_payload(struct pvr_
srv_sync
*
srv_sync
, int payload)
pvr_srv_set_sync_payload()
argument
86
struct pvr_
srv_sync
*
srv_sync
= to_
srv_sync
(sync);
pvr_srv_sync_signal()
local
96
struct pvr_
srv_sync
*
srv_sync
= to_
srv_sync
(sync);
pvr_srv_sync_reset()
local
148
struct pvr_
srv_sync
*
srv_sync
= to_
srv_sync
(waits[i].sync);
pvr_srv_sync_wait_many()
local
271
struct pvr_
srv_sync
*
srv_sync
= to_
srv_sync
(sync);
pvr_srv_sync_import_sync_file()
local
289
struct pvr_
srv_sync
*
srv_sync
= to_
srv_sync
(sync);
pvr_srv_sync_export_sync_file()
local
[all...]
H
A
D
pvr_srv_sync.h
48
void pvr_srv_set_sync_payload(struct pvr_srv_sync *
srv_sync
, int payload);
Completed in 2 milliseconds