OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_error
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/tests/progs/
slapd-mtread.c
109
thread_error
(int idx, char *string)
function
346
thread_error
( idx, "Memory error: thread calloc for noconns" );
354
thread_error
( idx, "ldap_dup error" );
367
thread_error
( idx, "(failed to dup)");
414
thread_error
( idx, "Memory error: thread calloc for noconns" );
442
thread_error
( idx, "ldap_dup error" );
455
thread_error
( idx, "(failed to dup)");
542
thread_error
( idx, "(failed to malloc)");
/src/external/public-domain/xz/dist/src/liblzma/common/
stream_decoder_mt.c
171
lzma_ret
thread_error
;
member in struct:lzma_stream_coder
174
/// set in read_output_and_wait(), this is a mirror of
thread_error
.
474
&& thr->coder->
thread_error
== LZMA_OK)
475
thr->coder->
thread_error
= ret;
695
if (coder->
thread_error
!= LZMA_OK) {
699
ret = coder->
thread_error
;
1963
coder->
thread_error
= LZMA_OK;
stream_encoder_mt.c
163
lzma_ret
thread_error
;
member in struct:lzma_stream_coder_s
208
if (thr->coder->
thread_error
== LZMA_OK)
209
thr->coder->
thread_error
= ret;
631
// encoder. It has set coder->
thread_error
650
ret = coder->
thread_error
;
700
&& coder->
thread_error
== LZMA_OK
749
ret = coder->
thread_error
;
780
// coder->
thread_error
was set.
1107
coder->
thread_error
= LZMA_OK;
Completed in 20 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026