- Add thr and umtx system calls.
This commit is contained in:
parent
404c3ad471
commit
a0704f9de9
@ -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); }
|
||||
|
||||
|
@ -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); }
|
||||
|
||||
|
@ -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); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user