Searched refs:thd (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libgomp/plugin/
H A Dplugin-host.c182 struct nonshm_thread *thd = GOMP_PLUGIN_acc_thread (); local
183 thd->nonshm_exec = true;
185 thd->nonshm_exec = false;
244 struct nonshm_thread *thd local
246 thd->nonshm_exec = false;
247 return thd;
/haiku-buildtools/legacy/binutils/libiberty/
H A DMakefile.in342 /*) thd=${target_header_dir};; \
343 *) thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
345 ${mkinstalldirs} $(DESTDIR)$${thd}; \
347 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
/haiku-buildtools/gcc/libiberty/
H A DMakefile.in374 /*) thd=${target_header_dir};; \
375 *) thd=${includedir}/${target_header_dir};; \
377 ${mkinstalldirs} $(DESTDIR)$${thd}; \
379 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
/haiku-buildtools/binutils/libiberty/
H A DMakefile.in377 /*) thd=${target_header_dir};; \
378 *) thd=${includedir}/${target_header_dir};; \
380 ${mkinstalldirs} $(DESTDIR)$${thd}; \
382 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \

Completed in 52 milliseconds