mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
use pthread_getspecific instead of __thread
This commit is contained in:
@@ -21,4 +21,8 @@ int skynet_context_total();
|
||||
|
||||
void skynet_context_endless(uint32_t handle); // for monitor
|
||||
|
||||
void skynet_globalinit(void);
|
||||
void skynet_globalexit(void);
|
||||
void skynet_initthread(int m);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user