OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resize_thread
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
tty_test.cc
324
pthread_t
resize_thread
;
local
325
pthread_create(&
resize_thread
, NULL, resize_thread_main, &tty_fd);
336
pthread_join(
resize_thread
, NULL);
367
pthread_t
resize_thread
;
local
368
pthread_create(&
resize_thread
, NULL, input_thread_main, this);
375
pthread_join(
resize_thread
, NULL);
Completed in 117 milliseconds