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_THREAD
(Results
1 - 18
of
18
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H
A
D
It_posix_queue_206.cpp
53
notification.sigev_notify =
SIGEV_THREAD
;
in Child()
/kernel/liteos_a/testsuites/unittest/libc/time/timer/smoke/
H
A
D
timer_test_005.cpp
70
sev.sigev_notify =
SIGEV_THREAD
;
in TimerTest()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
siginfo.h
300
* It seems likely that
SIGEV_THREAD
will have to be handled from
307
#define
SIGEV_THREAD
2 /* deliver via thread creation */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
215
#define
SIGEV_THREAD
2
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
217
#define
SIGEV_THREAD
2
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
217
#define
SIGEV_THREAD
2
macro
/kernel/liteos_a/testsuites/unittest/container/smoke/
H
A
D
It_ipc_container_003.cpp
105
notification.sigev_notify =
SIGEV_THREAD
;
in IpcContainerUnshare()
/kernel/linux/linux-5.10/ipc/
H
A
D
mqueue.c
829
case
SIGEV_THREAD
:
in __do_notify()
856
info->notify.sigev_notify ==
SIGEV_THREAD
) {
in remove_notification()
1333
notification->sigev_notify !=
SIGEV_THREAD
))
in do_mq_notify()
1339
if (notification->sigev_notify ==
SIGEV_THREAD
) {
in do_mq_notify()
1408
case
SIGEV_THREAD
:
in do_mq_notify()
1413
info->notify.sigev_notify =
SIGEV_THREAD
;
in do_mq_notify()
1582
if (n.sigev_notify ==
SIGEV_THREAD
)
in COMPAT_SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/ipc/
H
A
D
mqueue.c
830
case
SIGEV_THREAD
:
in __do_notify()
857
info->notify.sigev_notify ==
SIGEV_THREAD
) {
in remove_notification()
1332
notification->sigev_notify !=
SIGEV_THREAD
))
in do_mq_notify()
1338
if (notification->sigev_notify ==
SIGEV_THREAD
) {
in do_mq_notify()
1407
case
SIGEV_THREAD
:
in do_mq_notify()
1412
info->notify.sigev_notify =
SIGEV_THREAD
;
in do_mq_notify()
1581
if (n.sigev_notify ==
SIGEV_THREAD
)
in COMPAT_SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
siginfo.h
319
* It seems likely that
SIGEV_THREAD
will have to be handled from
326
#define
SIGEV_THREAD
2 /* deliver via thread creation */
macro
/kernel/linux/linux-5.10/kernel/time/
H
A
D
posix-timers.c
64
~(SIGEV_SIGNAL | SIGEV_NONE |
SIGEV_THREAD
))
449
case
SIGEV_THREAD
:
in good_sigevent()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
posix-timers.c
58
~(SIGEV_SIGNAL | SIGEV_NONE |
SIGEV_THREAD
))
390
case
SIGEV_THREAD
:
in good_sigevent()
/kernel/liteos_m/kal/posix/src/
H
A
D
time.c
139
if ((evp->sigev_notify !=
SIGEV_THREAD
) || evp->sigev_notify_attributes) {
in timer_create()
/kernel/liteos_a/compat/posix/src/
H
A
D
time.c
797
if ((evp->sigev_notify !=
SIGEV_THREAD
) || evp->sigev_notify_attributes) {
in timer_create()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
base.c
2678
[
SIGEV_THREAD
] = "thread",
in show_timer()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
base.c
2674
[
SIGEV_THREAD
] = "thread",
in show_timer()
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H
A
D
turbostat.c
3295
sev.sigev_notify =
SIGEV_THREAD
;
in msr_sum_record()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H
A
D
turbostat.c
3470
sev.sigev_notify =
SIGEV_THREAD
;
in msr_sum_record()
Completed in 39 milliseconds