Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 25 of 62) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dex3.c19 pthread_t threads[NUM_THREADS]; variable
38 pthread_create(&threads[started], NULL, search, (void *)pid); in main()
42 pthread_join(threads[i], NULL); in main()
131 if (threads[j] != tid) pthread_cancel(threads[j]); in search()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-barrier3.c116 pthread_t threads[NTHREADS]; in do_test() local
131 if (pthread_create (&threads[i], NULL, worker, (void *) (long int) i) != 0) in do_test()
139 if (pthread_join (threads[i], &res) != 0 || res != NULL) in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DTODO-kernel9 - rlimit should be process-wide and SIGXCPU should be sent if all threads
20 the thread group not proportional to the number of threads.
A DDESIGN-barrier.txt12 - current barrier count, # of threads still needed.
15 - number of threads needed for the barrier to continue.
A DTODO16 only after all threads are gone
A DDESIGN-condvar.txt16 Total number of threads using the conditional variable.
A DDESIGN-rwlock.txt18 - number of read-only references various threads have
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dlinuxthreads.texi4 @c %MENU% The standard threads library
27 different threads.
1108 values in different threads. Since threads share one memory space, this
1110 POSIX threads answer to this need.
1133 @code{NULL} in all currently executing threads.
1248 between all threads.
1516 executed in the terminated threads.
1519 threads should automatically terminate all other threads in the program.
1523 all other threads are already killed.
1614 of a mapping of user threads to kernel threads. It exists for source
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A DuClibc_vs_SuSv3.txt13 SuSv3 states that "The locale state is common to all threads
19 from N threads concurrently while using string functions to
23 state, please take care to prevent all other threads from
/l4re-core-master/l4sys/doc/
A Dkernel-objects.dox14 * - No threads can be bound to it.
/l4re-core-master/l4sys/include/
A Dscheduler38 * CPUs, query CPU idle time and to start threads on defined CPU sets.
102 * - Two threads with disjoint CPU sets must be scheduled to different
104 * - Two threads with a single identical CPU selected in the CPU set must be
A Ddebugger43 * to name the threads of her program so that she can find them in the kernel
/l4re-core-master/l4util/
A DREADME18 - a simple function for creating threads (better use the L4env thread package)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dthread51 * @defgroup threads Threads
234 /// @} group threads
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfflush.c101 #warning unnecessary check if no threads in fflush_unlocked()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dthread52 * @defgroup threads Threads
300 // @} group threads
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dthread52 * @defgroup threads Threads
312 // @} group threads
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dthread53 * @defgroup threads Threads
354 // @} group threads
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dthread54 * @defgroup threads Threads
408 // @} group threads
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dthread54 * @defgroup threads Threads
404 // @} group threads
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dthread54 * @defgroup threads Threads
406 /// @} group threads
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/
A DChangeLog293 special since after this we can assume that no new threads will be
369 * td_thr_getfpregs.c: For terminated threads return empty structure.
388 * td_ta_thr_iter.c: Don't return threads which exited (but are not
/l4re-core-master/ned/doc/
A Dned.dox120 such as threads etc. This must be a capability to an object implementing
135 \li \c scheduler The scheduler object used for the process' threads (defaults
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dthread65 * @defgroup threads Threads
431 /// @} group threads
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A DChangeLog8 * td_thr_validate.c: When we find no threads and the inferior appears

Completed in 44 milliseconds

123