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:CEvent
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lzma/C/
H
A
D
Threads.h
143
typedef HANDLE
CEvent
;
typedef
144
typedef
CEvent
CAutoResetEvent;
145
typedef
CEvent
CManualResetEvent;
150
WRes Event_Set(
CEvent
*p);
151
WRes Event_Reset(
CEvent
*p);
183
}
CEvent
;
typedef
185
typedef
CEvent
CAutoResetEvent;
186
typedef
CEvent
CManualResetEvent;
196
WRes Event_Set(
CEvent
*p);
197
WRes Event_Reset(
CEvent
*
[all...]
H
A
D
Threads.c
131
static WRes Event_Create(
CEvent
*p, BOOL manualReset, int signaled)
in Event_Create()
137
WRes Event_Set(
CEvent
*p) { return BOOLToWRes(SetEvent(*p)); }
in Event_Set()
138
WRes Event_Reset(
CEvent
*p) { return BOOLToWRes(ResetEvent(*p)); }
in Event_Reset()
352
static WRes Event_Create(
CEvent
*p, int manualReset, int signaled)
in Event_Create()
372
WRes Event_Set(
CEvent
*p)
in Event_Set()
381
WRes Event_Reset(
CEvent
*p)
in Event_Reset()
388
WRes Event_Wait(
CEvent
*p)
in Event_Wait()
405
WRes Event_Close(
CEvent
*p)
in Event_Close()
/third_party/lzma/CPP/Windows/
H
A
D
Synchronization.h
22
::
CEvent
_object;
Completed in 3 milliseconds