/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | TODO-kernel | 1 - setuid/setgid must effect process 7 - nice level is process property 9 - rlimit should be process-wide and SIGXCPU should be sent if all threads 12 - getrusage() must return resource utilization for the process
|
A D | TODO | 15 - test with threaded process terminating and semadj (?) being applied
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/ |
A D | ex1.c | 10 static void *process(void * arg) in process() function 26 ret += (pret = pthread_create(&th_a, NULL, process, (void *)"a")); in main() 28 ret += (pret = pthread_create(&th_b, NULL, process, (void *)"b")); in main()
|
A D | ex4.c | 84 static void * process(void * arg) in process() function 100 pthread_create(&th1, NULL, process, (void *) "first"); in main() 101 pthread_create(&th2, NULL, process, (void *) "second"); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | streamline_config.pl | 268 my $process = ""; 276 $process .= $start . $vars{$var}; 278 $process .= $start . $variable; 282 $process .= $line; 284 return $process;
|
/l4re-core-master/ned/doc/ |
A D | ned.dox | 12 The boot process is based on the execution of one or more Lua scripts that 84 Flags for configuring the loading process of an application. 97 \li \c start() and \c startv() Start a new application process and return a 98 process object 119 \li \c factory The factory used by the new process to create new kernel objects, 124 allocates data spaces for the process. This defaults to Ned's 127 object for the process. (defaults to Ned's memory allocator). 132 \li \c log_tag The string used for tagging log output of this process (defaults 135 \li \c scheduler The scheduler object used for the process' threads (defaults
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | linuxthreads.texi | 67 Not enough system resources to create a process for the new thread, 289 process, regardless of the priorities of other processes. 1037 process-shared semaphores. (This will eventually change.) 1052 when process-shared semaphores are implemented. 1150 repeated. The LinuxThreads implementation stops the process after 1330 process which is copy of the calling process. Effectively, in addition to 1389 The handlers are inherited by the child process, and there is no 1400 in the child process. This is a limitation of the current 1416 in the child process. Initializing the mutex takes care of this. 1546 If the process forks while one or more threads are executing [all …]
|
/l4re-core-master/moe/doc/ |
A D | moe.dox | 91 * in the initial objects of the init process. 162 * \par `--init=<init process>` 163 * This options allows to override the default init process binary, which is 168 * of the init process. The flags are the same as for `--debug=`. 176 * directly to the init process.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/abi/pre/ |
A D | none.ver | 5 # libstdc++-symbols.ver), then either 1) the configuration process
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/abi/pre/ |
A D | none.ver | 5 # libstdc++-symbols.ver), then either 1) the configuration process
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/abi/pre/ |
A D | none.ver | 5 # libstdc++-symbols.ver), then either 1) the configuration process
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/abi/pre/ |
A D | none.ver | 5 # libstdc++-symbols.ver), then either 1) the configuration process
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/abi/pre/ |
A D | none.ver | 5 # libstdc++-symbols.ver), then either 1) the configuration process
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/abi/pre/ |
A D | none.ver | 5 # libstdc++-symbols.ver), then either 1) the configuration process
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/abi/pre/ |
A D | none.ver | 5 # libstdc++-symbols.ver), then either 1) the configuration process
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/abi/pre/ |
A D | none.ver | 5 # libstdc++-symbols.ver), then either 1) the configuration process
|
/l4re-core-master/ |
A D | README.md | 8 * ned - the default init process
|
/l4re-core-master/uclibc-minimal/libc/ |
A D | Make.rules | 30 # process all sources for the libc
|
/l4re-core-master/l4re/util/include/ |
A D | event_buffer | 115 * \brief Continuously wait for events and process them. 125 void process(L4::Cap<L4::Irq> irq,
|
/l4re-core-master/l4re_c/lib/src/ |
A D | event_buffer.cc | 84 cast(evbuf)->process(i, t, _cb, data); in l4re_event_buffer_consumer_process()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/ |
A D | clone.S | 48 cmp r0, 0 ; return code : 0 new process, !0 parent
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | unifdef.c | 235 static void process(void); 395 process(); in processinout() 402 process(); in processinout() 411 process(); in processinout() 751 process(void) in process() function
|
/l4re-core-master/uclibc/lib/uclibc/ |
A D | Make.rules | 47 # process all sources for the libc
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | uClibc_vs_SuSv3.txt | 14 within a process.". But it does not explicitly mention
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/ |
A D | ChangeLog | 89 parameter to be the address of the link map in the inferior process. 287 position in target process.
|