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:Event_Set
(Results
1 - 6
of
6
) sorted by relevance
/third_party/lzma/C/
H
A
D
MtCoder.c
51
wres =
Event_Set
(&t->startEvent);
in MtCoderThread_CreateAndStart()
64
Event_Set
(&t->startEvent);
in MtCoderThread_Destruct()
103
/* after Event_Wait(&mtc->readEvent) we must call
Event_Set
(&mtc->readEvent) in any case to unlock another threads */
in ThreadFunc2()
107
return
Event_Set
(&mtc->readEvent) == 0 ? SZ_OK : SZ_ERROR_THREAD;
in ThreadFunc2()
156
/* we must get some block from blocksSemaphore before
Event_Set
(&mtc->readEvent) */
in ThreadFunc2()
202
RINOK_THREAD(
Event_Set
(&mtc->readEvent))
in ThreadFunc2()
231
RINOK_THREAD(
Event_Set
(&mtc->writeEvents[bi]))
in ThreadFunc2()
333
if (
Event_Set
(&mtc->finishedEvent) != 0)
in ThreadFunc()
398
Event_Set
(&p->readEvent);
in MtCoder_Free()
502
RINOK_THREAD(
Event_Set
(
in MtCoder_Code()
[all...]
H
A
D
MtDec.c
150
Event_Set
(&t->canWrite); /* we can disable it. There are no threads waiting canWrite in normal cases */
in MtDecThread_CloseThread()
151
Event_Set
(&t->canRead);
in MtDecThread_CloseThread()
581
RINOK_THREAD(
Event_Set
(&nextThread->canRead))
in MtDec_ThreadFunc2()
587
// each call of
Event_Set
(&nextThread->canRead) must be followed by call of
Event_Set
(&nextThread->canWrite)
in MtDec_ThreadFunc2()
588
// if ( !finish ) we must call
Event_Set
(&nextThread->canWrite) in any case
in MtDec_ThreadFunc2()
777
RINOK_THREAD(
Event_Set
(&nextThread->canWrite))
in MtDec_ThreadFunc2()
784
RINOK_THREAD(
Event_Set
(&p->threads[0].canWrite))
in MtDec_ThreadFunc2()
793
RINOK_THREAD(
Event_Set
(&p->threads[0].canRead))
in MtDec_ThreadFunc2()
831
Event_Set
(
in MtDec_ThreadFunc1()
[all...]
H
A
D
Threads.h
150
WRes
Event_Set
(CEvent *p);
196
WRes
Event_Set
(CEvent *p);
H
A
D
Threads.c
137
WRes
Event_Set
(CEvent *p) { return BOOLToWRes(SetEvent(*p)); }
in Event_Set()
function
372
WRes
Event_Set
(CEvent *p)
in Event_Set()
function
H
A
D
LzFindMt.c
131
Event_Set
(&p->canStart);
in MtSync_GetNextBlock()
201
Event_Set
(&p->canStart); // we send EXIT command to thread
in MtSync_Destruct()
539
Event_Set
(&p->wasStopped);
in HashThreadFunc()
784
Event_Set
(&p->wasStopped);
in BtThreadFunc()
/third_party/lzma/CPP/Windows/
H
A
D
Synchronization.h
48
WRes Set() { return
Event_Set
(&_object); }
in Set()
Completed in 6 milliseconds