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:thread_result
(Results
1 - 6
of
6
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H
A
D
pthread_exit.c
36
void *
thread_result
= NULL;
in pthread_exit_0100()
local
37
pthread_join(ph, &
thread_result
);
in pthread_exit_0100()
38
EXPECT_STREQ("pthread_exit_0100", (char *)
thread_result
, "pthread_exit_0100");
in pthread_exit_0100()
H
A
D
pthread_getschedparam.c
38
void *
thread_result
= NULL;
in pthread_getschedparam_0100()
local
39
pthread_join(ph, &
thread_result
);
in pthread_getschedparam_0100()
H
A
D
pthread_getattr_np.c
37
void *
thread_result
= NULL;
in pthread_getattr_np_0100()
local
40
pthread_join(ph, &
thread_result
);
in pthread_getattr_np_0100()
/third_party/alsa-utils/bat/
H
A
D
bat.c
250
int *
thread_result
;
in test_playback()
local
262
err = thread_wait_completion(bat, playback_id, &
thread_result
);
in test_playback()
265
free(
thread_result
);
in test_playback()
270
if (*
thread_result
!= 0) {
in test_playback()
272
*
thread_result
);
in test_playback()
284
int *
thread_result
;
in test_capture()
local
296
err = thread_wait_completion(bat, capture_id, &
thread_result
);
in test_capture()
299
free(
thread_result
);
in test_capture()
304
if (*
thread_result
!= 0) {
in test_capture()
306
*
thread_result
);
in test_capture()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H
A
D
vktSynchronizationInternallySynchronizedObjectsTests.cpp
786
TestStatus
thread_result
= threads.run();
in iterate()
local
787
if(
thread_result
.getCode())
in iterate()
789
return
thread_result
;
in iterate()
915
TestStatus
thread_result
= threads.run();
in iterate()
local
916
if(
thread_result
.getCode())
in iterate()
918
return
thread_result
;
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H
A
D
vktSynchronizationInternallySynchronizedObjectsTests.cpp
786
TestStatus
thread_result
= threads.run();
in iterate()
local
787
if(
thread_result
.getCode())
in iterate()
789
return
thread_result
;
in iterate()
915
TestStatus
thread_result
= threads.run();
in iterate()
local
916
if(
thread_result
.getCode())
in iterate()
918
return
thread_result
;
in iterate()
Completed in 6 milliseconds