Changeset 445 for trunk/libs/libpthread/pthread.h
- Timestamp:
 - May 29, 2018, 9:27:23 AM (7 years ago)
 - Location:
 - trunk/libs/libpthread
 - Files:
 - 
          
- 1 edited
 - 1 moved
 
- 
          . (moved) (moved from trunk/libs/mini-libpthread)
 - 
          pthread.h (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/libs/libpthread/pthread.h
r444 r445 1 1 /* 2 * pthread.h - User side pthread relatedlibrary definition.2 * pthread.h - User level <pthread> library definition. 3 3 * 4 4 * Author Alain Greiner (2016,2017) … … 25 25 #define _PTHREAD_H_ 26 26 27 #include <almos-mkh/pthread.h> 28 27 #include <shared_pthread.h> 29 28 30 29 ////////////////////////////////////////////////////////////////////////////////////////////// … … 78 77 int pthread_exit( void * exit_value ); 79 78 80 81 82 // TODO n'existe pas dans pthread83 79 /********************************************************************************************* 84 80 * This function calls the scheduler for the core running the calling thread. 81 * WARNING: It is not defined by POSIX. 85 82 ********************************************************************************************* 86 83 * @ return always 0.  
Note: See TracChangeset
          for help on using the changeset viewer.
      