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:notif
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/kernel/containers/pidns/
H
A
D
pidns30.c
47
struct sigevent
notif
;
in child_func()
local
61
notif
.sigev_notify = SIGEV_SIGNAL;
in child_func()
62
notif
.sigev_signo = SIGUSR1;
in child_func()
63
notif
.sigev_value.sival_int = mqd_child;
in child_func()
65
SAFE_MQ_NOTIFY(mqd_child, &
notif
);
in child_func()
H
A
D
pidns31.c
73
struct sigevent
notif
;
in run()
local
92
notif
.sigev_notify = SIGEV_SIGNAL;
in run()
93
notif
.sigev_signo = SIGUSR1;
in run()
95
SAFE_MQ_NOTIFY(mqd, &
notif
);
in run()
/third_party/mesa3d/src/asahi/lib/
H
A
D
agx_device.c
402
queue.
notif
= agx_create_notification_queue(dev->fd);
in agx_create_command_queue()
407
queue.
notif
.id
in agx_create_command_queue()
481
IOReturn ret = IODataQueueWaitForAvailableData(queue.
notif
.queue, queue.
notif
.port);
in agx_wait_queue()
488
while (IODataQueueDequeue(queue.
notif
.queue, data, &sz) == kIOReturnSuccess) {
in agx_wait_queue()
H
A
D
io.h
255
struct agx_notification_queue
notif
;
member
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
rndis.c
1181
FAR struct rndis_notification *
notif
=
in rndis_send_encapsulated_response()
local
1184
notif
->notification = RNDIS_NOTIFICATION_RESPONSE_AVAILABLE;
in rndis_send_encapsulated_response()
1185
notif
->reserved = 0;
in rndis_send_encapsulated_response()
Completed in 4 milliseconds