OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writer_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;
141
pthread_cancel(
writer_thread
);
142
pthread_join(
writer_thread
, NULL);
mksquashfs.c
271
pthread_t reader_thread,
writer_thread
, main_thread;
variable
[
all
...]
/bionic/tests/
pthread_test.cpp
890
pthread_t
writer_thread
;
local
892
helper.CreateWriterThread(
writer_thread
, writer_tid);
901
ASSERT_EQ(0, pthread_join(
writer_thread
, NULL));
908
pthread_t
writer_thread
;
local
910
helper.CreateWriterThread(
writer_thread
, writer_tid);
919
ASSERT_EQ(0, pthread_join(
writer_thread
, NULL));
[
all
...]
Completed in 58 milliseconds