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:task_tgid
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
sem.c
1426
ipc_update_pid(&curr->sempid,
task_tgid
(current));
in semctl_setval()
1546
ipc_update_pid(&sma->sems[i].sempid,
task_tgid
(current));
in semctl_main()
2159
queue.pid =
task_tgid
(current);
in do_semtimedop()
2476
ipc_update_pid(&semaphore->sempid,
task_tgid
(current));
in exit_sem()
H
A
D
msg.c
937
ipc_update_pid(&msq->q_lspid,
task_tgid
(current));
in do_msgsnd()
1179
ipc_update_pid(&msq->q_lrpid,
task_tgid
(current));
in do_msgrcv()
H
A
D
shm.c
289
ipc_update_pid(&shp->shm_lprid,
task_tgid
(current));
in __shm_open()
376
ipc_update_pid(&shp->shm_lprid,
task_tgid
(current));
in shm_close()
764
shp->shm_cprid = get_pid(
task_tgid
(current));
in newseg()
/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H
A
D
signal.h
641
static inline struct pid *
task_tgid
(struct task_struct *task)
in task_tgid()
function
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H
A
D
l2cap_sock.c
191
sk->sk_peer_pid = get_pid(
task_tgid
(current));
in l2cap_sock_init_pid()
Completed in 17 milliseconds