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:SEM_FAILED
(Results
1 - 25
of
72
) sorted by relevance
1
2
3
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
H
A
D
6-1.c
96
if ((sem1 ==
SEM_FAILED
) && (errno == EEXIST)) {
in main()
101
if (sem1 ==
SEM_FAILED
) {
in main()
115
if (sem2 !=
SEM_FAILED
) {
in main()
128
if (sem2 ==
SEM_FAILED
) {
in main()
H
A
D
3-1.c
139
if ((sem ==
SEM_FAILED
) && (errno == EEXIST)) {
in main()
144
if (sem ==
SEM_FAILED
) {
in main()
159
if (sem ==
SEM_FAILED
) {
in main()
H
A
D
2-2.c
94
if (sem ==
SEM_FAILED
) {
in common()
140
if ((sem ==
SEM_FAILED
) && (errno == EEXIST)) {
in main()
145
if (sem ==
SEM_FAILED
) {
in main()
H
A
D
9-1.c
118
if ((sem ==
SEM_FAILED
) && (errno == EEXIST)) {
in main()
123
if (sem ==
SEM_FAILED
) {
in main()
H
A
D
7-1.c
111
if ((sem ==
SEM_FAILED
) && (errno == EEXIST)) {
in main()
116
if (sem ==
SEM_FAILED
) {
in main()
H
A
D
5-1.c
133
if (sem !=
SEM_FAILED
) {
in main()
186
if (sem !=
SEM_FAILED
) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/
H
A
D
3-2.c
100
if (sem ==
SEM_FAILED
&& errno == EEXIST) {
in main()
105
if (sem ==
SEM_FAILED
) {
in main()
128
if (sem ==
SEM_FAILED
) {
in main()
H
A
D
2-1.c
35
if (mysemp ==
SEM_FAILED
) {
in main()
48
if (mysemp ==
SEM_FAILED
) {
in main()
/third_party/musl/porting/liteos_a/user/src/thread/
H
A
D
sem_open.c
46
return
SEM_FAILED
;
in sem_open()
52
return
SEM_FAILED
;
in sem_open()
67
return
SEM_FAILED
;
in sem_open()
163
return
SEM_FAILED
;
in sem_open()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
H
A
D
8-1.c
87
if (sem ==
SEM_FAILED
) {
in child_fn()
93
if (sem_1 ==
SEM_FAILED
) {
in child_fn()
130
if (sem ==
SEM_FAILED
) {
in main()
138
if (sem_1 ==
SEM_FAILED
) {
in main()
/third_party/python/Modules/_multiprocessing/
H
A
D
semaphore.c
51
#define
SEM_FAILED
NULL
macro
221
/* OS X 10.4 defines
SEM_FAILED
as -1 instead of (sem_t *)-1; this gives
224
# undef
SEM_FAILED
macro
225
# define
SEM_FAILED
((sem_t *)-1)
macro
486
SEM_HANDLE handle =
SEM_FAILED
;
in _multiprocessing_SemLock_impl()
506
if (handle ==
SEM_FAILED
|| SEM_GET_LAST_ERROR() != 0)
in _multiprocessing_SemLock_impl()
519
if (handle !=
SEM_FAILED
)
in _multiprocessing_SemLock_impl()
558
if (handle ==
SEM_FAILED
) {
in _multiprocessing_SemLock__rebuild_impl()
571
if (self->handle !=
SEM_FAILED
)
in semlock_dealloc()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
H
A
D
2-1.c
37
if (mysemp ==
SEM_FAILED
) {
in main()
48
if ((mysemp ==
SEM_FAILED
) && (errno == EEXIST)) {
in main()
H
A
D
10-1.c
37
if (mysemp ==
SEM_FAILED
) {
in main()
48
if (mysemp ==
SEM_FAILED
) {
in main()
H
A
D
15-1.c
98
if (sems[i] ==
SEM_FAILED
) {
in main()
122
if (sems[i] ==
SEM_FAILED
) {
in main()
H
A
D
6-1.c
33
if ((mysemp ==
SEM_FAILED
) && (errno == ENOENT)) {
in main()
/third_party/musl/src/thread/
H
A
D
sem_open.c
46
return
SEM_FAILED
;
in sem_open()
52
return
SEM_FAILED
;
in sem_open()
67
return
SEM_FAILED
;
in sem_open()
169
return
SEM_FAILED
;
in sem_open()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H
A
D
14-1.c
63
if (sem_linked ==
SEM_FAILED
) {
in main()
69
if (sem_unlinked ==
SEM_FAILED
) {
in main()
/third_party/musl/libc-test/src/functional/
H
A
D
sem_open.c
25
TEST((sem=sem_open(buf, O_CREAT|O_EXCL, 0700, 1)) !=
SEM_FAILED
,
in main()
28
TEST(sem_open(buf, O_CREAT|O_EXCL, 0700, 1) ==
SEM_FAILED
,
in main()
/third_party/musl/libc-test/src/api/
H
A
D
semaphore.c
4
{sem_t *x =
SEM_FAILED
;}
in f()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
semaphore.h
15
#define
SEM_FAILED
((sem_t *)0)
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
semaphore.h
15
#define
SEM_FAILED
((sem_t *)0)
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
semaphore.h
17
#define
SEM_FAILED
((sem_t *)0)
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
semaphore.h
14
#define
SEM_FAILED
((sem_t *)0)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
semaphore.h
15
#define
SEM_FAILED
((sem_t *)0)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
semaphore.h
15
#define
SEM_FAILED
((sem_t *)0)
macro
Completed in 7 milliseconds
1
2
3