|
PS2SDK
PS2 Homebrew Libraries
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | create_thread (void(*func)(void *param), int priority, void *param) |
| void | print_hex_buffer (unsigned char *ptr, int len) |
audsrv helpers.
Definition in file common.h.
| int create_thread | ( | void(*)(void *param) | func, |
| int | priority, | ||
| void * | param | ||
| ) |
Helper function to easily create threads
| func | thread procedure |
| priority | thread priority (usually 40) |
| param | optional argument for thread procedure |
Creates a thread based on the given parameter. Upon completion, thread is started.