Subversion Repositories Kolibri OS

Rev

Rev 2161 | Rev 2967 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2161 Rev 2169
Line 47... Line 47...
47
void  FASTCALL MutexLock(struct mutex*)__asm__("MutexLock");
47
void  FASTCALL MutexLock(struct mutex*)__asm__("MutexLock");
48
void  FASTCALL MutexUnlock(struct mutex*)__asm__("MutexUnlock");
48
void  FASTCALL MutexUnlock(struct mutex*)__asm__("MutexUnlock");
49
 
49
 
Line 50... Line 50...
50
addr_t IMPORT  GetStackBase(void)__asm__("GetStackBase");
50
addr_t IMPORT  GetStackBase(void)__asm__("GetStackBase");
-
 
51
u32_t  IMPORT  GetPid(void)__asm__("GetPid");
Line 51... Line 52...
51
 
52
 
Line 52... Line 53...
52
///////////////////////////////////////////////////////////////////////////////
53
///////////////////////////////////////////////////////////////////////////////
53
 
54