Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 44) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Drwlock.c156 pthread_readlock_info *existing = NULL; in rwlock_have_already() local
172 if (existing == NULL) in rwlock_have_already()
178 *pexisting = existing; in rwlock_have_already()
230 pthread_readlock_info *existing; in pthread_rwlock_rdlock() local
234 &existing, &out_of_mem); in pthread_rwlock_rdlock()
256 if (existing != NULL) in pthread_rwlock_rdlock()
257 existing->pr_lock_count++; in pthread_rwlock_rdlock()
269 pthread_readlock_info *existing; in pthread_rwlock_tryrdlock() local
274 &existing, &out_of_mem); in pthread_rwlock_tryrdlock()
296 if (existing != NULL) in pthread_rwlock_tryrdlock()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Drwlock.c196 if (existing != NULL in rwlock_have_already()
202 if (existing == NULL) in rwlock_have_already()
208 *pexisting = existing; in rwlock_have_already()
265 &existing, &out_of_mem); in strong_alias()
287 if (existing != NULL) in strong_alias()
288 ++existing->pr_lock_count; in strong_alias()
310 &existing, &out_of_mem); in strong_alias()
358 if (existing != NULL) in strong_alias()
359 ++existing->pr_lock_count; in strong_alias()
377 &existing, &out_of_mem); in strong_alias()
[all …]
/l4re-core-master/uclibc/lib/libpthread/src/
A Drwlock.c197 if (existing != NULL in rwlock_have_already()
203 if (existing == NULL) in rwlock_have_already()
209 *pexisting = existing; in rwlock_have_already()
266 &existing, &out_of_mem); in strong_alias()
288 if (existing != NULL) in strong_alias()
289 ++existing->pr_lock_count; in strong_alias()
311 &existing, &out_of_mem); in strong_alias()
359 if (existing != NULL) in strong_alias()
360 ++existing->pr_lock_count; in strong_alias()
378 &existing, &out_of_mem); in strong_alias()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dsem_open.c171 check_add_mapping (const char *name, size_t namelen, int fd, sem_t *existing) in check_add_mapping() argument
205 if (existing == SEM_FAILED) in check_add_mapping()
206 existing = (sem_t *) mmap (NULL, sizeof (sem_t), in check_add_mapping()
213 newp->sem = existing; in check_add_mapping()
217 if (existing != MAP_FAILED in check_add_mapping()
220 result = existing; in check_add_mapping()
232 if (result != existing && existing != SEM_FAILED && existing != MAP_FAILED) in check_add_mapping()
236 INTERNAL_SYSCALL (munmap, err, 2, existing, sizeof (sem_t)); in check_add_mapping()
/l4re-core-master/moe/server/src/
A Dname_space.cc176 Entry *existing = check_existing(name, flags); in op_register_obj() local
189 if (existing) in op_register_obj()
192 cxx::unique_ptr<Entry> to_delete(existing); in op_register_obj()
193 remove(existing->name()); in op_register_obj()
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DINSTALL24 If you have an existing .config file, you can update this file
35 your existing ./.config file.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/po/
A DMakefile.am81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/po/
A DMakefile.am81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/po/
A DMakefile.am81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/po/
A DMakefile.am81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/po/
A DMakefile.am81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/po/
A DMakefile.am81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/po/
A DMakefile.am81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/po/
A DMakefile.am81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/l4re-core-master/l4re/util/include/
A Dshared_cap56 * // reference count dropped to 1 (ds_cap is no longer existing).
103 * // reference count dropped to 1 (ds_cap is no longer existing).
A Dcap_alloc161 * // reference count dropped to 1 (ds_cap is no longer existing).
199 * // reference count dropped to 1 (ds_cap is no longer existing).
A Dregion_mapping363 // first move the end off the existing region before the new one
369 // the old existing region
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/
A DREADME.m68k33 existing uC-libc 0.9.1 files in
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dsstream103 * @brief Starts with an existing string buffer.
230 // of an existing _M_string.
313 * @brief Starts with an existing string buffer.
428 * @brief Starts with an existing string buffer.
542 * @brief Starts with an existing string buffer.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dsstream105 * @brief Starts with an existing string buffer.
271 // of an existing _M_string.
421 * @brief Starts with an existing string buffer.
565 * @brief Starts with an existing string buffer.
708 * @brief Starts with an existing string buffer.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dsstream105 * @brief Starts with an existing string buffer.
272 // of an existing _M_string.
422 * @brief Starts with an existing string buffer.
566 * @brief Starts with an existing string buffer.
709 * @brief Starts with an existing string buffer.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dsstream105 * @brief Starts with an existing string buffer.
271 // of an existing _M_string.
421 * @brief Starts with an existing string buffer.
565 * @brief Starts with an existing string buffer.
708 * @brief Starts with an existing string buffer.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dsstream105 * @brief Starts with an existing string buffer.
271 // of an existing _M_string.
421 * @brief Starts with an existing string buffer.
565 * @brief Starts with an existing string buffer.
708 * @brief Starts with an existing string buffer.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dsstream116 * @brief Starts with an existing string buffer.
283 // of an existing _M_string.
447 * @brief Starts with an existing string buffer.
605 * @brief Starts with an existing string buffer.
761 * @brief Starts with an existing string buffer.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dsstream116 * @brief Starts with an existing string buffer.
283 // of an existing _M_string.
447 * @brief Starts with an existing string buffer.
605 * @brief Starts with an existing string buffer.
761 * @brief Starts with an existing string buffer.

Completed in 32 milliseconds

12