commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd-l4/libpthread sysdeps/l4/bits/pthread-np.h...


From: Neal H. Walfield
Subject: hurd-l4/libpthread sysdeps/l4/bits/pthread-np.h...
Date: Tue, 20 Nov 2007 17:39:57 +0000

CVSROOT:        /sources/hurd
Module name:    hurd-l4
Changes by:     Neal H. Walfield <neal> 07/11/20 17:39:57

Modified files:
        libpthread/sysdeps/l4/bits: pthread-np.h 
        libpthread/sysdeps/l4: pt-timedblock.c pt-thread-start.c 
                               pt-thread-alloc.c pt-pool-np.c 
                               pt-docancel.c 
        libpthread     : Makefile.am ChangeLog 
Removed files:
        libpthread/sysdeps/l4: pt-thread-init.c pt-start.c 
                               pt-create-np.c 

Log message:
        2007-11-20  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (libpthread_a_SOURCES): Remove pt-create-np.c.
                * sysdeps/l4/pt-create-np.c: Remove file.
                * sysdeps/l4/pt-pool-np.c (pthread_pool_add_np): Change tid from
                an _L4_thread_id_t to an l4_thread_id_t.
                (pthread_pool_get_np): Return an l4_thread_id_t, not a
                _L4_thread_id_t.
                * sysdeps/l4/bits/pthread-np.h (pthread_create_from_l4_tid_np):
                Remove declaration.
                (pthread_pool_add_np): Change tid from an _L4_thread_id_t to an
                l4_thread_id_t.
                (pthread_pool_get_np): Return an l4_thread_id_t, not a
                _L4_thread_id_t.
        
                * sysdeps/l4/pt-docancel.c (__pthread_do_cancel): Implement for
                the case that the target thread is not the executing thread.
        
                * sysdeps/l4/pt-thread-alloc.c (__pthread_thread_alloc): Return
                EAGAIN if pthread_pool_get_np does not return a thread.  Update
                comments.
        
                * sysdeps/l4/pt-thread-start.c (__pthread_thread_start): Don't 
set
                the thread's pager.  Assert that if this is the first thread, 
then
                THREAD->THREADID is designates the running thread.
        
                * sysdeps/l4/pt-timedblock.c (__pthread_timedblock): Add warning
                about incomplete implementation.
        
                * Makefile.am (libpthread_a_SOURCES): Remove pt-thread-init.c.
                * sysdeps/l4/pt-thread-init.c: Remove dead file.
                * sysdeps/l4/pt-start.c: Remove dead file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/sysdeps/l4/bits/pthread-np.h?cvsroot=hurd&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/sysdeps/l4/pt-timedblock.c?cvsroot=hurd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/sysdeps/l4/pt-thread-start.c?cvsroot=hurd&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/sysdeps/l4/pt-thread-alloc.c?cvsroot=hurd&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/sysdeps/l4/pt-pool-np.c?cvsroot=hurd&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/sysdeps/l4/pt-docancel.c?cvsroot=hurd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/sysdeps/l4/pt-thread-init.c?cvsroot=hurd&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/sysdeps/l4/pt-start.c?cvsroot=hurd&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/sysdeps/l4/pt-create-np.c?cvsroot=hurd&r1=1.4&r2=0
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/Makefile.am?cvsroot=hurd&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/ChangeLog?cvsroot=hurd&r1=1.14&r2=1.15




reply via email to

[Prev in Thread] Current Thread [Next in Thread]