| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
that the TLS is 16-byte aligned, as well as guarantee that the thread
pointer is 16-byte aligned as it points to struct ia64_tp. Likewise,
struct tcb and struct ksd are also guaranteed to be 16-byte aligned
(if they weren't already).
Notes:
svn path=/head/; revision=118513
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118512
|
| |
|
|
|
|
|
|
|
|
|
|
| |
archs that can (or are required to) have per-thread registers.
Tested on i386, amd64; marcel is testing on ia64 and will
have some follow-up commits.
Reviewed by: davidxu
Notes:
svn path=/head/; revision=118510
|
| |
|
|
|
|
|
|
|
|
|
|
| |
context functions. We don't need to enter the kernel anymore. The
contexts are compatible (ie a context created by getcontext() can
be restored by _ia64_restore_context()).
While here, make the use of THR_ALIGNBYTES and THR_ALIGN a no-op.
They are going to be removed anyway.
Notes:
svn path=/head/; revision=118507
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
We write 1 for r8 in the context so that _ia64_restore_context()
will return with a non-zero value. _ia64_save_context() always
return 0.
o In _ia64_restore_context(), don't restore the thread pointer. It
is not normally part of the context. Also, restore the return
registers. We get called for contexts created by getcontext(),
which means we have to restore all the syscall return values.
Notes:
svn path=/head/; revision=118504
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118368
|
| |
|
|
|
|
|
| |
Reminded by: marcel
Notes:
svn path=/head/; revision=118285
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118279
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the userland version of [gs]etcontext to switch between a thread
and the UTS scheduler (and back again). This also fixes a bug
in i386 _thr_setcontext() which wasn't properly restoring the
context.
Reviewed by: davidxu
Notes:
svn path=/head/; revision=118277
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118257
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118256
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118254
|
| |
|
|
|
|
|
|
|
|
| |
from one of my last commits. This only affected priority ceiling
mutexes.
Pointy hat to: deischen
Notes:
svn path=/head/; revision=118206
|
| |
|
|
|
|
|
| |
Reviewed by: deischen
Notes:
svn path=/head/; revision=118075
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118037
|
| |
|
|
|
|
|
|
|
|
|
| |
This eliminates ping-ponging of locks, where the idle KSE wakes
up only to find the lock it needs is being held. This gives
little or no gain to M:N mode but greatly speeds up 1:1 mode.
Reviewed & Tested by: davidxu
Notes:
svn path=/head/; revision=117907
|
| |
|
|
|
|
|
| |
THR_SETCONTEXT().
Notes:
svn path=/head/; revision=117807
|
| |
|
|
|
|
|
|
|
| |
send signal to current thread.
Reviewed by: deischen
Notes:
svn path=/head/; revision=117758
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117756
|
| |
|
|
|
|
|
|
|
|
|
| |
when it blocks; it only gets reset when it yields.
Properly set a thread's default stack guardsize.
Reviewed by: davidxu
Notes:
svn path=/head/; revision=117715
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
handed-off/signaled to a higher priority thread. Note that when
there are idle KSEs that could run the higher priority thread,
we still add the preemption point because it seems to take the
kernel a while to schedule an idle KSE. The drawbacks are that
threads will be swapped more often between CPUs (KSEs) and
that there will be an extra userland context switch (the idle
KSE is still woken and will probably resume the preempted
thread). We'll revisit this if and when idle CPU/KSE wakeup
times improve.
Inspired by: Petri Helenius <pete@he.iki.fi>
Reviewed by: davidxu
Notes:
svn path=/head/; revision=117714
|
| |
|
|
|
|
|
| |
Reviewed by: davidxu
Notes:
svn path=/head/; revision=117713
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is system bound thread and when it is blocked, no upcall is generated.
o Add ability to libkse to allow it run in pure 1:1 threading mode,
defining SYSTEM_SCOPE_ONLY in Makefile can turn on this option.
o Eliminate code for installing dummy signal handler for sigwait call.
o Add hash table to find thread.
Reviewed by: deischen
Notes:
svn path=/head/; revision=117706
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117366
|
| |
|
|
|
|
|
|
|
|
|
| |
its waitset, but if the signal is not masked by the thread, the signal
can interrupt the thread and signal action can be invoked by the thread,
sigwait should return with errno set to EINTR.
Also save and restore thread internal state(timeout and interrupted)
around signal handler invoking.
Notes:
svn path=/head/; revision=117353
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117345
|
| |
|
|
|
|
|
| |
Reviewed by: deischen
Notes:
svn path=/head/; revision=117344
|
| |
|
|
|
|
|
| |
in last commit.
Notes:
svn path=/head/; revision=117305
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117301
|
| |
|
|
|
|
|
| |
Reviewed by: deischen
Notes:
svn path=/head/; revision=117300
|
| |
|
|
|
|
|
| |
it in one line.
Notes:
svn path=/head/; revision=117297
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117217
|
| |
|
|
|
|
|
| |
outside of lock.
Notes:
svn path=/head/; revision=117216
|
| |
|
|
|
|
|
| |
it only need purely wait in user space.
Notes:
svn path=/head/; revision=117197
|
| |
|
|
|
|
|
| |
is not enough.
Notes:
svn path=/head/; revision=117193
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117179
|
| |
|
|
|
|
|
|
|
| |
Record the missing dependency of thr_libc.So on the libc_pic.a library.
OK'ed by: kan
Notes:
svn path=/head/; revision=117178
|
| |
|
|
|
|
|
|
| |
Use THR_CONDQ_CLEAR not THR_COND_SET in cond_queue_deq, current
cond_queue_deq is not used.
Notes:
svn path=/head/; revision=117165
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117162
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117125
|
| |
|
|
|
|
|
| |
Submitted by: bde
Notes:
svn path=/head/; revision=117120
|
| |
|
|
|
|
|
| |
use [signal number - 1] as subscript to access the array.
Notes:
svn path=/head/; revision=117066
|
| |
|
|
|
|
|
| |
triggered until LDT entry is exhausted.
Notes:
svn path=/head/; revision=117063
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
signals were changed in kernel, it will retrieve the pending set and
try to find a thread to dispatch the signal. The dispatching process
can be rolled back if the signal is no longer in kernel.
o Create two functions _thr_signal_init() and _thr_signal_deinit(),
all signal action settings are retrieved from kernel when threading
mode is turned on, after a fork(), child process will reset them to
user settings by calling _thr_signal_deinit(). when threading mode
is not turned on, all signal operations are direct past to kernel.
o When a thread generated a synchoronous signals and its context returned
from completed list, UTS will retrieve the signal from its mailbox and try
to deliver the signal to thread.
o Context signal mask is now only used when delivering signals, thread's
current signal mask is always the one in pthread structure.
o Remove have_signals field in pthread structure, replace it with
psf_valid in pthread_signal_frame. when psf_valid is true, in context
switch time, thread will backout itself from some mutex/condition
internal queues, then begin to process signals. when a thread is not
at blocked state and running, check_pending indicates there are signals
for the thread, after preempted and then resumed time, UTS will try to
deliver signals to the thread.
o At signal delivering time, not only pending signals in thread will be
scanned, process's pending signals will be scanned too.
o Change sigwait code a bit, remove field sigwait in pthread_wait_data,
replace it with oldsigmask in pthread structure, when a thread calls
sigwait(), its current signal mask is backuped to oldsigmask, and waitset
is copied to its signal mask and when the thread gets a signal in the
waitset range, its current signal mask is restored from oldsigmask,
these are done in atomic fashion.
o Two additional POSIX APIs are implemented, sigwaitinfo() and sigtimedwait().
o Signal code locking is better than previous, there is fewer race conditions.
o Temporary disable most of code in _kse_single_thread as it is not safe
after fork().
Notes:
svn path=/head/; revision=116977
|
| |
|
|
|
|
|
| |
Reviewed by: deischen
Notes:
svn path=/head/; revision=116976
|
| |
|
|
|
|
|
|
|
|
| |
code until rtld-elf and libkse can cooperate better, those code can be
restored.
Reviewed by: deischen
Notes:
svn path=/head/; revision=116975
|
| |
|
|
|
|
|
| |
Reviewed by: deischen
Notes:
svn path=/head/; revision=116974
|
| |
|
|
|
|
|
| |
Reviewed by: deischen
Notes:
svn path=/head/; revision=116973
|
| |
|
|
|
|
|
|
|
|
| |
was changed, it needs signal parameter, pass -1 to it, it indicates to
interrupt syscall.
Reviewed by: deischen
Notes:
svn path=/head/; revision=116972
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functions are derived from the swapctx() and restorectx() (resp)
from sys/ia64/ia64/context.s. The code is expected to be 99%
correct, but has not yet been tested.
Note that with these functions operating on mcontext_t, we also
created the foundation upon which we can implement getcontext(2)
and setcontext(2) replacements. It's not guaranteed that the use
of these syscalls and _ia64_{save|restore}_context() on the same
uicontext_t is actually going to work. Replacing the syscalls is
now trivially achieved.
This commit completes the ia64 port of libpthread itself (modulo
testing and bugfixes).
Notes:
svn path=/head/; revision=116905
|