We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4e55a commit ba92119Copy full SHA for ba92119
docs/src/refman/threads.txt
@@ -45,6 +45,19 @@ See also: [al_start_thread], [al_join_thread].
45
46
47
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
61
## API: al_start_thread
62
63
When a thread is created, it is initially in a suspended state.
0 commit comments