Ignore:
Timestamp:
Feb 26, 2009, 5:58:49 AM (16 years ago)
Author:
bird
Message:

kash: implementing shfile on top of the win32 api instead of msvcrt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shthread.h

    r2243 r2289  
    3535} shmtx;
    3636
     37typedef struct shmtxtmp { int i; } shmtxtmp;
     38
    3739typedef uintptr_t shtid;
    3840
     
    4042struct shinstance *shthread_get_shell(void);
    4143
     44int shmtx_init(shmtx *pmtx);
     45void shmtx_delete(shmtx *pmtx);
     46void shmtx_enter(shmtx *pmtx, shmtxtmp *ptmp);
     47void shmtx_leave(shmtx *pmtx, shmtxtmp *ptmp);
     48
    4249#endif
    4350
Note: See TracChangeset for help on using the changeset viewer.