- Add thr and umtx system calls.

This commit is contained in:
Jeff Roberson 2003-04-01 01:15:56 +00:00
parent 404c3ad471
commit a0704f9de9
3 changed files with 24 additions and 0 deletions

View File

@ -600,3 +600,11 @@
427 UNIMPL BSD __acl_delete_link
428 UNIMPL BSD __acl_aclcheck_link
429 UNIMPL NOHIDE sigwait
430 STD BSD { int thr_create(ucontext_t *ctx, thr_id_t *id,
int flag s); }
431 STD BSD { void thr_exit(void); }
432 STD BSD { int thr_self(thr_id_t *id); }
433 STD BSD { int thr_kill(thr_id_t id, int sig); }
434 MSTD BSD { int _umtx_lock(struct umtx *umtx); }
435 MSTD BSD { int _umtx_unlock(struct umtx *umtx); }

View File

@ -600,3 +600,11 @@
427 UNIMPL BSD __acl_delete_link
428 UNIMPL BSD __acl_aclcheck_link
429 UNIMPL NOHIDE sigwait
430 STD BSD { int thr_create(ucontext_t *ctx, thr_id_t *id,
int flag s); }
431 STD BSD { void thr_exit(void); }
432 STD BSD { int thr_self(thr_id_t *id); }
433 STD BSD { int thr_kill(thr_id_t id, int sig); }
434 MSTD BSD { int _umtx_lock(struct umtx *umtx); }
435 MSTD BSD { int _umtx_unlock(struct umtx *umtx); }

View File

@ -600,3 +600,11 @@
427 UNIMPL BSD __acl_delete_link
428 UNIMPL BSD __acl_aclcheck_link
429 UNIMPL NOHIDE sigwait
430 STD BSD { int thr_create(ucontext_t *ctx, thr_id_t *id,
int flag s); }
431 STD BSD { void thr_exit(void); }
432 STD BSD { int thr_self(thr_id_t *id); }
433 STD BSD { int thr_kill(thr_id_t id, int sig); }
434 MSTD BSD { int _umtx_lock(struct umtx *umtx); }
435 MSTD BSD { int _umtx_unlock(struct umtx *umtx); }