mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
6 lines
86 B
C
6 lines
86 B
C
|
#include <toku_pthread.h>
|
||
|
|
||
|
int toku_pthread_yield(void) {
|
||
|
return sched_yield();
|
||
|
}
|