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:timer_delete
(Results
1 - 25
of
38
) sorted by relevance
1
2
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H
A
D
timer_test.cpp
74
if (
timer_delete
(timerId_) == 0) {
in ~Scaler()
146
* that the "
timer_delete
" function successfully deletes the created timer.
160
EXPECT_EQ(0,
timer_delete
(timerid));
in HWTEST_F()
202
if (
timer_delete
(timerid) == 0) {
in HWTEST_F()
247
if (
timer_delete
(timerid) == 0) {
in HWTEST_F()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/
H
A
D
5-2.c
8
* Test to see if
timer_delete
() returns -1 and sets errno==EINVAL when
72
if (
timer_delete
(tid) != 0) {
in main()
73
perror("
timer_delete
() did not return success\n");
in main()
82
if (
timer_delete
(tid) == -1) {
in main()
H
A
D
5-1.c
8
* Test to see if
timer_delete
() returns -1 and sets errno==EINVAL if
26
if (
timer_delete
(tid) == -1) {
in main()
29
("
timer_delete
() returned -1 and set errno=EINVAL\n");
in main()
33
("
timer_delete
() returned -1, but didn't set errno!=EINVAL\n");
in main()
38
printf("
timer_delete
() did not return -1\n");
in main()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H
A
D
timer_settime.c
76
result =
timer_delete
(timerid);
in timer_settime_0100()
130
result =
timer_delete
(timerid);
in timer_settime64_0100()
H
A
D
timer_delete.c
69
if (
timer_delete
(timerid) == -1 && errno == EINVAL) {
in timer_delete_0100()
H
A
D
timer_create.c
68
result =
timer_delete
(timerid);
in timer_create_0100()
H
A
D
timer_getoverrun.c
72
result =
timer_delete
(timerid);
in timer_getoverrun_0100()
H
A
D
timer_gettime.c
83
if (
timer_delete
(timerid) != 0) {
in timer_gettime_0100()
84
t_error("%s
timer_delete
failed", __func__);
in timer_gettime_0100()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H
A
D
30-1-buildonly.c
10
int
timer_delete
(timer_t);
21
dummyvar =
timer_delete
;
in dummyfcn()
/third_party/musl/src/time/
H
A
D
timer_delete.c
5
int
timer_delete
(timer_t t)
in timer_delete()
function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
H
A
D
6-2.c
40
if (
timer_delete
(tid) != 0) {
in main()
41
perror("
timer_delete
() did not return success\n");
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
H
A
D
1-2.c
8
* Test that after a timer is deleted by calling
timer_delete
(), it
43
if (
timer_delete
(tid) != 0) {
in main()
44
perror("
timer_delete
() did not return success\n");
in main()
58
printf("errno!=EINVAL after a
timer_delete
()\n");
in main()
63
printf("timer_settime() did not fail after
timer_delete
()\n");
in main()
H
A
D
1-1.c
8
* Test that
timer_delete
() deletes a timer.
77
if (
timer_delete
(tid) != 0) {
in main()
78
perror("
timer_delete
() did not return success\n");
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
H
A
D
6-3.c
35
if (
timer_delete
(tid) != 0) {
in main()
36
perror("
timer_delete
() did not return success\n");
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/
H
A
D
12-3.c
42
if (
timer_delete
(tid) != 0) {
in main()
43
perror("
timer_delete
() did not return success\n");
in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
time.h
97
int
timer_delete
(timer_t);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H
A
D
9-1.c
121
if (
timer_delete
(tid) != 0) {
in main()
122
perror("
timer_delete
() did not return success\n");
in main()
H
A
D
6-1.c
147
if (
timer_delete
(tid) != 0) {
in main()
148
perror("
timer_delete
() did not return success\n");
in main()
H
A
D
1-2.c
96
if (
timer_delete
(tid) == -1) {
in main()
97
perror("
timer_delete
() returned failure\n");
in main()
H
A
D
2-1.c
131
if (
timer_delete
(tid) != 0) {
in main()
132
perror("
timer_delete
() did not return success\n");
in main()
H
A
D
9-2.c
143
if (
timer_delete
(tid) != 0) {
in main()
144
perror("
timer_delete
() did not return success\n");
in main()
/third_party/rust/crates/nix/src/sys/
H
A
D
timer.rs
181
let result = Errno::result(unsafe { libc::
timer_delete
(self.0) });
in drop()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
time.h
110
int
timer_delete
(timer_t);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
time.h
109
int
timer_delete
(timer_t);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
time.h
110
int
timer_delete
(timer_t);
Completed in 5 milliseconds
1
2