]> sourceware.org Git - newlib-cygwin.git/commit - winsup/cygwin/thread.cc
2002-09-21 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Sat, 21 Sep 2002 03:59:58 +0000 (03:59 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Sat, 21 Sep 2002 03:59:58 +0000 (03:59 +0000)
commit01f58e415cffeee5675b9cdc842df41fa0d12596
treee9e61c664629570cc32d5dbc4176e047405dc9fb
parentaf428c1ef4e90fafd6d2b98065ce4595bcd8f61b
2002-09-21  Robert Collins <rbtcollins@hotmail.com>

        * pthread.cc: Use class::call for converted pthread and semaphore
        calls.
        * thread.cc: Convert various __pthread_call and __sem_call to
        pthread::call and sem::call throughout.
        * pthread.h (__pthread_cancel): Convert to pthread::cancel.
        (__pthread_join): Convert to pthread::join.
        (__pthread_detach): Convert to pthread::detach.
        (__pthread_create): Convert to pthread::create.
        (__pthread_once): Convert to pthread::once.
        (__pthread_atfork): Convert to pthread::atfork.
        (__pthread_suspend): Convert to pthread::suspend.
        (__pthread_continue): Convert to pthread::resume.
        (__sem_init): Convert to semaphore::init.
        (__sem_destroy): Convert to semaphore::destroy.
        (__sem_wait): Convert to semaphore::wait.
        (__sem_trywait): Convert to semaphore::trywait.
        (__sem_post): Convert to semaphore::post.
winsup/cygwin/ChangeLog
winsup/cygwin/pthread.cc
winsup/cygwin/thread.cc
winsup/cygwin/thread.h
This page took 0.031634 seconds and 5 git commands to generate.