OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reader_thread
(Results
1 - 3
of
3
) sorted by null
/external/squashfs-tools/squashfs-tools/
restore.c
49
extern pthread_t
reader_thread
, writer_thread, main_thread;
86
pthread_cancel(
reader_thread
);
87
pthread_join(
reader_thread
, NULL);
mksquashfs.c
271
pthread_t
reader_thread
, writer_thread, main_thread;
variable
[
all
...]
/bionic/tests/
pthread_test.cpp
895
pthread_t
reader_thread
;
local
897
helper.CreateReaderThread(
reader_thread
, reader_tid);
898
ASSERT_EQ(0, pthread_join(
reader_thread
, NULL));
913
pthread_t
reader_thread
;
local
915
helper.CreateReaderThread(
reader_thread
, reader_tid);
920
ASSERT_EQ(0, pthread_join(
reader_thread
, NULL));
[
all
...]
Completed in 309 milliseconds