Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
GrieferAtWork committed Dec 22, 2024
1 parent 8391270 commit 448b91a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions kos/include/pthread.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* HASH CRC-32:0x35c37c58 */
/* HASH CRC-32:0xa0e6af56 */
/* Copyright (c) 2019-2024 Griefer@Work *
* *
* This software is provided 'as-is', without any express or implied *
Expand Down Expand Up @@ -1134,7 +1134,7 @@ struct rpc_context;
/* >> pthread_rpc_exec(3)
* Schedule an RPC for `self' to-be executed the next time it makes
* a call to a cancellation-point system call (or interrupt an active
* system call, should one such currently be in progress).
* system call, should one currently be in progress).
* - RPCs are also executed by `pthread_testcancel(3)'
* - The `struct rpc_context' structure is defined in `<kos/rpc.h>'
* @return: 0: Success
Expand Down
2 changes: 1 addition & 1 deletion kos/src/libc/magic/pthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ pthread_t pthread_mainthread_np(void);
@@>> pthread_rpc_exec(3)
@@Schedule an RPC for `self' to-be executed the next time it makes
@@a call to a cancellation-point system call (or interrupt an active
@@system call, should one such currently be in progress).
@@system call, should one currently be in progress).
@@ - RPCs are also executed by `pthread_testcancel(3)'
@@ - The `struct rpc_context' structure is defined in `<kos/rpc.h>'
@@@return: 0: Success
Expand Down
4 changes: 2 additions & 2 deletions kos/src/libc/user/pthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -1973,11 +1973,11 @@ NOTHROW_NCX(LIBCCALL libc_pthread_getcpuclockid)(pthread_t self,
}
/*[[[end:libc_pthread_getcpuclockid]]]*/

/*[[[head:libc_pthread_rpc_exec,hash:CRC-32=0x65efdc6c]]]*/
/*[[[head:libc_pthread_rpc_exec,hash:CRC-32=0x412dc627]]]*/
/* >> pthread_rpc_exec(3)
* Schedule an RPC for `self' to-be executed the next time it makes
* a call to a cancellation-point system call (or interrupt an active
* system call, should one such currently be in progress).
* system call, should one currently be in progress).
* - RPCs are also executed by `pthread_testcancel(3)'
* - The `struct rpc_context' structure is defined in `<kos/rpc.h>'
* @return: 0: Success
Expand Down
4 changes: 2 additions & 2 deletions kos/src/libc/user/pthread.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* HASH CRC-32:0xb8feec7d */
/* HASH CRC-32:0x4909ea98 */
/* Copyright (c) 2019-2024 Griefer@Work *
* *
* This software is provided 'as-is', without any express or implied *
Expand Down Expand Up @@ -270,7 +270,7 @@ INTDEF ATTR_CONST WUNUSED pthread_t NOTHROW(LIBCCALL libc_pthread_mainthread_np)
/* >> pthread_rpc_exec(3)
* Schedule an RPC for `self' to-be executed the next time it makes
* a call to a cancellation-point system call (or interrupt an active
* system call, should one such currently be in progress).
* system call, should one currently be in progress).
* - RPCs are also executed by `pthread_testcancel(3)'
* - The `struct rpc_context' structure is defined in `<kos/rpc.h>'
* @return: 0: Success
Expand Down

0 comments on commit 448b91a

Please sign in to comment.