Home
last modified time | relevance | path

Searched refs:thread_error (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-mtread.c109 thread_error(int idx, char *string) in thread_error() function
346 thread_error( idx, "Memory error: thread calloc for noconns" ); in do_onethread()
354 thread_error( idx, "ldap_dup error" ); in do_onethread()
367 thread_error( idx, "(failed to dup)"); in do_onethread()
414 thread_error( idx, "Memory error: thread calloc for noconns" ); in do_onerwthread()
442 thread_error( idx, "ldap_dup error" ); in do_onerwthread()
455 thread_error( idx, "(failed to dup)"); in do_onerwthread()
541 thread_error( idx, "(failed to malloc)"); in do_random()
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_encoder_mt.c143 lzma_ret thread_error; member
188 if (thr->coder->thread_error == LZMA_OK) in worker_error()
189 thr->coder->thread_error = ret; in worker_error()
604 ret = coder->thread_error; in stream_encode_in()
650 && coder->thread_error == LZMA_OK in wait_for_work()
700 ret = coder->thread_error; in stream_encode_mt()
1015 coder->thread_error = LZMA_OK; in stream_encoder_mt_init()