Searched refs:ths (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c310 struct svn_wc__db_base_info_t *ths = apr_hash_this_val(hi); local
324 if (ths->update_root)
331 if (ths->status == svn_wc__db_status_excluded)
364 if (ths->status == svn_wc__db_status_server_excluded
365 || ths->status == svn_wc__db_status_not_present)
421 if (!ths->repos_relpath)
423 ths->repos_relpath = svn_relpath_join(dir_repos_relpath, child,
429 = svn_relpath_skip_ancestor(dir_repos_relpath, ths->repos_relpath);
438 if (ths->depth == svn_depth_unknown)
439 ths
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_tc.c85 static struct timehands ths[16] = { variable in typeref:struct:timehands
94 static struct timehands *volatile timehands = &ths[0];
1975 if (timehands_count > nitems(ths))
1976 timehands_count = nitems(ths);
1977 for (i = 1, thp = &ths[0]; i < timehands_count; thp = &ths[i++])
1978 thp->th_next = &ths[i];
1979 thp->th_next = &ths[0];

Completed in 163 milliseconds