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:SIGEV_NONE
(Results
1 - 21
of
21
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H
A
D
It_posix_queue_207.cpp
70
sigev.sigev_notify =
SIGEV_NONE
;
in Child()
H
A
D
It_posix_queue_206.cpp
59
notification.sigev_notify =
SIGEV_NONE
;
in Child()
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
H
A
D
timer.c
29
struct sigevent sevp = {.sigev_notify =
SIGEV_NONE
};
in run_test()
/kernel/linux/linux-6.6/tools/testing/selftests/timens/
H
A
D
timer.c
29
struct sigevent sevp = {.sigev_notify =
SIGEV_NONE
};
in run_test()
/kernel/liteos_a/compat/posix/src/
H
A
D
mqueue.c
766
case
SIGEV_NONE
:
in MqSendNotify()
902
if (sigev->sigev_notify !=
SIGEV_NONE
&& sigev->sigev_notify != SIGEV_SIGNAL) {
in MqNotifyParamCheck()
950
case
SIGEV_NONE
:
in OsMqNotify()
951
mqnotify->notify.sigev_notify =
SIGEV_NONE
;
in OsMqNotify()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
siginfo.h
306
#define
SIGEV_NONE
1 /* other notification: meaningless */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
214
#define
SIGEV_NONE
1
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
216
#define
SIGEV_NONE
1
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
216
#define
SIGEV_NONE
1
macro
/kernel/liteos_a/testsuites/unittest/container/smoke/
H
A
D
It_ipc_container_003.cpp
110
notification.sigev_notify =
SIGEV_NONE
;
in IpcContainerUnshare()
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
siginfo.h
325
#define
SIGEV_NONE
1 /* other notification: meaningless */
macro
/kernel/linux/linux-5.10/kernel/time/
H
A
D
posix-timers.c
64
~(SIGEV_SIGNAL |
SIGEV_NONE
| SIGEV_THREAD))
453
case
SIGEV_NONE
:
in good_sigevent()
669
* The second issue is the
SIGEV_NONE
timer which may be active but is
681
sig_none = timr->it_sigev_notify ==
SIGEV_NONE
;
in common_timer_get()
689
*
SIGEV_NONE
oneshot timers are never queued. Check them
in common_timer_get()
699
* When a requeue is pending or this is a
SIGEV_NONE
timer move the
in common_timer_get()
709
* A single shot
SIGEV_NONE
timer must return 0, when
in common_timer_get()
900
sigev_none = timr->it_sigev_notify ==
SIGEV_NONE
;
in common_timer_set()
H
A
D
posix-cpu-timers.c
536
if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) ==
SIGEV_NONE
) {
in cpu_timer_fire()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
posix-timers.c
58
~(SIGEV_SIGNAL |
SIGEV_NONE
| SIGEV_THREAD))
394
case
SIGEV_NONE
:
in good_sigevent()
633
* 2) The timer is a
SIGEV_NONE
timer. These timers are never enqueued
643
sig_none = timr->it_sigev_notify ==
SIGEV_NONE
;
in common_timer_get()
651
*
SIGEV_NONE
oneshot timers are never queued and therefore
in common_timer_get()
666
* is a
SIGEV_NONE
timer move the expiry time forward by intervals,
in common_timer_get()
684
* A single shot
SIGEV_NONE
timer must return 0, when it is
in common_timer_get()
893
sigev_none = timr->it_sigev_notify ==
SIGEV_NONE
;
in common_timer_set()
H
A
D
posix-cpu-timers.c
587
if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) ==
SIGEV_NONE
) {
in cpu_timer_fire()
/kernel/linux/linux-5.10/ipc/
H
A
D
mqueue.c
792
case
SIGEV_NONE
:
in __do_notify()
1331
if (unlikely(notification->sigev_notify !=
SIGEV_NONE
&&
in do_mq_notify()
1405
case
SIGEV_NONE
:
in do_mq_notify()
1406
info->notify.sigev_notify =
SIGEV_NONE
;
in do_mq_notify()
/kernel/linux/linux-6.6/ipc/
H
A
D
mqueue.c
793
case
SIGEV_NONE
:
in __do_notify()
1330
if (unlikely(notification->sigev_notify !=
SIGEV_NONE
&&
in do_mq_notify()
1404
case
SIGEV_NONE
:
in do_mq_notify()
1405
info->notify.sigev_notify =
SIGEV_NONE
;
in do_mq_notify()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-record.c
188
cblock->aio_sigevent.sigev_notify =
SIGEV_NONE
;
in record__aio_write()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
base.c
2677
[
SIGEV_NONE
] = "none",
in show_timer()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
base.c
2673
[
SIGEV_NONE
] = "none",
in show_timer()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-record.c
286
cblock->aio_sigevent.sigev_notify =
SIGEV_NONE
;
in record__aio_write()
Completed in 44 milliseconds