Changeset 444 for trunk/libs/mini-libpthread/pthread.h
- Timestamp:
- May 16, 2018, 8:31:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/mini-libpthread/pthread.h
r439 r444 25 25 #define _PTHREAD_H_ 26 26 27 #include <shared_syscalls.h> 27 #include <almos-mkh/pthread.h> 28 28 29 29 30 ////////////////////////////////////////////////////////////////////////////////////////////// … … 77 78 int pthread_exit( void * exit_value ); 78 79 80 81 82 // TODO n'existe pas dans pthread 79 83 /********************************************************************************************* 80 84 * This function calls the scheduler for the core running the calling thread. … … 247 251 248 252 249 #endif // _ STDIO_H_253 #endif // _PTHREAD_H_
Note: See TracChangeset
for help on using the changeset viewer.