Home
last modified time | relevance | path

Searched refs:specific (Results 1 – 25 of 117) sorted by relevance

12345

/l4re-core-master/l4re/include/
A Dinhibitor19 * \brief Set of inhibitor locks, which inhibit specific actions when held.
22 * by an ID that is specific to the Inhibitor object. Each individual lock
23 * shall prevent, a specific (implementation defined) action to be executed, as
34 * Inhibitor locks are usually closely related to specific events. Usually a
50 * \brief Acquire a specific inhibitor lock.
62 * \brief Release a specific inhibitor lock.
A Dlog38 * the possibility to tag output sent to a specific log object.
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_setspecific.c64 level2 = THREAD_GETMEM_NC (self, specific, idx1st); in __pthread_setspecific()
78 THREAD_SETMEM_NC (self, specific, idx1st, level2); in __pthread_setspecific()
A Dpthread_getspecific.c47 specific, idx1st); in __pthread_getspecific()
A Dpthread_create.c122 level2 = THREAD_GETMEM_NC (self, specific, cnt); in __nptl_deallocate_tsd()
175 level2 = THREAD_GETMEM_NC (self, specific, cnt); in __nptl_deallocate_tsd()
181 THREAD_SETMEM_NC (self, specific, cnt, NULL); in __nptl_deallocate_tsd()
A Dallocatestack.c390 pd->specific[0] = pd->specific_1stblock; in allocate_stack()
536 pd->specific[0] = pd->specific_1stblock; in allocate_stack()
848 if (curp->specific[cnt] != NULL) in __reclaim_stacks()
850 memset (curp->specific[cnt], '\0', in __reclaim_stacks()
A Ddescr.h292 struct pthread_key_data *specific[PTHREAD_KEY_1STLEVEL_SIZE]; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Duselib.c10 linux specific and we do not use it in uClibc.
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dsyscalls.h8 #error You have not provided architecture specific bits/syscalls.h
A DuClibc_va_copy.h31 …But you should really check that this is appropriate and supply an arch-specific override if neces…
/l4re-core-master/l4sys/doc/
A Dkernel-objects.dox21 * for specific devices.
A Dl4sys-l4f-groups.dox67 * \brief List of protocol specific opcodes used for communication with L4Re
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_thr_tsd.c58 specific, idx1st); in td_thr_tsd()
A Dtd_thr_get_info.c42 pthread, specific, 0); in td_thr_get_info()
A Dstructs.def33 DB_STRUCT_FIELD (pthread, specific)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A DREADME51 test/subdir/ code specific to a subsystem is stored in a subdir
67 Additionally, the following options further control specific test behavior:
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dc++config69 // If this is not supplied by the OS-specific or CPU-specific
429 // Pick up any OS-specific definitions.
432 // Pick up any CPU-specific definitions.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dc++config69 // If this is not supplied by the OS-specific or CPU-specific
488 // Pick up any OS-specific definitions.
491 // Pick up any CPU-specific definitions.
/l4re-core-master/uclibc/lib/libpthread/src/
A DMakefile23 SRC_C += spinlock.c mutex.c condvar.c rwlock.c errno.c specific.c \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dc++config72 // If this is not supplied by the OS-specific or CPU-specific
507 // Pick up any OS-specific definitions.
510 // Pick up any CPU-specific definitions.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dc++config69 // If this is not supplied by the OS-specific or CPU-specific
506 // Pick up any OS-specific definitions.
509 // Pick up any CPU-specific definitions.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dc++config72 // If this is not supplied by the OS-specific or CPU-specific
532 // Pick up any OS-specific definitions.
535 // Pick up any CPU-specific definitions.
/l4re-core-master/cxx/lib/ipc/include/
A Dipc_server47 * interface and implement application specific server objects.
60 * This function must be implemented by application specific server
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dc++config72 // If this is not supplied by the OS-specific or CPU-specific
527 // Pick up any OS-specific definitions.
530 // Pick up any CPU-specific definitions.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dc++config72 // If this is not supplied by the OS-specific or CPU-specific
521 // Pick up any OS-specific definitions.
524 // Pick up any CPU-specific definitions.

Completed in 33 milliseconds

12345