Changeset 2289 for trunk/src/kash/shthread.h
- Timestamp:
- Feb 26, 2009, 5:58:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shthread.h
r2243 r2289 35 35 } shmtx; 36 36 37 typedef struct shmtxtmp { int i; } shmtxtmp; 38 37 39 typedef uintptr_t shtid; 38 40 … … 40 42 struct shinstance *shthread_get_shell(void); 41 43 44 int shmtx_init(shmtx *pmtx); 45 void shmtx_delete(shmtx *pmtx); 46 void shmtx_enter(shmtx *pmtx, shmtxtmp *ptmp); 47 void shmtx_leave(shmtx *pmtx, shmtxtmp *ptmp); 48 42 49 #endif 43 50
Note:
See TracChangeset
for help on using the changeset viewer.