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:canceldisable
(Results
1 - 17
of
17
) sorted by relevance
/third_party/musl/src/thread/
H
A
D
pthread_cancel.c
12
if (self->
canceldisable
== PTHREAD_CANCEL_ENABLE || self->cancelasync)
in __cancel()
14
self->
canceldisable
= PTHREAD_CANCEL_DISABLE;
in __cancel()
30
if ((st=(self=__pthread_self())->
canceldisable
)
in __syscall_cp_c()
36
self->
canceldisable
!= PTHREAD_CANCEL_DISABLE)
in __syscall_cp_c()
58
if (!self->cancel || self->
canceldisable
== PTHREAD_CANCEL_DISABLE) return;
in cancel_handler()
86
if (self->cancel && !self->
canceldisable
)
in __testcancel()
109
if (t->
canceldisable
== PTHREAD_CANCEL_ENABLE && t->cancelasync)
in pthread_cancel()
H
A
D
pthread_setcancelstate.c
8
if (old) *old = self->
canceldisable
;
in __pthread_setcancelstate()
9
self->
canceldisable
= new;
in __pthread_setcancelstate()
H
A
D
pthread_create.c
68
self->
canceldisable
= 1;
in __pthread_exit()
/third_party/musl/porting/liteos_a/user/src/thread/
H
A
D
pthread_cancel.c
11
if (self->
canceldisable
== PTHREAD_CANCEL_ENABLE || self->cancelasync)
in __cancel()
13
self->
canceldisable
= PTHREAD_CANCEL_DISABLE;
in __cancel()
29
if ((st=(self=__pthread_self())->
canceldisable
)
in __syscall_cp_c()
35
self->
canceldisable
!= PTHREAD_CANCEL_DISABLE)
in __syscall_cp_c()
52
if (!self->cancel || self->
canceldisable
== PTHREAD_CANCEL_DISABLE) return;
in cancel_handler()
61
if (self->cancel && !self->
canceldisable
)
in __testcancel()
84
if (t->
canceldisable
== PTHREAD_CANCEL_ENABLE && t->cancelasync)
in pthread_cancel()
H
A
D
pthread_create.c
58
self->
canceldisable
= 1;
in __pthread_exit()
/third_party/musl/porting/linux/user/src/thread/
H
A
D
pthread_cancel.c
12
if (self->
canceldisable
== PTHREAD_CANCEL_ENABLE || self->cancelasync)
in __cancel()
14
self->
canceldisable
= PTHREAD_CANCEL_DISABLE;
in __cancel()
30
if ((st=(self=__pthread_self())->
canceldisable
)
in __syscall_cp_c()
36
self->
canceldisable
!= PTHREAD_CANCEL_DISABLE)
in __syscall_cp_c()
56
if (!self->cancel || self->
canceldisable
== PTHREAD_CANCEL_DISABLE) return;
in cancel_handler()
74
if (self->cancel && !self->
canceldisable
)
in __testcancel()
97
if (t->
canceldisable
== PTHREAD_CANCEL_ENABLE && t->cancelasync)
in pthread_cancel()
H
A
D
pthread_setcancelstate.c
8
if (old) *old = self->
canceldisable
;
in __pthread_setcancelstate()
9
self->
canceldisable
= new;
in __pthread_setcancelstate()
H
A
D
pthread_create.c
150
self->
canceldisable
= 1;
in __pthread_exit()
/third_party/musl/porting/linux/user/src/time/
H
A
D
timer_create.c
30
self->
canceldisable
= 0;
in cleanup_fromsig()
/third_party/musl/porting/liteos_m/user/src/internal/
H
A
D
pthread_impl.h
31
volatile unsigned char
canceldisable
, cancelasync;
member
/third_party/musl/src/time/
H
A
D
timer_create.c
46
self->
canceldisable
= 0;
in cleanup_fromsig()
/third_party/musl/porting/liteos_m/user/src/thread/
H
A
D
pthread_create.c
13
self->
canceldisable
= 1;
in __pthread_exit()
/third_party/musl/porting/linux/user/src/internal/
H
A
D
pthread_impl.h
59
volatile unsigned char
canceldisable
, cancelasync;
member
/third_party/musl/porting/liteos_a/user/src/internal/
H
A
D
pthread_impl.h
39
volatile unsigned char
canceldisable
, cancelasync;
member
/third_party/musl/src/thread/liteos_a/
H
A
D
pthread_create.c
58
self->
canceldisable
= 1;
in __pthread_exit()
/third_party/musl/src/internal/
H
A
D
pthread_impl.h
46
volatile unsigned char
canceldisable
, cancelasync;
member
/third_party/musl/src/thread/linux/
H
A
D
pthread_create.c
202
self->
canceldisable
= 1;
in __pthread_exit()
Completed in 8 milliseconds