Skip to content

Commit ba92119

Browse files
aldrik-ramaekersSiegeLord
authored andcommitted
docs
1 parent 6c4e55a commit ba92119

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/src/refman/threads.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@ See also: [al_start_thread], [al_join_thread].
4545

4646

4747

48+
49+
## API: al_create_thread_with_stacksize
50+
51+
Spawn a new thread with the give stacksize in bytes which begins executing
52+
`proc`. The new thread is passed its own thread handle and the value `arg`.
53+
54+
Returns a pointer to the thread on success.
55+
Otherwise, returns NULL if there was an error.
56+
57+
See also: [al_start_thread], [al_join_thread].
58+
59+
60+
4861
## API: al_start_thread
4962

5063
When a thread is created, it is initially in a suspended state.

0 commit comments

Comments
 (0)