mariadb/sunos/toku_pthread.c

6 lines
86 B
C
Raw Normal View History

#include <toku_pthread.h>
int toku_pthread_yield(void) {
return sched_yield();
}