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:killlock
(Results
1 - 20
of
20
) sorted by relevance
/third_party/musl/porting/liteos_m/user/src/thread/
H
A
D
pthread_setschedparam.c
17
LOCK(t->
killlock
);
in pthread_setschedparam()
19
UNLOCK(t->
killlock
);
in pthread_setschedparam()
H
A
D
pthread_getschedparam.c
8
LOCK(t->
killlock
);
in pthread_getschedparam()
26
UNLOCK(t->
killlock
);
in pthread_getschedparam()
H
A
D
pthread_create.c
38
UNLOCK(self->
killlock
);
in __pthread_exit()
/third_party/musl/porting/liteos_a/user/src/thread/
H
A
D
pthread_setschedprio.c
13
LOCK(t->
killlock
);
in pthread_setschedprio()
15
UNLOCK(t->
killlock
);
in pthread_setschedprio()
H
A
D
pthread_setschedparam.c
9
LOCK(t->
killlock
);
in pthread_setschedparam()
11
UNLOCK(t->
killlock
);
in pthread_setschedparam()
H
A
D
pthread_getschedparam.c
9
LOCK(t->
killlock
);
in pthread_getschedparam()
26
UNLOCK(t->
killlock
);
in pthread_getschedparam()
H
A
D
pthread_create.c
74
* its kernel tid is controlled by
killlock
. For detached threads,
in __pthread_exit()
78
LOCK(self->
killlock
);
in __pthread_exit()
89
UNLOCK(self->
killlock
);
in __pthread_exit()
161
UNLOCK(self->
killlock
);
in __pthread_exit()
/third_party/musl/porting/linux/user/src/thread/
H
A
D
pthread_kill.c
15
LOCK(t->
killlock
);
in pthread_kill()
18
UNLOCK(t->
killlock
);
in pthread_kill()
H
A
D
pthread_create.c
179
* its kernel tid is controlled by
killlock
. For detached threads,
in __pthread_exit()
183
LOCK(self->
killlock
);
in __pthread_exit()
197
UNLOCK(self->
killlock
);
in __pthread_exit()
264
UNLOCK(self->
killlock
);
in __pthread_exit()
/third_party/musl/src/thread/
H
A
D
pthread_setschedparam.c
15
LOCK(t->
killlock
);
in pthread_setschedparam()
21
UNLOCK(t->
killlock
);
in pthread_setschedparam()
H
A
D
pthread_setschedprio.c
15
LOCK(t->
killlock
);
in pthread_setschedprio()
21
UNLOCK(t->
killlock
);
in pthread_setschedprio()
H
A
D
pthread_kill.c
19
LOCK(t->
killlock
);
in pthread_kill()
27
UNLOCK(t->
killlock
);
in pthread_kill()
H
A
D
pthread_getschedparam.c
9
LOCK(t->
killlock
);
in pthread_getschedparam()
33
UNLOCK(t->
killlock
);
in pthread_getschedparam()
H
A
D
pthread_create.c
96
* its kernel tid is controlled by
killlock
. For detached threads,
in __pthread_exit()
100
LOCK(self->
killlock
);
in __pthread_exit()
111
UNLOCK(self->
killlock
);
in __pthread_exit()
121
* it that it's no longer available. At this point the
killlock
in __pthread_exit()
127
UNLOCK(self->
killlock
);
in __pthread_exit()
/third_party/musl/src/thread/liteos_a/
H
A
D
pthread_create.c
74
* its kernel tid is controlled by
killlock
. For detached threads,
in __pthread_exit()
78
LOCK(self->
killlock
);
in __pthread_exit()
89
UNLOCK(self->
killlock
);
in __pthread_exit()
161
UNLOCK(self->
killlock
);
in __pthread_exit()
/third_party/musl/src/thread/linux/
H
A
D
pthread_create.c
231
* its kernel tid is controlled by
killlock
. For detached threads,
in __pthread_exit()
235
LOCK(self->
killlock
);
in __pthread_exit()
249
UNLOCK(self->
killlock
);
in __pthread_exit()
262
* it that it's no longer available. At this point the
killlock
in __pthread_exit()
268
UNLOCK(self->
killlock
);
in __pthread_exit()
/third_party/musl/porting/liteos_m/user/src/internal/
H
A
D
pthread_impl.h
49
volatile int
killlock
[1];
member
/third_party/musl/porting/linux/user/src/internal/
H
A
D
pthread_impl.h
79
volatile int
killlock
[1];
member
/third_party/musl/porting/liteos_a/user/src/internal/
H
A
D
pthread_impl.h
58
volatile int
killlock
[1];
member
/third_party/musl/src/internal/
H
A
D
pthread_impl.h
66
volatile int
killlock
[1];
member
Completed in 8 milliseconds