OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pthread_create_result
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc
75
int
pthread_create_result
;
local
77
pthread_create_result
= pthread_create(&thread_id, NULL, IncrementerThread,
79
ASSERT_EQ(0,
pthread_create_result
);
117
int
pthread_create_result
;
local
119
pthread_create_result
=
124
if (
pthread_create_result
!= 0) {
169
int
pthread_create_result
;
local
170
pthread_create_result
= pthread_create(&argument.thread_ids[0], NULL,
173
ASSERT_EQ(0,
pthread_create_result
);
Completed in 37 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026