Searched refs:newfiles (Results 1 – 8 of 8) sorted by relevance
| /src/tools/test/stress2/misc/ |
| H A D | pthread7.sh | 96 static struct files newfiles; 164 LOCK(newfiles); 165 STAILQ_INSERT_TAIL(&newfiles.list, file, next); 167 UNLOCK(newfiles); 168 SIGNAL(newfiles); 186 LOCK(newfiles); 187 while (STAILQ_EMPTY(&newfiles.list)) { 188 WAIT(newfiles); 190 file = STAILQ_FIRST(&newfiles.list); 191 STAILQ_REMOVE_HEAD(&newfiles.list, next); [all …]
|
| H A D | pthread6.sh | 105 static struct files newfiles; 166 LOCK(newfiles); 167 STAILQ_INSERT_TAIL(&newfiles.list, file, next); 169 UNLOCK(newfiles); 170 SIGNAL(newfiles); 189 LOCK(newfiles); 190 while (STAILQ_EMPTY(&newfiles.list)) { 191 WAIT(newfiles); 193 file = STAILQ_FIRST(&newfiles.list); 194 STAILQ_REMOVE_HEAD(&newfiles.list, next); [all …]
|
| H A D | pthread4.sh | 109 static struct files newfiles; 174 LOCK(newfiles); 175 STAILQ_INSERT_TAIL(&newfiles.list, file, next); 177 UNLOCK(newfiles); 178 SIGNAL(newfiles); 197 LOCK(newfiles); 198 while (STAILQ_EMPTY(&newfiles.list)) { 199 WAIT(newfiles); 201 file = STAILQ_FIRST(&newfiles.list); 202 STAILQ_REMOVE_HEAD(&newfiles.list, next); [all …]
|
| H A D | pthread2.sh | 111 static struct files newfiles; 179 LOCK(newfiles); 180 STAILQ_INSERT_TAIL(&newfiles.list, file, next); 182 UNLOCK(newfiles); 183 SIGNAL(newfiles); 201 LOCK(newfiles); 202 while (STAILQ_EMPTY(&newfiles.list)) { 203 WAIT(newfiles); 205 file = STAILQ_FIRST(&newfiles.list); 206 STAILQ_REMOVE_HEAD(&newfiles.list, next); [all …]
|
| H A D | pthread3.sh | 102 static struct files newfiles; 167 LOCK(newfiles); 168 STAILQ_INSERT_TAIL(&newfiles.list, file, next); 170 UNLOCK(newfiles); 171 SIGNAL(newfiles); 190 LOCK(newfiles); 191 while (STAILQ_EMPTY(&newfiles.list)) { 192 WAIT(newfiles); 194 file = STAILQ_FIRST(&newfiles.list); 195 STAILQ_REMOVE_HEAD(&newfiles.list, next); [all …]
|
| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | init_os_ctx.c | 344 profile_filespec_t *newfiles; in add_kdc_config_file() local 353 newfiles = malloc(count * sizeof(*newfiles)); in add_kdc_config_file() 354 if (newfiles == NULL) in add_kdc_config_file() 356 memcpy(newfiles + 1, *pfiles, (count-1) * sizeof(*newfiles)); in add_kdc_config_file() 357 newfiles[0] = strdup(file); in add_kdc_config_file() 358 if (newfiles[0] == NULL) { in add_kdc_config_file() 360 free(newfiles); in add_kdc_config_file() 364 *pfiles = newfiles; in add_kdc_config_file()
|
| /src/usr.sbin/freebsd-update/ |
| H A D | freebsd-update.sh | 3038 sort > newfiles 3042 join -t '|' -v 1 - newfiles | 3067 rm newfiles killfiles 3194 sort > newfiles 3199 join -v 1 - newfiles | 3208 rm newfiles 3211 rm newfiles
|
| /src/contrib/ntp/scripts/monitoring/ |
| H A D | ntploopwatch | 631 local(@newfiles) = < ${in}*[0-9] >; 634 foreach $name (@newfiles) 721 grep($Names{$_} = 1,@newfiles);
|