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
323
pthread_t
resize_thread
;
local
324
pthread_create(&
resize_thread
, NULL, resize_thread_main, &tty_fd);
335
pthread_join(
resize_thread
, NULL);
366
pthread_t
resize_thread
;
local
367
pthread_create(&
resize_thread
, NULL, input_thread_main, this);
374
pthread_join(
resize_thread
, NULL);
Completed in 130 milliseconds