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:child_ptrs
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/sched/pthreads/
H
A
D
pth_str03.c
56
struct kid_info **
child_ptrs
; /* dynamic array of ptrs to kids */
member
231
parent->
child_ptrs
[parent->child_count++] = info_p;
in synchronize_children()
421
info_p->sum += info_p->
child_ptrs
[child]->sum;
in doit()
425
info_p->
child_ptrs
[child]->index,
in doit()
442
if (parent->
child_ptrs
[child] != info_p) {
in doit()
451
child_ptrs
[child]->
in doit()
453
if (++parent->
child_ptrs
[child]->
in doit()
464
child_ptrs
[child]->
in doit()
480
child_ptrs
in doit()
575
if ((child_info[ind].
child_ptrs
in main()
[all...]
H
A
D
pth_str01.c
218
parent->
child_ptrs
[parent->child_count++] = info_p;
in synchronize_children()
457
if (parent->
child_ptrs
[child] != info_p) {
in doit()
466
child_ptrs
[child]->
in doit()
468
if (++parent->
child_ptrs
[child]->
in doit()
479
child_ptrs
[child]->
in doit()
495
child_ptrs
in doit()
600
if ((child_info[ind].
child_ptrs
= malloc(breadth * sizeof(c_info *))) == NULL) {
in main()
601
perror("malloc
child_ptrs
");
in main()
604
memset(child_info[ind].
child_ptrs
, 0x00,
in main()
H
A
D
pth_str01.h
32
struct child_info **
child_ptrs
; /* dynamic array of ptrs */
member
Completed in 2 milliseconds