Searched refs:attr_ptr (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dplatform-cygwin.cc416 pthread_attr_t* attr_ptr = NULL; local
421 attr_ptr = &attr;
423 pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
H A Dplatform-freebsd.cc510 pthread_attr_t* attr_ptr = NULL; local
515 attr_ptr = &attr;
517 pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
H A Dplatform-macos.cc540 pthread_attr_t* attr_ptr = NULL; local
545 attr_ptr = &attr;
547 pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
H A Dplatform-solaris.cc502 pthread_attr_t* attr_ptr = NULL; local
507 attr_ptr = &attr;
H A Dplatform-linux.cc774 pthread_attr_t* attr_ptr = NULL; local
779 attr_ptr = &attr;
781 int result = pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
H A Dplatform-openbsd.cc563 pthread_attr_t* attr_ptr = NULL; local
568 attr_ptr = &attr;
570 pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);

Completed in 162 milliseconds